HomeSort by: relevance | last modified time | path
    Searched refs:auto_popen (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/autofs/
common.h 109 FILE *auto_popen(const char *, ...);
popen.c 80 auto_popen(const char *argv0, ...) function in typeref:typename:FILE *
106 log_errx(1, "too many arguments to auto_popen");
automountd.c 348 f = auto_popen("mount_nfs", "-o", options, "-R", retrycnt,
351 f = auto_popen("mount", "-t", fstype, "-o", options,
common.c 299 yyin = auto_popen(AUTO_INCLUDE_PATH, n->n_key + 1, NULL);
959 yyin = auto_popen(path, key, NULL);
1001 yyin = auto_popen(AUTO_INCLUDE_PATH, map, NULL);
1068 yyin = auto_popen(path, key, NULL);
1070 yyin = auto_popen(path, NULL);

Completed in 16 milliseconds