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

12

/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dfiles.h37 extern void pushfile (void);
/openbsd-current/bin/chio/
H A Dparse.y45 struct file *pushfile(const char *);
394 pushfile(const char *name)
439 if ((file = pushfile(filename)) == NULL) {
/openbsd-current/usr.sbin/ldomctl/
H A Dparse.y53 struct file *pushfile(const char *);
629 pushfile(const char *name)
669 if ((file = pushfile(filename)) == NULL) {
/openbsd-current/usr.sbin/iscsictl/
H A Dparse.y60 struct file *pushfile(const char *, int);
137 if ((nfile = pushfile($2, 1)) == NULL) {
651 pushfile(const char *name, int secret)
706 file = pushfile(filename, 1);
/openbsd-current/sbin/unwind/
H A Dparse.y57 struct file *pushfile(const char *, int);
129 if ((nfile = pushfile($2, 0)) == NULL) {
733 pushfile(const char *name, int secret)
810 file = pushfile(filename != NULL ? filename : _PATH_CONF_FILE, 0);
/openbsd-current/usr.sbin/radiusd/
H A Dparse.y57 struct file *pushfile(const char *);
118 if ((nfile = pushfile($2)) == NULL) {
682 pushfile(const char *name)
734 if ((file = pushfile(filename)) == NULL) {
/openbsd-current/sbin/dhcp6leased/
H A Ddhcp6leased.h286 struct file *pushfile(const char *, int);
H A Dparse_lease.y280 file = pushfile(filename, 0);
H A Dparse.y545 pushfile(const char *name, int secret)
609 file = pushfile(filename, 0);
/openbsd-current/usr.sbin/ripd/
H A Dparse.y55 struct file *pushfile(const char *, int);
722 pushfile(const char *name, int secret)
786 if ((file = pushfile(filename, !(conf->opts & RIPD_OPT_NOACTION))) == NULL) {
/openbsd-current/usr.sbin/dvmrpd/
H A Dparse.y56 struct file *pushfile(const char *, int);
687 pushfile(const char *name, int secret)
758 if ((file = pushfile(filename, 1)) == NULL) {
/openbsd-current/usr.sbin/ntpd/
H A Dparse.y47 struct file *pushfile(const char *);
780 pushfile(const char *name)
831 if ((file = pushfile(filename)) == NULL) {
/openbsd-current/sbin/dhcpleased/
H A Dparse.y67 struct file *pushfile(const char *, int);
672 pushfile(const char *name, int secret)
735 file = pushfile(filename, 0);
/openbsd-current/usr.sbin/ospfd/
H A Dparse.y59 struct file *pushfile(const char *, int);
165 if ((nfile = pushfile($2,
1155 pushfile(const char *name, int secret)
1239 if ((file = pushfile(filename,
/openbsd-current/usr.sbin/eigrpd/
H A Dparse.y101 static struct file *pushfile(const char *, int);
160 if ((nfile = pushfile($2,
936 pushfile(const char *name, int secret)
1015 if ((file = pushfile(filename,
/openbsd-current/usr.sbin/ldapd/
H A Dparse.y62 struct file *pushfile(const char *, int);
366 if ((nfile = pushfile($2, 1)) == NULL) {
774 pushfile(const char *name, int secret)
854 if ((file = pushfile(filename, 1)) == NULL) {
/openbsd-current/usr.sbin/lpd/
H A Dparse.y57 struct file *pushfile(const char *, int);
139 if ((nfile = pushfile($2, 0)) == NULL) {
548 pushfile(const char *name, int secret)
606 if ((file = pushfile(filename, 0)) == NULL) {
/openbsd-current/usr.sbin/acme-client/
H A Dparse.y55 struct file *pushfile(const char *);
128 if ((nfile = pushfile($2)) == NULL) {
751 pushfile(const char *name)
810 if ((file = pushfile(filename)) == NULL) {
/openbsd-current/usr.sbin/ospf6d/
H A Dparse.y61 struct file *pushfile(const char *, int);
160 if ((nfile = pushfile($2,
964 pushfile(const char *name, int secret)
1046 if ((file = pushfile(filename,
/openbsd-current/usr.sbin/ypldap/
H A Dparse.y68 struct file *pushfile(const char *, int);
141 if ((nfile = pushfile($2, 1)) == NULL) {
863 pushfile(const char *name, int secret)
939 if ((file = pushfile(filename, 1)) == NULL) {
/openbsd-current/usr.sbin/rad/
H A Dparse.y65 struct file *pushfile(const char *, int);
146 if ((nfile = pushfile($2, 0)) == NULL) {
845 pushfile(const char *name, int secret)
910 file = pushfile(filename, 0);
/openbsd-current/usr.sbin/ldpd/
H A Dparse.y100 static struct file *pushfile(const char *, int);
179 if ((nfile = pushfile($2,
1250 pushfile(const char *name, int secret)
1323 if ((file = pushfile(filename,
/openbsd-current/usr.sbin/hostapd/
H A Dparse.y71 struct file *pushfile(const char *, int);
197 if ((nfile = pushfile($2, 1)) == NULL) {
1727 pushfile(const char *name, int secret)
1790 if ((file = pushfile(cfg->c_config, 1)) == NULL)
/openbsd-current/usr.sbin/vmd/
H A Dparse.y68 struct file *pushfile(const char *, int);
159 if ((nfile = pushfile($2, 0)) == NULL) {
1132 pushfile(const char *name, int secret)
1187 if ((file = pushfile(filename, 0)) == NULL) {
/openbsd-current/usr.sbin/ifstated/
H A Dparse.y54 struct file *pushfile(const char *, int);
681 pushfile(const char *name, int secret)
739 if ((file = pushfile(filename, 0)) == NULL) {

Completed in 286 milliseconds

12