HomeSort by: relevance | last modified time | path
    Searched refs:special (Results 1 - 25 of 120) sorted by relevancy

1 2 3 4 5

  /src/usr.sbin/dumplfs/
extern.h 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
36 extern char *special;
misc.c 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
58 err(1, "%s", special);
60 err(1, "%s", special);
62 errx(1, "%s: short read (%d, not %lu)", special, rbytes,
  /src/usr.bin/spell/spell/
Makefile 12 SPECIALFILES= special.math special.netbsd
18 FILESNAME_${F}= ${F:S/special.//}
19 FILESDIR_${F}= /usr/share/dict/special
  /src/usr.bin/cmp/
Makefile 5 SRCS= cmp.c misc.c regular.c special.c
cmp.c 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
69 int ch, fd1, fd2, special; local
74 special = 0;
78 special = 1; /* careful! Don't use mmap() */
101 special = 1;
111 if (special)
114 special = 1;
139 if (!special) {
143 special = 1;
148 special = 1
    [all...]
  /src/sbin/newfs_lfs/
extern.h 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
44 extern char *special;
newfs.c 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
102 char *progname, *special; variable
278 special = argv[0];
279 if (strchr(special, '/') == NULL) {
281 special);
284 _PATH_DEV, special);
285 special = device;
288 fso = open(special, O_RDWR, DEFFILEMODE);
291 fso = open(special, O_CREAT | O_RDWR, DEFFILEMODE);
301 fatal("%s: %s", special, strerror(errno))
    [all...]
  /src/usr.bin/ctags/
lisp.c 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
59 int special; local
72 special = NO;
76 special = YES;
80 special = YES;
89 if (special) {
  /src/sbin/newfs_ext2fs/
newfs_ext2fs.c 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
129 char *s1, *s2, *special; local
225 special = argv[0];
244 fsi = open(special, fl, 0777);
246 err(EXIT_FAILURE, "can't open file %s", special);
248 err(EXIT_FAILURE, "can't fstat opened %s", special);
252 fsi = opendisk(special, O_RDONLY, device, sizeof(device), 0);
253 special = device;
255 err(EXIT_FAILURE, "%s: open for read", special);
258 fso = open(special, O_WRONLY, 0)
    [all...]
  /src/usr.sbin/puffs/
makerumpmanpages.sh 26 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
162 special="au-naturel nqmfs syspuffs"
188 if ! member $fs $disk $net $fictional $special ; then
193 # special file systems have special manpages
194 member $fs $special && continue
208 mytype=special
  /src/sys/dev/scsipi/
ss.c 25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
154 * If it is a know special, call special attach routine to install
155 * special handlers into the ss_softc structure
183 * and install functions for special handling
192 if (ss->special == NULL) {
314 if (ss->special && ss->special->rewind_scanner) {
315 /* call special handler to rewind/abort scan */
316 error = (ss->special->rewind_scanner)(ss)
    [all...]
ssvar.h 25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
38 * Special handlers for impractically different scanner types.
78 struct ss_special *special; /* special handlers for spec. devices */ member in struct:ss_softc
84 * define the special attach routines if configured
  /src/sbin/newfs/
newfs.c 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
62 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
250 const char *s1, *special, *raw; local
472 special = argv[0];
487 if (stat(special, &sb) == -1)
500 fsi = open(special, fl, 0777);
502 err(1, "can't open file %s", special);
504 err(1, "can't fstat opened %s", special);
509 raw = getfsspecname(specname, sizeof(specname), special);
511 err(1, "%s: %s", special, specname)
    [all...]
  /src/sbin/mount_efs/
mount_efs.c 13 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
50 fprintf(stderr, "usage: %s [-o options] special node\n", getprogname());
94 char special[MAXPATHLEN], node[MAXPATHLEN]; local
98 mount_efs_parseargs(argc, argv, &args, &mntflags, special, node);
101 err(EXIT_FAILURE, "%s on %s", special, node);
  /src/lib/libc/arch/vax/string/
index.S 22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
49 tstb %r1 # special case, looking for '\0'
  /src/sys/arch/ia64/stand/common/
interp_parse.c 206 /* XXX search "special variable" space first? */
  /src/sbin/fsirand/
fsirand.c 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
73 "usage: %s [-F] [-p] [-x <constant>] <special>\n",
228 const char *special; local
266 special = argv[0];
269 fd = open(special, openflags);
271 fd = opendisk(special, openflags, device, sizeof(device), 0);
272 special = device;
275 err(1, "Cannot open `%s'", special);
282 err(1, "%s: cannot get disklabel information", special);
287 getsblock(fd, special, fs)
    [all...]
  /src/sys/arch/m68k/m68k/
sunos_sigcode.s 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
51 trap #1 | special syscall entry (2 bytes)
  /src/usr.bin/make/unit-tests/
unexport.mk 11 # Until 2020-08-08, Var_UnExport had special handling for '\n', that code
deptgt-delete_on_error.mk 3 # Tests for the special target .DELETE_ON_ERROR in dependency declarations,
41 # The special target .DELETE_ON_ERROR is a global setting.
varname-dot-makeflags.mk 3 # Tests for the special .MAKEFLAGS variable, which collects almost all
35 # special variables '.MAKEFLAGS' and '.MAKEOVERRIDES'.
deptgt-error.mk 3 # Tests for the special target .ERROR in dependency declarations, which
  /src/distrib/evbsh3/rom/ramdiskcommon/
ramdiskbin.conf 9 special dd srcdir distrib/utils/x_dd
10 #special sh srcdir distrib/utils/x_sh
23 special dmesg srcdir distrib/utils/x_dmesg
24 #special ifconfig srcdir distrib/utils/x_ifconfig
25 #special ping srcdir distrib/utils/x_ping
26 special route srcdir distrib/utils/x_route
28 #special sysctl srcdir distrib/utils/x_sysctl
52 special less srcdir external/bsd/less/bin/less
53 special netstat srcdir distrib/utils/x_netstat
  /src/sbin/tunefs/
tunefs.c 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
108 const char *special, *chg[2]; local
232 special = argv[0];
235 fi = open(special, openflags);
237 fi = openpartition(special, openflags, device, sizeof(device));
238 special = device;
241 err(1, "%s", special);
243 getsb(&sblock, special);
257 warnx("tuning %s", special);
416 printf("%s: current settings of %s\n", getprogname(), special);
475 buf.data, SBLOCKSIZE, special); local
731 const char *special, *raw; local
    [all...]
  /src/usr.bin/make/
parse.c 26 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
62 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
143 /* Special attributes for target nodes. */
162 SP_NOT, /* Not special */
251 * if a target or source is special.
255 ParseSpecial special; /* when used as a target */ member in struct:__anon38
677 * Add the child to the parent's children, and for non-special targets, vice
690 * Special targets like .END do not need to be informed once the child
807 ApplyDependencySourceKeyword(const char *src, ParseSpecial special)
824 if (parseKeywords[keywd].special == SP_WAIT)
1693 ParseSpecial special; \/* in special targets, the children are local
    [all...]

Completed in 26 milliseconds

1 2 3 4 5