Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 25 of 30) sorted by relevance

12

/original-bsd/usr.sbin/sendmail/
H A Dmakepatch.sh9 ext=${1-.OLD}
11 for i in `find . -name \*${ext} | sed -e "s/..//" -e "s/${ext}$//" | sort`
13 diff -c $i${ext} $i
/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Dvertlines.c13 char *exb = 0, *ext = 0; in drawvert() local
82 ext = ".5m"; in drawvert()
85 ext = ".5m"; in drawvert()
138 if(ext) in drawvert()
139 printf("-(%s)", ext); in drawvert()
153 if(ext) in drawvert()
154 printf("+%s", ext); in drawvert()
H A DMakefile6 HFILES = ext.h defs.h
26 checkuse.o delimfields.o getstop.o globals.o horlines.o: ext.h defs.h
27 intersect.o io.o main.o maktab.o misc.o numfields.o options.o: ext.h defs.h
28 over200.o rdata.o savrstor.o specs.o subr.o textblocks.o: ext.h defs.h
29 vertlines.o write1line.o writecntl.o: ext.h defs.h
/original-bsd/old/tbl/
H A Dtv.c13 char *exb=0, *ext=0; in drawvert() local
63 ext = ".5m"; break; in drawvert()
65 ext= ".5m"; ept = -1; break; in drawvert()
99 if (ext) in drawvert()
100 fprintf(tabout, "-(%s)",ext); in drawvert()
109 if (ext) in drawvert()
110 fprintf(tabout, "+%s",ext); in drawvert()
/original-bsd/usr.sbin/sendmail/makemap/
H A Dmakemap.c67 char *ext; local
137 ext = NULL;
146 ext = ".db";
151 ext = ".db";
204 if (ext != NULL)
208 el = strlen(ext);
210 if (fl < el || strcmp(&mapname[fl - el], ext) != 0)
213 strcat(fbuf, ext);
/original-bsd/old/arff/
H A Darff.c256 char name[12], ext[4]; local
273 unrad50(1, &(de->rt_name[2]), ext);
278 ext, month, day, year, de->rt_len);
536 char file[7], ext[4]; local
561 ext[index++] = *cp++;
565 ext[index]=0;
568 rad50((u_char *)ext, rname+2);
576 char ext[4]; local
579 unrad50(1, rname + 2, ext);
591 for (cp2 = ext; *cp2 != ' ' && cp2 < ext+3;)
/original-bsd/usr.bin/tn3270/ascii/
H A Dtermin.ext2 * @(#)termin.ext 3.1 10/29/86
H A Dmap3270.ext2 * @(#)map3270.ext 3.1 10/29/86
/original-bsd/usr.bin/tn3270/ctlr/
H A Doutbound.ext2 * @(#)outbound.ext 3.1 10/29/86
H A Doptions.ext2 * @(#)options.ext 3.1 10/29/86
H A Dinbound.ext2 * @(#)inbound.ext 3.1 10/29/86
/original-bsd/usr.bin/tn3270/sys_curses/
H A Dtermout.ext2 * @(#)outbound.ext 3.1 10/29/86
/original-bsd/usr.bin/tn3270/general/
H A Dbsubs.ext2 * @(#)bsubs.ext 3.1 10/29/86
/original-bsd/usr.bin/tn3270/distribution/sys_dos/
H A Dtermout.ext7 * @(#)termout.ext 8.1 (Berkeley) 06/06/93
/original-bsd/usr.bin/tn3270/
H A Dtelnet.ext2 * @(#)telnet.ext 3.1 10/29/86
/original-bsd/lib/libcurses/
H A Dcurses.ext7 * @(#)curses.ext 5.6 (Berkeley) 04/19/91
/original-bsd/games/monop/
H A Dmonop.ext7 * @(#)monop.ext 5.4 (Berkeley) 05/31/93
/original-bsd/libexec/telnetd/
H A DMakefile15 CRYPT_SRC= authenc.c ext.h state.c telnetd.c termstat.c
/original-bsd/local/ditroff/ditroff.okeeffe/troff/
H A DMakefile77 $T/n1.o: n1.c tdef.h tw.h ext.h $T/ni.o
78 $N/n1.o: n1.c tdef.h tw.h ext.h $N/ni.o
/original-bsd/usr.sbin/sendmail/src/
H A Dalias.c307 aliaswait(map, ext, isopen) in aliaswait() argument
309 char *ext;
376 if (ext != NULL)
377 (void) strcat(buf, ext);
H A Dconf.c287 s->s_mapclass.map_ext = ext; \
2671 lockfile(fd, filename, ext, type) in lockfile() argument
2674 char *ext;
2681 if (ext == NULL)
2682 ext = "";
2699 filename, ext, action, lfd.l_type);
2737 filename, ext, fd, type, omode, geteuid());
2740 if (ext == NULL)
2741 ext = "";
2744 printf("lockfile(%s%s, type=%o): ", filename, ext, type);
[all …]
/original-bsd/local/ditroff/ditroff.van/
H A DMakefile87 $T/n1.o: n1.c tdef.h tw.h ext.h $T/ni.o
88 $N/n1.o: n1.c tdef.h tw.h ext.h $N/ni.o
/original-bsd/contrib/gas-1.38/
H A Dread.c1323 int ext; local
1326 ext=(symbolP->sy_type&N_EXT);
1338 symbolP -> sy_type = N_ABS | ext;
1345 symbolP -> sy_type = N_ABS | ext;
1362 symbolP -> sy_type = N_ABS | ext;
1370 symbolP -> sy_type = seg_N_TYPE [(int) segment] | ext;
/original-bsd/usr.bin/ftp/
H A Dftp.c1426 char ext = '1'; local
1445 *cp++ = ext;
1447 if (ext == '9')
1448 ext = '0';
1450 ext++;
1453 if (ext != '0')
/original-bsd/sys/vax/mdec/
H A Dtuboot.c64 .set ext,-4 /* file ext. */

12