Symbol: special
bin/csh/lex.c
438
int special, toolong;
bin/csh/lex.c
440
special = 0;
bin/csh/lex.c
451
special++, *np++ = (Char)c, c = getC(DOEXCL);
bin/csh/lex.c
457
if (special)
bin/csh/lex.c
470
if (special)
bin/csh/lex.c
480
if (special) {
bin/ksh/var.c
1097
switch (special(vp->name)) {
bin/ksh/var.c
248
if (special(n))
bin/ksh/var.c
294
if (special(n))
bin/ksh/var.c
31
static int special ARGS((const char *name));
bin/ksh/var.c
954
switch (special(vp->name)) {
bin/ksh/var.c
998
switch (special(vp->name)) {
bin/sh/expand.c
919
int special;
bin/sh/expand.c
928
special = subtype != VSUNKNOWN && !is_name(*p);
bin/sh/expand.c
936
if (special) {
bin/sh/expand.c
969
if (special) {
games/backgammon/common_source/subs.c
240
yorn(int special)
games/backgammon/common_source/subs.c
247
if (special && c == special)
games/backgammon/common_source/subs.c
250
if (special) {
games/backgammon/common_source/subs.c
252
writec(special);
lib/libc/nameser/ns_name.c
150
if (special(c)) {
lib/libc/nameser/ns_name.c
74
static int special(int);
sbin/atactl/atactl.c
326
void (*special)(const struct ata_smart_attr *, uint64_t);
sbin/atactl/atactl.c
874
void (*special)(const struct ata_smart_attr *, uint64_t);
sbin/atactl/atactl.c
938
special = vendor_table[vid].special;
sbin/atactl/atactl.c
943
special = smart_attrs[aid].special;
sbin/atactl/atactl.c
957
if (special)
sbin/atactl/atactl.c
958
(*special)(attr, raw_value);
sbin/fsck/openspecial.c
52
findspecial(const char *special, int flags)
sbin/fsck/openspecial.c
59
fs = getfsfile(special);
sbin/fsck/openspecial.c
61
special = fs->fs_spec;
sbin/fsck/openspecial.c
63
raw = getfsspecname(specname, sizeof(specname), special);
sbin/fsck/openspecial.c
66
err(EXIT_FAILURE, "%s: %s", special, specname);
sbin/fsck/openspecial.c
71
special = getdiskrawname(rawname, sizeof(rawname), raw);
sbin/fsck/openspecial.c
72
if (special == NULL)
sbin/fsck/openspecial.c
73
special = raw;
sbin/fsck/openspecial.c
75
return special;
sbin/fsirand/fsirand.c
228
const char *special;
sbin/fsirand/fsirand.c
266
special = argv[0];
sbin/fsirand/fsirand.c
269
fd = open(special, openflags);
sbin/fsirand/fsirand.c
271
fd = opendisk(special, openflags, device, sizeof(device), 0);
sbin/fsirand/fsirand.c
272
special = device;
sbin/fsirand/fsirand.c
275
err(1, "Cannot open `%s'", special);
sbin/fsirand/fsirand.c
282
err(1, "%s: cannot get disklabel information", special);
sbin/fsirand/fsirand.c
287
getsblock(fd, special, fs);
sbin/mount_efs/mount_efs.c
101
err(EXIT_FAILURE, "%s on %s", special, node);
sbin/mount_efs/mount_efs.c
94
char special[MAXPATHLEN], node[MAXPATHLEN];
sbin/mount_efs/mount_efs.c
98
mount_efs_parseargs(argc, argv, &args, &mntflags, special, node);
sbin/newfs/newfs.c
250
const char *s1, *special;
sbin/newfs/newfs.c
470
special = argv[0];
sbin/newfs/newfs.c
485
if (stat(special, &sb) == -1)
sbin/newfs/newfs.c
498
fsi = open(special, fl, 0777);
sbin/newfs/newfs.c
500
err(1, "can't open file %s", special);
sbin/newfs/newfs.c
502
err(1, "can't fstat opened %s", special);
sbin/newfs/newfs.c
507
special = findspecial(special, 1);
sbin/newfs/newfs.c
508
fsi = opendisk(special, O_RDONLY, device, sizeof(device), 0);
sbin/newfs/newfs.c
509
special = device;
sbin/newfs/newfs.c
511
err(1, "%s: open for read", special);
sbin/newfs/newfs.c
514
special);
sbin/newfs/newfs.c
518
fso = open(special, O_WRONLY, 0);
sbin/newfs/newfs.c
520
err(1, "%s: open for write", special);
sbin/newfs/newfs.c
525
err(1, "%s: getmntinfo", special);
sbin/newfs/newfs.c
528
s1 = special;
sbin/newfs/newfs.c
541
special, mp->f_mntonname);
sbin/newfs/newfs.c
550
if (getdiskinfo(special, fsi, disktype, &geo, &dkw) == -1)
sbin/newfs/newfs.c
551
errx(1, lmsg, special);
sbin/newfs/newfs.c
562
errx(1, "%s partition is unavailable", special);
sbin/newfs/newfs.c
576
special, "Apple UFS");
sbin/newfs/newfs.c
580
errx(1, m, special, "4.2BSD");
sbin/newfs/newfs.c
600
fssize, special, dkw.dkw_size);
sbin/newfs/newfs.c
605
err(1, "can't ftruncate %s to %" PRId64, special, fssize);
sbin/newfs/newfs.c
614
warn("can't fstatvfs `%s'", special);
sbin/newfs/newfs.c
627
special, (long long)bufrem, bufsize);
sbin/newfs/newfs.c
694
mkfs(special, fsi, fso, mfsmode, mfsuid, mfsgid);
sbin/newfs_ext2fs/newfs_ext2fs.c
129
const char *s1, *special;
sbin/newfs_ext2fs/newfs_ext2fs.c
226
special = argv[0];
sbin/newfs_ext2fs/newfs_ext2fs.c
245
fsi = open(special, fl, 0777);
sbin/newfs_ext2fs/newfs_ext2fs.c
247
err(EXIT_FAILURE, "can't open file %s", special);
sbin/newfs_ext2fs/newfs_ext2fs.c
249
err(EXIT_FAILURE, "can't fstat opened %s", special);
sbin/newfs_ext2fs/newfs_ext2fs.c
253
special = findspecial(special, 1);
sbin/newfs_ext2fs/newfs_ext2fs.c
254
fsi = opendisk(special, O_RDONLY, device, sizeof(device), 0);
sbin/newfs_ext2fs/newfs_ext2fs.c
255
special = device;
sbin/newfs_ext2fs/newfs_ext2fs.c
257
err(EXIT_FAILURE, "%s: open for read", special);
sbin/newfs_ext2fs/newfs_ext2fs.c
260
fso = open(special, O_WRONLY, 0);
sbin/newfs_ext2fs/newfs_ext2fs.c
263
"%s: open for write", special);
sbin/newfs_ext2fs/newfs_ext2fs.c
268
err(EXIT_FAILURE, "%s: getmntinfo", special);
sbin/newfs_ext2fs/newfs_ext2fs.c
271
s1 = special;
sbin/newfs_ext2fs/newfs_ext2fs.c
285
special, mp->f_mntonname);
sbin/newfs_ext2fs/newfs_ext2fs.c
290
if (getdiskinfo(special, fsi, disktype, &geo, &dkw) == -1)
sbin/newfs_ext2fs/newfs_ext2fs.c
291
errx(EXIT_FAILURE, lmsg, special);
sbin/newfs_ext2fs/newfs_ext2fs.c
302
"%s partition is unavailable", special);
sbin/newfs_ext2fs/newfs_ext2fs.c
309
special, "Linux Ext2");
sbin/newfs_ext2fs/newfs_ext2fs.c
330
fssize, special, dkw.dkw_size);
sbin/newfs_ext2fs/newfs_ext2fs.c
335
err(1, "can't ftruncate %s to %" PRId64, special, fssize);
sbin/newfs_ext2fs/newfs_ext2fs.c
344
warn("can't fstatvfs `%s'", special);
sbin/newfs_ext2fs/newfs_ext2fs.c
356
special, bufrem, bufsize);
sbin/newfs_ext2fs/newfs_ext2fs.c
395
mke2fs(special, fsi, fso);
sbin/newfs_lfs/extern.h
44
extern char *special;
sbin/newfs_lfs/make_lfs.c
369
fatal("%s: %s", special, "directory too big");
sbin/newfs_lfs/newfs.c
102
char *progname, *special;
sbin/newfs_lfs/newfs.c
278
special = argv[0];
sbin/newfs_lfs/newfs.c
279
if (strchr(special, '/') == NULL) {
sbin/newfs_lfs/newfs.c
281
special);
sbin/newfs_lfs/newfs.c
284
_PATH_DEV, special);
sbin/newfs_lfs/newfs.c
285
special = device;
sbin/newfs_lfs/newfs.c
288
fso = open(special, O_RDWR, DEFFILEMODE);
sbin/newfs_lfs/newfs.c
291
fso = open(special, O_CREAT | O_RDWR, DEFFILEMODE);
sbin/newfs_lfs/newfs.c
301
fatal("%s: %s", special, strerror(errno));
sbin/newfs_lfs/newfs.c
306
fsi = open(special, O_RDONLY);
sbin/newfs_lfs/newfs.c
308
fatal("%s: %s", special, strerror(errno));
sbin/newfs_lfs/newfs.c
310
fatal("%s: %s", special, strerror(errno));
sbin/newfs_lfs/newfs.c
316
"nor a regular file", special);
sbin/newfs_lfs/newfs.c
327
if (getdiskinfo(special, fsi, disktype, &geo, &dkw) == -1)
sbin/newfs_lfs/newfs.c
328
errx(1, lmsg, special);
sbin/newfs_lfs/newfs.c
385
warnx("%s is not a character special device, ignoring -A", special);
sbin/resize_ffs/resize_ffs.c
1040
progress_bar(special, "grow cg",
sbin/resize_ffs/resize_ffs.c
2030
progress_bar(special, "flush cg",
sbin/resize_ffs/resize_ffs.c
2082
progress_bar(special, "write sb",
sbin/resize_ffs/resize_ffs.c
2195
special = getfsspecname(specname, sizeof(specname), argv[0]);
sbin/resize_ffs/resize_ffs.c
2196
if (special == NULL)
sbin/resize_ffs/resize_ffs.c
2198
raw = getdiskrawname(rawname, sizeof(rawname), special);
sbin/resize_ffs/resize_ffs.c
2200
special = raw;
sbin/resize_ffs/resize_ffs.c
2213
fd = open(special, O_RDWR, 0);
sbin/resize_ffs/resize_ffs.c
2215
err(EXIT_FAILURE, "Can't open `%s'", special);
sbin/resize_ffs/resize_ffs.c
2219
newsize = get_dev_size(special);
sbin/resize_ffs/resize_ffs.c
72
const char *special;
sbin/tunefs/tunefs.c
109
const char *special, *chg[2];
sbin/tunefs/tunefs.c
233
special = argv[0];
sbin/tunefs/tunefs.c
236
fi = open(special, openflags);
sbin/tunefs/tunefs.c
238
special = findspecial(special, 1);
sbin/tunefs/tunefs.c
239
fi = opendisk(special, openflags, device, sizeof(device), 0);
sbin/tunefs/tunefs.c
241
special = device;
sbin/tunefs/tunefs.c
244
err(1, "%s", special);
sbin/tunefs/tunefs.c
246
getsb(&sblock, special);
sbin/tunefs/tunefs.c
260
warnx("tuning %s", special);
sbin/tunefs/tunefs.c
419
printf("%s: current settings of %s\n", getprogname(), special);
sbin/tunefs/tunefs.c
458
bwrite(sblockloc, buf.data, SBLOCKSIZE, special);
sbin/tunefs/tunefs.c
478
buf.data, SBLOCKSIZE, special);
sys/arch/acorn32/stand/nbfs/nbfs.c
110
err = rodisk_open(f, special, drive, part);
sys/arch/acorn32/stand/nbfs/nbfs.c
151
nbfs_fopen(struct open_file *f, char const *special, char const *path)
sys/arch/acorn32/stand/nbfs/nbfs.c
156
err = nbfs_devopen(f, special, path, &tail);
sys/arch/acorn32/stand/nbfs/nbfs.c
181
char const *special = (char const *)r->r6;
sys/arch/acorn32/stand/nbfs/nbfs.c
192
err = nbfs_fopen(&nof->f, special, fname);
sys/arch/acorn32/stand/nbfs/nbfs.c
274
char const *special = (char const *)r->r6;
sys/arch/acorn32/stand/nbfs/nbfs.c
280
err = nbfs_fopen(&f, special, fname);
sys/arch/acorn32/stand/nbfs/nbfs.c
346
char const *special = (char const *)r->r6;
sys/arch/acorn32/stand/nbfs/nbfs.c
360
err = nbfs_fopen(&f, special, fname);
sys/arch/acorn32/stand/nbfs/nbfs.c
94
nbfs_devopen(struct open_file *f, char const *special, char const *fname,
sys/arch/amiga/dev/grf_cv3d.c
586
volatile char *special;
sys/arch/amiga/dev/grf_cv3d.c
596
special = ((volatile char*)cv3d_special_register_base +
sys/arch/amiga/dev/grf_cv3d.c
599
special = ((volatile char*)cv3d_special_register_base);
sys/arch/amiga/dev/grf_cv3d.c
601
*((volatile short *)(special + 0x10)) = 0;
sys/arch/amiga/dev/grf_cv3d.c
602
*((volatile long *)(special + 0x4)) = 0x02000003;
sys/arch/sun2/sun2/mbio.c
102
static const char *const special[] = {
sys/arch/sun2/sun2/mbio.c
130
for (cpp = special; *cpp != NULL; cpp++) {
sys/arch/sun2/sun2/mbmem.c
110
static const char *const special[] = {
sys/arch/sun2/sun2/mbmem.c
144
for (cpp = special; *cpp != NULL; cpp++) {
sys/arch/sun2/sun2/obio.c
107
static const char *const special[] = {
sys/arch/sun2/sun2/obio.c
135
for (cpp = special; *cpp != NULL; cpp++) {
sys/arch/sun2/sun2/obmem.c
125
for (cpp = special; *cpp != NULL; cpp++) {
sys/arch/sun2/sun2/obmem.c
97
static const char *const special[] = {
sys/arch/sun68k/sun68k/autoconf.c
131
static const char *const special[] = {
sys/arch/sun68k/sun68k/autoconf.c
146
for (cpp = special; *cpp != NULL; cpp++) {
sys/compat/sunos/sunos_syscallargs.h
382
syscallarg(char *) special;
sys/compat/sunos32/sunos32_syscallargs.h
391
syscallarg(netbsd32_charp) special;
sys/compat/ultrix/ultrix_fs.c
399
SCARG(uap, special), nflags, &na, UIO_SYSSPACE,
sys/compat/ultrix/ultrix_fs.c
412
ua.fspec = SCARG(uap, special);
sys/compat/ultrix/ultrix_syscallargs.h
367
syscallarg(char *) special;
sys/compat/ultrix/ultrix_syscallargs.h
86
syscallarg(char *) special;
sys/dev/marvell/if_mvgbe.c
2166
const uint8_t special[ETHER_ADDR_LEN] = {0x01,0x00,0x5e,0x00,0x00,0x00};
sys/dev/marvell/if_mvgbe.c
2185
if (memcmp(enm->enm_addrlo, special, 5) == 0) {
sys/dev/marvell/if_mvxpe.c
2701
const uint8_t special[ETHER_ADDR_LEN] = {0x01,0x00,0x5e,0x00,0x00,0x00};
sys/dev/marvell/if_mvxpe.c
2722
if (memcmp(enm->enm_addrlo, special, 5) == 0) {
sys/dev/pci/igc/igc_hw.h
140
uint16_t special;
sys/dev/pci/igc/igc_hw.h
184
uint16_t special;
sys/dev/pci/veritefb.c
1861
uint8_t special = 0;
sys/dev/pci/veritefb.c
1864
special = idx;
sys/dev/pci/veritefb.c
1883
if (special) {
sys/dev/pci/veritefb.c
1885
VRISC_INT(VRISC_ADD_OP, special, 0, VRISC_SP));
sys/dev/scsipi/ss.c
192
if (ss->special == NULL) {
sys/dev/scsipi/ss.c
314
if (ss->special && ss->special->rewind_scanner) {
sys/dev/scsipi/ss.c
316
error = (ss->special->rewind_scanner)(ss);
sys/dev/scsipi/ss.c
352
if (ss->special && ss->special->minphys)
sys/dev/scsipi/ss.c
353
(ss->special->minphys)(ss, bp);
sys/dev/scsipi/ss.c
372
if (ss->special && ss->special->trigger_scanner) {
sys/dev/scsipi/ss.c
373
error = (ss->special->trigger_scanner)(ss);
sys/dev/scsipi/ss.c
480
if (ss->special && ss->special->read)
sys/dev/scsipi/ss.c
481
(ss->special->read)(ss, bp);
sys/dev/scsipi/ss.c
529
if (ss->special && ss->special->get_params) {
sys/dev/scsipi/ss.c
531
error = (ss->special->get_params)(ss);
sys/dev/scsipi/ss.c
542
if (ss->special && ss->special->set_params) {
sys/dev/scsipi/ss.c
544
error = (ss->special->set_params)(ss, sio);
sys/dev/scsipi/ss.c
552
if (ss->special && ss->special->rewind_scanner ) {
sys/dev/scsipi/ss.c
554
error = (ss->special->rewind_scanner)(ss);
sys/dev/scsipi/ss_mustek.c
127
ss->special = &mustek_special;
sys/dev/scsipi/ss_scanjet.c
122
ss->special = &scanjet_special;
sys/dev/scsipi/ssvar.h
78
struct ss_special *special; /* special handlers for spec. devices */
sys/fs/hfs/hfs_subr.c
76
HFS_CONVERT_RDEV(hp->h_rec.file.bsd.special.raw_device));
sys/fs/hfs/hfs_vnops.c
437
rec.file.bsd.special.inode_num,
sys/fs/hfs/hfs_vnops.c
647
= HFS_CONVERT_RDEV(bsd->special.raw_device);
sys/fs/hfs/hfs_vnops.c
649
else if (bsd->special.link_count != 0) {
sys/fs/hfs/hfs_vnops.c
651
vap->va_nlink = bsd->special.link_count;
sys/fs/hfs/libhfs.c
1990
out_perms->special.inode_num = be32tohp(&ptr); /* this field is a union */
sys/fs/hfs/libhfs.h
338
} special;
tests/lib/libc/sys/t_wait_noproc.c
178
const int special[] = {
tests/lib/libc/sys/t_wait_noproc.c
195
const size_t M = (1 << __arraycount(special)) - 1;
tests/lib/libc/sys/t_wait_noproc.c
197
if (pos < __arraycount(special))
tests/lib/libc/sys/t_wait_noproc.c
198
return special[pos];
tests/lib/libc/sys/t_wait_noproc.c
200
pos -= __arraycount(special);
tests/lib/libc/sys/t_wait_noproc.c
207
for (n = 0; n < __arraycount(special); n++) {
usr.bin/cmp/cmp.c
101
special = 1;
usr.bin/cmp/cmp.c
111
if (special)
usr.bin/cmp/cmp.c
114
special = 1;
usr.bin/cmp/cmp.c
139
if (!special) {
usr.bin/cmp/cmp.c
143
special = 1;
usr.bin/cmp/cmp.c
148
special = 1;
usr.bin/cmp/cmp.c
152
if (special)
usr.bin/cmp/cmp.c
69
int ch, fd1, fd2, special;
usr.bin/cmp/cmp.c
74
special = 0;
usr.bin/cmp/cmp.c
78
special = 1; /* careful! Don't use mmap() */
usr.bin/ctags/lisp.c
59
int special;
usr.bin/ctags/lisp.c
72
special = NO;
usr.bin/ctags/lisp.c
76
special = YES;
usr.bin/ctags/lisp.c
80
special = YES;
usr.bin/ctags/lisp.c
89
if (special) {
usr.bin/make/job.c
1333
if (!job->special) {
usr.bin/make/job.c
1343
if (!job->special)
usr.bin/make/job.c
1747
job->special = (gn->type & OP_SPECIAL) != OP_NONE;
usr.bin/make/job.c
1794
if (!job->special)
usr.bin/make/job.c
209
bool special;
usr.bin/make/job.c
549
job->special ? 'S' : '-');
usr.bin/make/parse.c
1091
parseKeywords[keywd].special != SP_PATH) {
usr.bin/make/parse.c
1096
*inout_special = parseKeywords[keywd].special;
usr.bin/make/parse.c
1165
CheckSpecialMundaneMixture(ParseSpecial special)
usr.bin/make/parse.c
1167
switch (special) {
usr.bin/make/parse.c
1207
ClearPaths(ParseSpecial special, SearchPathList *paths)
usr.bin/make/parse.c
1214
if (special == SP_SYSPATH)
usr.bin/make/parse.c
1343
HandleDependencySourcesEmpty(ParseSpecial special, SearchPathList *paths)
usr.bin/make/parse.c
1345
switch (special) {
usr.bin/make/parse.c
1360
ClearPaths(special, paths);
usr.bin/make/parse.c
1395
ParseDependencySourceSpecial(ParseSpecial special, const char *word,
usr.bin/make/parse.c
1398
switch (special) {
usr.bin/make/parse.c
1507
ParseSpecial special, SearchPathList *paths)
usr.bin/make/parse.c
1517
ParseDependencySourceSpecial(special, start, paths);
usr.bin/make/parse.c
1537
ParseSpecial special, GNodeType targetAttr)
usr.bin/make/parse.c
1589
special);
usr.bin/make/parse.c
1599
ApplyDependencySource(targetAttr, start, special);
usr.bin/make/parse.c
1614
ParseSpecial special, SearchPathList **inout_paths)
usr.bin/make/parse.c
1617
HandleDependencySourcesEmpty(special, *inout_paths);
usr.bin/make/parse.c
1618
} else if (special == SP_MFLAGS) {
usr.bin/make/parse.c
1621
} else if (special == SP_SHELL) {
usr.bin/make/parse.c
1628
} else if (special == SP_NOTPARALLEL || special == SP_SINGLESHELL ||
usr.bin/make/parse.c
1629
special == SP_DELETE_ON_ERROR) {
usr.bin/make/parse.c
1633
switch (special) {
usr.bin/make/parse.c
1643
ParseDependencySourcesSpecial(p, special, *inout_paths);
usr.bin/make/parse.c
1648
if (special == SP_PATH)
usr.bin/make/parse.c
1650
if (special == SP_SYSPATH)
usr.bin/make/parse.c
1655
if (!ParseDependencySourcesMundane(p, special, targetAttr))
usr.bin/make/parse.c
1693
ParseSpecial special; /* in special targets, the children are
usr.bin/make/parse.c
1702
special = SP_NOT;
usr.bin/make/parse.c
1704
if (!ParseDependencyTargets(&p, expandedLine, &special, &targetAttr,
usr.bin/make/parse.c
1709
CheckSpecialMundaneMixture(special);
usr.bin/make/parse.c
1720
ParseDependencySources(p, targetAttr, special, &paths);
usr.bin/make/parse.c
255
ParseSpecial special; /* when used as a target */
usr.bin/make/parse.c
807
ApplyDependencySourceKeyword(const char *src, ParseSpecial special)
usr.bin/make/parse.c
824
if (parseKeywords[keywd].special == SP_WAIT) {
usr.bin/make/parse.c
825
ApplyDependencySourceWait(special != SP_NOT);
usr.bin/make/parse.c
880
ParseSpecial special)
usr.bin/make/parse.c
890
LinkToTargets(gn, special != SP_NOT);
usr.bin/make/parse.c
902
ParseSpecial special)
usr.bin/make/parse.c
904
if (ApplyDependencySourceKeyword(src, special))
usr.bin/make/parse.c
907
if (special == SP_MAIN)
usr.bin/make/parse.c
909
else if (special == SP_ORDER)
usr.bin/make/parse.c
912
ApplyDependencySourceOther(src, targetAttr, special);
usr.bin/patch/pch.c
1158
char special;
usr.bin/patch/pch.c
1162
special = '^';
usr.bin/patch/pch.c
1164
special = ' ';
usr.bin/patch/pch.c
1166
special, p_line[i]);
usr.bin/telnet/commands.c
126
static int special(const char *);
usr.bin/telnet/commands.c
918
return (cc_t)((s && *s) ? special(s) : _POSIX_VDISABLE);
usr.bin/telnet/commands.c
994
value = special(argv[2]);
usr.sbin/dumplfs/dumplfs.c
241
special = argv[0];
usr.sbin/dumplfs/dumplfs.c
242
if ((fd = open(special, O_RDONLY, 0)) < 0)
usr.sbin/dumplfs/dumplfs.c
243
err(1, "%s", special);
usr.sbin/dumplfs/dumplfs.c
88
char *special;
usr.sbin/dumplfs/extern.h
36
extern char *special;
usr.sbin/dumplfs/misc.c
58
err(1, "%s", special);
usr.sbin/dumplfs/misc.c
60
err(1, "%s", special);
usr.sbin/dumplfs/misc.c
62
errx(1, "%s: short read (%d, not %lu)", special, rbytes,
usr.sbin/installboot/installboot.c
128
const char *special, *raw;
usr.sbin/installboot/installboot.c
263
special = getfsspecname(specname, sizeof(specname), argv[0]);
usr.sbin/installboot/installboot.c
264
if (special == NULL)
usr.sbin/installboot/installboot.c
266
raw = getdiskrawname(rawname, sizeof(rawname), special);
usr.sbin/installboot/installboot.c
268
special = raw;
usr.sbin/installboot/installboot.c
269
params->filesystem = special;