Home
last modified time | relevance | path

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

/freebsd-13.1/bin/sh/
H A Dinput.c105 static void pushfile(void);
391 pushfile(); in setinputfd()
413 pushfile(); in setinputstring()
429 pushfile(void) in pushfile() function
/freebsd-13.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-13.1/sbin/pfctl/
H A Dparse.y97 struct file *pushfile(const char *, int);
558 if ((nfile = pushfile($2, 0)) == NULL) {
6053 pushfile(const char *name, int secret) in pushfile() function
6120 if ((file = pushfile(filename, 0)) == NULL) { in parse_config()