Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 120) sorted by relevance

12345

/original-bsd/sbin/tunefs/
H A Dtunefs.c58 char *cp, *special, *name; local
68 special = argv[argc - 1];
69 fs = getfsfile(special);
71 special = fs->fs_spec;
74 if (*special != '/') {
75 if (*special == 'r')
76 special++;
78 special = device;
81 err(1, "%s", special);
86 getsb(&sblock, special);
[all …]
/original-bsd/libexec/lfs_cleanerd/
H A Dmisc.c20 extern char *special;
43 (void)fprintf(stderr, "%s: ", special);
63 err(1, "%s: %s", special, strerror(errno));
65 err(1, "%s: %s", special, strerror(errno));
67 err(1, "%s: short read (%d, not %d)", special, rbytes, len);
/original-bsd/usr.bin/ctags/
H A Dlisp.c26 int special; in l_entries() local
39 special = NO; in l_entries()
43 special = YES; in l_entries()
47 special = YES; in l_entries()
56 if (special) { in l_entries()
/original-bsd/sbin/newlfs/
H A Dnewfs.c84 char *progname, *special; variable
245 special = argv[0];
246 if (strchr(special, '/') == NULL) {
250 special = device;
253 fso = open(special,
256 fatal("%s: %s", special, strerror(errno));
261 fsi = open(special, O_RDONLY);
263 fatal("%s: %s", special, strerror(errno));
265 fatal("%s: %s", special, strerror(errno));
269 progname, special);
[all …]
H A Dextern.h19 extern char *special;
/original-bsd/sbin/newfs/
H A Dnewfs.c300 special = argv[0];
301 cp = strrchr(special, '/');
309 special = device;
314 fso = open(special, O_WRONLY);
324 s1 = special;
336 special, mp->f_mntonname);
346 fsi = open(special, O_RDONLY);
353 progname, special);
363 lp = getdisklabel(special, fsi);
473 mkfs(pp, special, fsi, fso);
[all …]
/original-bsd/sbin/dumplfs/
H A Dmisc.c32 err(1, "%s", special);
34 err(1, "%s", special);
36 errx(1, "%s: short read (%d, not %d)", special, rbytes, len);
H A Dextern.h12 extern char *special;
/original-bsd/usr.bin/spell/
H A DREADME8 The new subdirectory "special" contains lists of words in specialized
19 the words in the file special/4bsd, comprising current 4bsd
32 machine, so as to include the words in /usr/share/dict/special/math, as well
38 cat american special/math /usr/local/dict/{surnames,acronyms} | \
40 cat british special/math /usr/local/dict/{surnames,acronyms} | \
52 SPECIAL=special.math
77 hlista -- hashed list, formed from files {words,american,special/4bsd}.
78 hlistb -- hashed list, formed from files {words,british,special/4bsd}.
83 special/ -- directory of less common terms from specialized fields.
86 special/4bsd -- commands and system calls (from filenames in
[all …]
/original-bsd/games/backgammon/common_source/
H A Dsubs.c221 yorn (special) in yorn() argument
222 register char special; /* special response */ in yorn()
229 if (special && c == special)
232 if (special) {
234 writec (special);
/original-bsd/usr.sbin/config/
H A Dmkmakefile.c206 char *wd, *this, *needs, *special; in read_files() local
259 special = 0; in read_files()
285 special = ns(wd); in read_files()
334 tp->f_special = special; in read_files()
360 tp->f_special = special; in read_files()
484 char *special; local
498 special = ftp->f_special;
499 if (special == 0) {
525 special = cmd;
528 fprintf(f, "\t%s\n\n", special);
/original-bsd/old/pcc/ccom.vax/
H A Dmac2defs20 /* special purpose */
52 # define special(a, b) 0
/original-bsd/usr.sbin/sysctl/
H A Dsysctl.c168 int special = 0; local
247 special |= CLOCK;
250 special |= BOOTTIME;
295 special |= CONSDEV;
367 if (special & CLOCK) {
377 if (special & BOOTTIME) {
387 if (special & CONSDEV) {
/original-bsd/usr.bin/uucp/uucico/
H A Dfio.c485 static char special = 0; local
505 if (special) {
507 special = 0;
537 special = *ip++;
543 switch (special) {
571 special = 0;
/original-bsd/usr.bin/pascal/pdx/process/
H A Dprocess.rep47 WORD fp, sp, pc; /* special registers */
49 WORD ap, fp, sp, pc; /* special registers */
52 WORD oap, ofp, osp, opc;/* special registers when process stopped */
/original-bsd/usr.bin/cmp/
H A DMakefile4 SRCS= cmp.c misc.c regular.c special.c
/original-bsd/etc/
H A Dgettytab17 # The "std.NNN" names are known to the special case
20 # The "NNN-baud" names are known to the special case
88 # Odd special case terminals
112 # Wierdo special case for fast crt's with hardcopy devices
/original-bsd/old/lisp/fp/fp.vax/
H A Dhandlers.l13 ; special atoms:
14 (declare (special debug-level-count break-level-count
H A Dspecials.l11 (declare (special
/original-bsd/usr.sbin/sendmail/cf/mailer/
H A Dsmtp.m439 R$* :; <@> $@ list:; special case
61 R:; <@> $@ list:; special case
63 # do special header rewriting
/original-bsd/sys/miscfs/union/
H A DREADME5 two files do special handling of whiteouts. You will then need to
/original-bsd/usr.bin/pascal/pdx/tahoe/
H A Dcerror.s12 # I want a special function "syserr" called. This function will
/original-bsd/old/pcc/ccom.tahoe/
H A Dmac2defs.h72 int special(); /* additional special shapes */
/original-bsd/usr.bin/pascal/pdx/mc68000/
H A Dcerror.s12 # I want a special function "syserr" called. This function will
/original-bsd/share/man/man0/
H A Dignore82 special

12345