HomeSort by: relevance | last modified time | path
    Searched defs:atstart (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/ftpd/
cmds.c 509 int atstart; local in function:statfilecmd
516 atstart = 1;
532 if (atstart && isdigit(c))
535 atstart = (c == '\n');
cmds.c 509 int atstart; local in function:statfilecmd
516 atstart = 1;
532 if (atstart && isdigit(c))
535 atstart = (c == '\n');
cmds.c 509 int atstart; local in function:statfilecmd
516 atstart = 1;
532 if (atstart && isdigit(c))
535 atstart = (c == '\n');

Completed in 33 milliseconds