Searched refs:isls (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dpopen.c118 int argc, pdes[2], pid, isls; local
123 isls = 0;
167 isls = (strcmp(sl->sl_str[0], INTERNAL_LS) == 0);
170 pid = isls ? fork() : vfork();
196 if (isls) { /* use internal ls */
H A Dftpd.c1653 int dolog, sendrv, closerv, stderrfd, isconversion, isdata, isls; local
1660 isconversion = isdata = isls = dolog = 0;
1682 isls = 1;
1755 if (!isls && argv != NULL && closerv != 0) {
1764 if (!isls && argv != NULL && stderrfd != -1 &&

Completed in 99 milliseconds