Home
last modified time | relevance | path

Searched refs:df (Results 1 – 25 of 36) sorted by relevance

12

/original-bsd/sbin/dump/
H A Ditime.c50 FILE *df; in initdumptimes() local
67 (void) fclose(df); in initdumptimes()
75 readdumptimes(df); in initdumptimes()
76 (void) fclose(df); in initdumptimes()
80 readdumptimes(df) in readdumptimes() argument
81 FILE *df; in readdumptimes()
142 FILE *df; in putdumptime() local
152 fd = fileno(df); in putdumptime()
160 readdumptimes(df); in putdumptime()
187 if (fflush(df)) in putdumptime()
[all …]
/original-bsd/old/vpr/
H A Dvprm.c94 FILE *df = NULL; /* The command file. */ local
103 if ((df = fopen(dfname, "r")) == NULL)
105 while (!delfile && getline(df, line)) {
128 if (df == NULL) /* File not open yet. */
129 df = fopen(dfname, "r");
130 if (df == NULL)
134 rewind(df);
135 while (getline(df, line)) {
143 if (df != NULL)
144 fclose(df);
H A Dvpq.c65 DIR *df; local
87 df = opendir(".");
88 if (df == NULL) {
94 while ((dirp = readdir(df)) != NULL) {
106 closedir(df);
H A Dvpd.c66 register int df; local
98 for (df = 0; df <= 15; df++)
99 close(df);
103 if (chdir(SPOOLDIR) < 0 || (df = creat(mktemp(tmplock), 0)) < 0) {
113 close(df);
H A Dvpr.c185 df:
/original-bsd/old/dump.4.1/
H A Ddumpitime.c32 FILE *df; in inititimes() local
38 if ( (df = fopen(increm, "r")) == NULL){ in inititimes()
44 if (getrecord(df, &(itwalk->it_value)) < 0) in inititimes()
50 fclose(df); in inititimes()
95 FILE *df; in putitime() local
125 if ( (df = fopen(increm, "w")) == NULL){ in putitime()
130 recout(df, itwalk); in putitime()
132 fclose(df); in putitime()
148 int getrecord(df, idatep) in getrecord() argument
149 FILE *df; in getrecord()
[all …]
/original-bsd/old/berknet/
H A Dnetrm.c62 DIR *df; local
64 df = opendir(str);
65 if(df == NULL){
69 while((dp = readdir(df)) != NULL){
80 closedir(df);
H A Dnetq.c15 static DIR *df; variable
85 df = opendir(str);
86 if(df == NULL){
91 while((dp = readdir(df)) != NULL){
113 closedir(df);
137 closedir(df);
330 } while((dp = readdir(df)) != NULL);
/original-bsd/usr.bin/uucp/uuq/
H A Duuq.c209 DIR *df; in gather() local
214 if ((df = opendir(subdir(Spool, CMDPRE))) == NULL) { in gather()
219 if ((d = readdir(df)) == NULL) in gather()
229 closedir(df); in gather()
244 FILE *fp, *df; local
321 if ((df = fopen(subfile(W_FILE1), "r")) == NULL)
323 while (fgets(nbuf, sizeof nbuf, df)) {
342 fclose(df);
/original-bsd/usr.bin/xsend/xget/
H A Dxget.c22 DIR *df; variable
124 if((df = opendir(maildir)) == NULL) in files()
130 while ((dbuf = readdir(df)) != NULL) in files()
138 closedir(df); in files()
/original-bsd/usr.bin/xsend/xsend/
H A Dxsend.c23 DIR *df; variable
55 df = opendir(maildir);
56 if(df == NULL)
63 while ((dbuf=readdir(df))!=NULL)
/original-bsd/usr.bin/tip/aculib/
H A DMakefile33 SRCS= biz22.c biz31.c courier.c df.c dn11.c hayes.c ventel.c v831.c v3451.c
34 OBJS= biz22.o biz31.o courier.o df.o dn11.o hayes.o ventel.o v831.o v3451.o
/original-bsd/bin/
H A DMakefile3 SUBDIR= cat chmod cp csh date dd df echo ed expr hostname kill ln ls \
/original-bsd/sbin/restore/
H A Ddirs.c80 static FILE *df, *mf; variable
123 df = fopen(dirfile, "w");
124 if (df == NULL) {
152 (void) fclose(df);
385 (void) fwrite(dirbuf, 1, DIRBLKSIZ, df);
400 (void) fwrite(dirbuf, (int)dirloc, 1, df); in flushent()
401 seekpt = ftell(df); in flushent()
/original-bsd/old/512restor/
H A D512restor.c81 int df, ofile; variable
168 df = creat(dirfile, 0666);
169 if (df < 0) {
173 close(df);
174 df = open(dirfile, 2);
657 write(df, drblock, BSIZE);
664 read(df, drblock, BSIZE); in readc()
674 lseek(df, pt, 0);
679 write(df, drblock, bpt+1); in flsh()
/original-bsd/usr.bin/tip/
H A DMakefile45 biz22.c courier.c df.c dn11.c hayes.c t3000.c v3451.c v831.c ventel.c
/original-bsd/usr.bin/vgrind/
H A Dvgrind.sh99 sort -df +0 -2 xindex >index
/original-bsd/old/sdb/
H A Dps.c336 register FILE *df; in getdev() local
340 if ((df = fopen("/dev", "r")) == NULL) { in getdev()
345 while (fread((char *)&dbuf, sizeof(dbuf), 1, df) == 1) { in getdev()
356 fclose(df); in getdev()
/original-bsd/etc/
H A Ddaily127 env BLOCKSIZE=1k df
H A Dprintcap20 # :gf=/usr/libexec/lpr/vplotf:df=/usr/local/dvif:\
/original-bsd/usr.sbin/lpr/
H A Detc.printcap23 :gf=/usr/lib/vplotf:df=/usr/local/dvif:\
/original-bsd/usr.sbin/sendmail/src/
H A Ddeliver.c2258 char *df = queuename(e, 'd'); local
2260 e->e_dfp = fopen(df, "r");
2263 df, e->e_to, e->e_from.q_paddr);
2603 char *df = queuename(e, 'd'); local
2605 e->e_dfp = fopen(df, "r");
2609 df, e->e_to, e->e_from.q_paddr);
/original-bsd/sys/miscfs/procfs/
H A DREADME84 % df /proc/curproc /proc/curproc/file
/original-bsd/usr.bin/spell/
H A DREADME56 in general, ordered as in sort -df. This makes no difference for
/original-bsd/share/man/man0/
H A Dman151 /usr/src/bin/df/df.1

12