Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dinput.c99 static void pushfile(void);
393 pushfile(); in setinputfd()
415 pushfile(); in setinputstring()
431 pushfile(void) in pushfile() function
/freebsd/usr.sbin/ypldap/
H A Dparse.y63 struct file *pushfile(const char *, int);
133 if ((nfile = pushfile($2, 0)) == NULL) {
678 pushfile(const char *name, int secret) in pushfile() function
738 if ((file = pushfile(filename, 1)) == NULL) { in parse_config()
/freebsd/sbin/pfctl/
H A Dparse.y95 struct file *pushfile(const char *, int);
606 if ((nfile = pushfile($2, 0)) == NULL) {
6709 pushfile(const char *name, int secret) in pushfile() function
6776 if ((file = pushfile(filename, 0)) == NULL) { in parse_config()