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

/freebsd-13-stable/bin/sh/
H A Dinput.c105 static void pushfile(void);
391 pushfile();
413 pushfile();
429 pushfile(void) function
/freebsd-13-stable/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)
739 if ((file = pushfile(filename, 1)) == NULL) {
/freebsd-13-stable/sbin/pfctl/
H A Dparse.y97 struct file *pushfile(const char *, int);
554 if ((nfile = pushfile($2, 0)) == NULL) {
5987 pushfile(const char *name, int secret)
6054 if ((file = pushfile(filename, 0)) == NULL) {

Completed in 91 milliseconds