} else
len = (size_t)-1;
- /* For future: handle NULL, say for a new name */
if (len == (size_t)-1) {
buf[0] = '\0';
len = pos = 0;
++len, ++pos;
continue;
}
-
} else {
switch (*ch) {
case KEY_LEFT:
* If pager is valid, returns NULL
*/
static char *
-get_output(char *buf, size_t bytes, char *file, char *arg1, char *arg2,
- int pager)
+get_output(char *buf, size_t bytes, char *file, char *arg1, char *arg2, int pager)
{
pid_t pid;
int pipefd[2];
dprintf(fd, "BOOKMARKS\n");
for (; i < BM_MAX; ++i)
if (bookmark[i].key)
- dprintf(fd, " %s: %s\n",
- bookmark[i].key, bookmark[i].loc);
+ dprintf(fd, " %s: %s\n", bookmark[i].key, bookmark[i].loc);
else
break;
dprintf(fd, "\n");
if ((namep[0] == '.' && (namep[1] == '\0' || (namep[1] == '.' && namep[2] == '\0'))))
continue;
- if (fstatat(fd, namep, &sb, AT_SYMLINK_NOFOLLOW)
- == -1)
+ if (fstatat(fd, namep, &sb, AT_SYMLINK_NOFOLLOW) == -1)
continue;
if (S_ISDIR(sb.st_mode)) {
event_fd = open(path, O_RDONLY);
#endif
if (event_fd >= 0)
- EV_SET(&events_to_monitor[0], event_fd, EVFILT_VNODE, EV_ADD | EV_CLEAR, KQUEUE_FFLAGS, 0, path);
+ EV_SET(&events_to_monitor[0], event_fd, EVFILT_VNODE, EV_ADD | EV_CLEAR, KQUEUE_FFLAGS, 0, path);
}
#endif
goto nochange;
}
} else
- mkpath(path, bookmark[r].loc,
- newpath, PATH_MAX);
+ mkpath(path, bookmark[r].loc, newpath, PATH_MAX);
if (!xdiraccess(newpath))
goto nochange;