Searched refs:filemode (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/usr.bin/patch/
H A Dcommon.h60 extern mode_t filemode;
H A Ded.c151 chmod(TMPOUTNAME, filemode);
153 chmod(outname, filemode);
H A Dinp.c169 filemode = filestat.st_mode;
170 if (!S_ISREG(filemode))
H A Dpatch.c49 mode_t filemode = 0644; variable
430 chmod(TMPOUTNAME, filemode);
432 chmod(outname, filemode);
/openbsd-current/regress/usr.sbin/rpki-client/
H A Dtest-mft.c38 int filemode = 1; variable
H A Dtest-roa.c35 int filemode = 1; variable
H A Dtest-gbr.c35 int filemode = 1; variable
H A Dtest-tal.c34 int filemode; variable
H A Dtest-rsc.c38 int filemode; variable
H A Dtest-tak.c36 int filemode = 1; variable
H A Dtest-aspa.c36 int filemode = 1; variable
H A Dtest-geofeed.c35 int filemode; variable
H A Dtest-spl.c36 int filemode = 1; variable
H A Dtest-cert.c37 int filemode; variable
H A Dtest-ip.c36 int filemode; variable
H A Dtest-rrdp.c38 int filemode; variable
/openbsd-current/usr.sbin/rpki-client/
H A DMakefile4 SRCS= as.c aspa.c cert.c cms.c constraints.c crl.c encoding.c filemode.c \
H A Dmain.c71 int filemode; variable
440 if (!filemode || strncmp(file, RSYNC_PROTO, RSYNC_PROTO_LEN) != 0) {
594 /* in filemode messages can be ignored, only the accounting matters */
595 if (filemode)
946 if (!filemode && timeout > 0)
1030 filemode = 1;
1097 if (!filemode) {
1147 if (!filemode)
1153 /* Constraints are only needed in the filemode and parser processes. */
1212 if (!filemode
[all...]
H A Dvalidate.c307 /* XXX - this should be removed, but filemode relies on it. */
419 if (filemode && error == X509_V_ERR_CERT_REVOKED)
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dmakefile.vms-in41 BULIBS = []bucomm.obj,version.obj,filemode.obj
H A DMakefile.in204 emul_aix.c emul_vanilla.c filemode.c \
223 BULIBS = bucomm.c version.c filemode.c
340 bucomm.$(OBJEXT) version.$(OBJEXT) filemode.$(OBJEXT)
345 version.$(OBJEXT) filemode.$(OBJEXT)
350 filemode.$(OBJEXT)
355 bucomm.$(OBJEXT) version.$(OBJEXT) filemode.$(OBJEXT)
360 bucomm.$(OBJEXT) version.$(OBJEXT) filemode.$(OBJEXT)
365 resres.$(OBJEXT) bucomm.$(OBJEXT) version.$(OBJEXT) filemode.$(OBJEXT)
372 filemode.$(OBJEXT)
378 rdcoff.$(OBJEXT) bucomm.$(OBJEXT) version.$(OBJEXT) filemode
[all...]
H A DMakefile.am92 emul_aix.c emul_vanilla.c filemode.c \
109 BULIBS = bucomm.c version.c filemode.c
417 filemode.o: filemode.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dmakefile.vms-in41 BULIBS = []bucomm.obj,version.obj,filemode.obj
H A DMakefile.am93 emul_aix.c emul_vanilla.c filemode.c \
110 BULIBS = bucomm.c version.c filemode.c
461 filemode.o: filemode.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
/openbsd-current/usr.sbin/pstat/
H A Dpstat.c123 void filemode(void);
350 filemode();
1008 filemode(void) function

Completed in 298 milliseconds

12