Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dinput.c105 static void pushfile(void);
399 pushfile(); in setinputfd()
421 pushfile(); in setinputstring()
437 pushfile(void) in pushfile() function
/freebsd-14.2/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-14.2/sbin/pfctl/
H A Dparse.y95 struct file *pushfile(const char *, int);
605 if ((nfile = pushfile($2, 0)) == NULL) {
6675 pushfile(const char *name, int secret) in pushfile() function
6742 if ((file = pushfile(filename, 0)) == NULL) { in parse_config()