Home
last modified time | relevance | path

Searched refs:auto_popen (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/autofs/
H A Dcommon.c305 yyin = auto_popen(AUTO_INCLUDE_PATH, n->n_key + 1, NULL); in node_expand_includes()
970 yyin = auto_popen(path, key, NULL); in parse_special_map()
1012 yyin = auto_popen(AUTO_INCLUDE_PATH, map, NULL); in parse_included_map()
1077 yyin = auto_popen(path, key, NULL); in parse_map()
1079 yyin = auto_popen(path, NULL); in parse_map()
1213 f = auto_popen("rpc.umntall", "-k", NULL); in rpc_umntall()
H A Dcommon.h103 FILE *auto_popen(const char *argv0, ...);
H A Dpopen.c74 auto_popen(const char *argv0, ...) in auto_popen() function
H A Dautomountd.c347 f = auto_popen("mount", "-t", fstype, "-o", options, in handle_request()