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

  /src/usr.bin/rdist/
server.c 69 static int chkparent(char *);
839 (chkparent(target) == 0 && mkdir(target, mode) == 0)) {
879 if (errno != ENOENT || chkparent(new) < 0 ||
900 if (errno != ENOENT || chkparent(new) < 0 ||
1027 if (chkparent(target) < 0 ) {
1049 chkparent(char *name) function in typeref:typename:int
1059 if (errno == ENOENT && chkparent(name) >= 0 &&
server.c 69 static int chkparent(char *);
839 (chkparent(target) == 0 && mkdir(target, mode) == 0)) {
879 if (errno != ENOENT || chkparent(new) < 0 ||
900 if (errno != ENOENT || chkparent(new) < 0 ||
1027 if (chkparent(target) < 0 ) {
1049 chkparent(char *name) function in typeref:typename:int
1059 if (errno == ENOENT && chkparent(name) >= 0 &&

Completed in 26 milliseconds