Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/autofs/
H A Dcommon.c291 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 Dcommon.h122 FILE *auto_popen(const char *argv0, ...);
H A Dpopen.c74 auto_popen(const char *argv0, ...) in auto_popen() function
H A Dautomountd.c337 f = auto_popen("mount", "-t", fstype, "-o", options, in handle_request()