| /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/external/lgpl3/mpc/dist/tests/ |
| tgeneric.tpl | 29 int special); 34 int special); 51 int special = 0; 78 /* check consistency with quadruple precision for special values: 81 for (special = 0; special < last_special ; special++) 83 special); 93 int special) 102 random_params (params, exp_min, exp_max, special); [all...] |
| /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/external/gpl3/gdb/dist/gdbsupport/ |
| common-inferior.cc | 28 SPECIAL contains the set of characters that must be escaped. SPECIAL 29 must not be nullptr, and it is assumed that SPECIAL contains the newline 34 escape_characters (const char *arg, const char *special) 36 gdb_assert (special != nullptr); 53 /* The special character handling code here assumes that if SPECIAL is 54 not nullptr, then SPECIAL will contain '\n'. This is true for all our 62 if (strpbrk (arg, special) != nullptr) 83 if (strchr (special, *cp) != nullptr 106 static const char special[] = "\\"!&*|[]{}<>?`~^=;, \\t\\n"; local 125 static const char special[] = "\\" \\t\\n"; local [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/external/bsd/ntp/dist/ |
| packageinfo.sh | 70 # Special. Normally unused. A suffix. 71 #special=ag 72 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/external/bsd/ntp/dist/scripts/build/ |
| VersionName | 48 case $special in 50 *) NAME="${NAME}-${special}" ;;
|
| /src/external/gpl2/texinfo/dist/intl/ |
| loadinfo.h | 95 SPECIAL, SPONSOR, REVISION are the pieces of the locale name, as 108 const char *modifier, const char *special, 118 territory, codeset, special, sponsor, revision. 121 *CODESET, *SPECIAL, *SPONSOR, *REVISION gets assigned either a 131 CEN_SPECIAL for *SPECIAL, 139 const char **special, const char **sponsor,
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| common-inferior.cc | 37 /* This holds all the characters considered special to the 39 static const char special[] = "\"!&*|[]{}<>?`~^=;, \t\n"; local 42 /* This holds all the characters considered special to the 45 static const char special[] = "\"!#$&*()\\|[]{}<>?'`~^; \t\n"; 64 if (strpbrk (argv[i], special)) 86 if (strchr (special, *cp) != NULL)
|
| /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...] |
| /src/external/gpl2/groff/dist/src/include/ |
| DviChar.h | 27 int special; member in struct:_dviCharNameMap
|
| /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/external/ibm-public/postfix/dist/src/global/ |
| xtext.c | 11 /* VSTRING *xtext_quote(quoted, unquoted, special) 14 /* const char *special; 16 /* VSTRING *xtext_quote_append(unquoted, quoted, special) 19 /* const char *special; 30 /* +, <33(10) and >126(10), as well as characters specified with "special" 81 const char *special) 88 && (*special == 0 || strchr(special, ch) == 0)) { 100 VSTRING *xtext_quote(VSTRING *quoted, const char *unquoted, const char *special) 103 xtext_quote_append(quoted, unquoted, special); [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/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/ |
| unwinder.py | 78 special: An alternative stack-pointer value, can be None.""" 80 def __init__(self, sp, pc, special=None): 83 self._special = special 94 def special(self): member in class:FrameId
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/ |
| unwinder.py | 78 special: An alternative stack-pointer value, can be None.""" 80 def __init__(self, sp, pc, special=None): 83 self._special = special 94 def special(self): member in class:FrameId
|
| /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? */
|