| /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/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/external/lgpl3/mpfr/dist/tests/ |
| tasinh.c | 29 special (void) function 148 special ();
|
| tatanh.c | 30 special (void) function 176 special ();
|
| tli2.c | 29 special (void) function 182 special ();
|
| tlog2.c | 30 special (void) function 76 special ();
|
| tacos.c | 29 special (void) function 88 printf("Special Overflow error.\n"); 107 special ();
|
| tacosh.c | 38 special (void) function 203 special ();
|
| tadd_ui.c | 48 special (void) function 103 special ();
|
| tcbrt.c | 26 special (void) function 189 special ();
|
| tcosh.c | 31 special (void) function 156 printf("Special overflow error 1.\n"); 165 printf("Special overflow error 2.\n"); 177 printf("Special overflow error 3.\n"); 192 special ();
|
| tdigamma.c | 29 special (void) function 138 special ();
|
| teq.c | 67 special (void) function 191 special ();
|
| texp10m1.c | 31 special (void) function 200 special ();
|
| texp2m1.c | 31 special (void) function 225 special ();
|
| texpm1.c | 54 special (void) function 166 special ();
|
| tget_q.c | 28 special (void) function 164 special ();
|
| /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/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/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/sys/arch/sun2/sun2/ |
| mbio.c | 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 102 static const char *const special[] = { local 130 for (cpp = special; *cpp != NULL; cpp++) {
|
| obmem.c | 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 97 static const char *const special[] = { local 125 for (cpp = special; *cpp != NULL; cpp++) {
|
| /src/usr.bin/cmp/ |
| 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/bsd/pcc/dist/pcc/arch/pdp10/ |
| order.c | 22 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 117 special(NODE *p, int shape) function 154 * Special handling of some instruction register allocation.
|
| /src/external/gpl2/groff/dist/src/include/ |
| DviChar.h | 27 int special; member in struct:_dviCharNameMap
|