Searched refs:auto_popen (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/usr.sbin/autofs/ |
H A D | common.c | 291 yyin = auto_popen(AUTO_INCLUDE_PATH, n->n_key + 1, NULL); in node_expand_includes() 956 yyin = auto_popen(path, key, NULL); in parse_special_map() 998 yyin = auto_popen(AUTO_INCLUDE_PATH, map, NULL); in parse_included_map() 1063 yyin = auto_popen(path, key, NULL); in parse_map() 1065 yyin = auto_popen(path, NULL); in parse_map() 1199 f = auto_popen("rpc.umntall", "-k", NULL); in rpc_umntall()
|
H A D | common.h | 122 FILE *auto_popen(const char *argv0, ...);
|
H A D | popen.c | 74 auto_popen(const char *argv0, ...) in auto_popen() function
|
H A D | automountd.c | 337 f = auto_popen("mount", "-t", fstype, "-o", options, in handle_request()
|