Home
last modified time | relevance | path

Searched refs:pushfile (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/bin/sh/
H A Dinput.c107 static void pushfile(void);
389 pushfile(); in setinputfd()
411 pushfile(); in setinputstring()
427 pushfile(void) in pushfile() function
/freebsd-12.1/usr.sbin/ypldap/
H A Dparse.y64 struct file *pushfile(const char *, int);
134 if ((nfile = pushfile($2, 0)) == NULL) {
679 pushfile(const char *name, int secret) in pushfile() function
739 if ((file = pushfile(filename, 1)) == NULL) { in parse_config()
/freebsd-12.1/sbin/pfctl/
H A Dparse.y96 struct file *pushfile(const char *, int);
550 if ((nfile = pushfile($2, 0)) == NULL) {
5912 pushfile(const char *name, int secret) in pushfile() function
5979 if ((file = pushfile(filename, 0)) == NULL) { in parse_config()