Searched refs:auto_popen (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/autofs/ |
H A D | common.c | 304 yyin = auto_popen(AUTO_INCLUDE_PATH, n->n_key + 1, NULL); in node_expand_includes() 969 yyin = auto_popen(path, key, NULL); in parse_special_map() 1011 yyin = auto_popen(AUTO_INCLUDE_PATH, map, NULL); in parse_included_map() 1076 yyin = auto_popen(path, key, NULL); in parse_map() 1078 yyin = auto_popen(path, NULL); in parse_map() 1212 f = auto_popen("rpc.umntall", "-k", NULL); in rpc_umntall()
|
H A D | common.h | 103 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 | 347 f = auto_popen("mount", "-t", fstype, "-o", options, in handle_request()
|