| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ltc/ |
| nouveau_nvkm_subdev_ltc_gp10b.c | 36 struct iommu_fwspec *spec; local 43 __USE(spec); 45 spec = dev_iommu_fwspec_get(device->dev); 46 if (spec) { 47 u32 sid = spec->ids[0] & 0xffff;
|
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CIndexCXX.cpp | 31 AccessSpecifier spec = AS_none; local 34 spec = getCursorDecl(C)->getAccess(); 36 spec = getCursorCXXBaseSpecifier(C)->getAccessSpecifier(); 40 switch (spec) {
|
| /src/lib/libutil/ |
| parsedate.y | 130 spec: label 132 | spec item
|
| /src/sys/arch/ia64/ia64/ |
| consinit.c | 153 struct dig64_pci_spec *spec = ent->specs.pci; local 155 if (spec->flags & DIG64_FLAGS_MMIO_TRA_VALID) 156 (void*)spec->mmio_tra; 157 if (spec->flags & DIG64_FLAGS_IOPORT_TRA_VALID) 158 (void*)spec->ioport_tra;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| warning-control.cc | 31 #include "diagnostic-spec.h" 123 const nowarn_spec_t *spec = get_nowarn_spec (expr); local 125 if (!spec) 129 bool dis = *spec & optspec; 140 const nowarn_spec_t *spec = get_nowarn_spec (stmt); local 142 if (!spec) 147 bool dis = *spec & optspec;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| warning-control.cc | 31 #include "diagnostic-spec.h" 123 const nowarn_spec_t *spec = get_nowarn_spec (expr); local 125 if (!spec) 129 bool dis = *spec & optspec; 140 const nowarn_spec_t *spec = get_nowarn_spec (stmt); local 142 if (!spec) 147 bool dis = *spec & optspec;
|
| /src/external/gpl2/xcvs/dist/lib/ |
| getdate.y | 229 spec: label
|
| /src/sys/arch/mmeye/stand/boot/ |
| boot.c | 107 char *ptr, *spec; local 110 spec = NULL; 129 spec = ptr; 134 len = strlen(spec); 139 if (parse_bootname(spec, len, dev, kern)) 150 parse_bootname(char *spec, int len, char **dev, char **kern) 157 memcpy(bootname, spec, len);
|
| /src/usr.bin/sort/ |
| init.c | 243 * spec in OPTS, require an additional argv word as an option 278 * Replace historic +SPEC arguments with appropriate -kSPEC. 280 * The form can be either a single +SPEC or a pair +SPEC -SPEC. 281 * The following -SPEC is not recognized unless it follows 288 char *vpos, *tpos, spec[20]; local 329 * At this point argv[i] is an old-style spec. The 331 * tells us if it's a +SPEC or -SPEC [all...] |
| /src/usr.bin/tabs/ |
| tabs.c | 56 const char *spec; member in struct:tabspec 86 const char *cr, *spec = NULL; local 139 spec = tabspecs[j].spec; 146 if (tabs == NULL && spec != NULL) 147 tabs = strdup(spec);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| format-csharp.c | 53 struct spec struct 62 struct spec spec; local 63 struct spec *result; 65 spec.directives = 0; 66 spec.numbered_arg_count = 0; 81 spec.directives++; 86 xasprintf (_("In the directive number %u, '{' is not followed by an argument number."), spec.directives); 106 xasprintf (_("In the directive number %u, ',' is not followed by a number."), spec.directives); 133 ? xasprintf (_("The directive number %u ends with an invalid character '%c' instead of '}'."), spec.directives, *format 167 struct spec *spec = (struct spec *) descr; local 175 struct spec *spec = (struct spec *) descr; local 225 struct spec *spec = (struct spec *) descr; local [all...] |
| format-qt.c | 45 struct spec struct 56 struct spec spec; local 57 struct spec *result; 59 spec.directives = 0; 60 spec.arg_count = 0; 69 spec.directives++; 73 while (spec.arg_count <= number) 74 spec.args_used[spec.arg_count++] = false 97 struct spec *spec = (struct spec *) descr; local 105 struct spec *spec = (struct spec *) descr; local 164 struct spec *spec = (struct spec *) descr; local [all...] |
| format-ycp.c | 42 struct spec struct 53 struct spec spec; local 54 struct spec *result; 56 spec.directives = 0; 57 spec.arg_count = 0; 63 spec.directives++; 71 while (spec.arg_count <= number) 72 spec.args_used[spec.arg_count++] = false 100 struct spec *spec = (struct spec *) descr; local 108 struct spec *spec = (struct spec *) descr; local 175 struct spec *spec = (struct spec *) descr; local [all...] |
| format-perl-brace.c | 46 struct spec struct 65 struct spec spec; local 66 struct spec *result; 68 spec.directives = 0; 69 spec.named_arg_count = 0; 70 spec.allocated = 0; 71 spec.named = NULL; 98 spec.directives++; 100 if (spec.allocated == spec.named_arg_count 142 struct spec *spec = (struct spec *) descr; local 157 struct spec *spec = (struct spec *) descr; local 232 struct spec *spec = (struct spec *) descr; local [all...] |
| format-sh.c | 63 struct spec struct 91 struct spec spec; local 92 struct spec *result; 94 spec.directives = 0; 95 spec.named_arg_count = 0; 96 spec.allocated = 0; 97 spec.named = NULL; 105 spec.directives++; 191 if (spec.allocated == spec.named_arg_count 239 struct spec *spec = (struct spec *) descr; local 254 struct spec *spec = (struct spec *) descr; local 333 struct spec *spec = (struct spec *) descr; local [all...] |
| /src/games/monop/ |
| monop.c | 64 spec; /* set if moving by card to RR or UTIL */ variable
|
| /src/sys/arch/arm/broadcom/ |
| bcm2835_cprman.c | 82 const u_int *spec = data; local 88 id = be32toh(spec[0]);
|
| /src/sys/arch/ia64/stand/common/ |
| boot.c | 237 const char *spec, *ep; local 249 if ((spec = getenv("bootfile")) == NULL) 250 spec = default_bootfiles; 252 while ((try > 0) && (spec != NULL)) { 253 spec = strchr(spec, ';'); 254 if (spec) 255 spec++; /* skip over the leading ';' */ 258 if (spec != NULL) { 259 if ((ep = strchr(spec, ';')) != NULL) [all...] |
| /src/usr.bin/hexdump/ |
| display.c | 216 static const char *spec = " -0+#"; local 227 for (p2 = ++p1; *p1 && strchr(spec, *p1); ++p1);
|
| parse.c | 163 static const char *spec = ".#-+ 0123456789"; variable 186 while (strchr(spec + 1, *++fmt)); 256 for (++p1; *p1 && strchr(spec, *p1); ++p1); 259 while (*++p1 && strchr(spec + 1, *p1));
|
| /src/external/gpl2/xcvs/dist/diff/ |
| ifdef.c | 130 char *spec = f; local 195 f = scan_printf_spec (spec); 218 printf_output (spec - 1, value); 227 f = spec; 307 char *spec = f; local 328 f = scan_printf_spec (spec); 350 printf_output (spec - 1, value); 358 f = spec; 413 /* Scan optional printf-style SPEC of the form `-*[0-9]*(.[0-9]*)?[cdoxX]'. 414 Return the address of the character following SPEC, or zero if failure. * [all...] |
| /src/external/gpl3/binutils/dist/gprof/ |
| sym_ids.c | 43 char *spec; /* Parsing modifies this. */ member in struct:sym_id 90 sym_id_add (const char *spec, Table_Id which_table) 93 int len = strlen (spec); 98 id->spec = (char *) id + sizeof (*id); 99 strcpy (id->spec, spec); 107 /* A spec has the syntax FILENAME:(FUNCNAME|LINENUM). As a convenience 108 to the user, a spec without a colon is interpreted as: 118 parse_spec (char *spec, Sym *sym) 123 colon = strrchr (spec, ':') [all...] |
| /src/external/gpl3/binutils.old/dist/gprof/ |
| sym_ids.c | 43 char *spec; /* Parsing modifies this. */ member in struct:sym_id 90 sym_id_add (const char *spec, Table_Id which_table) 93 int len = strlen (spec); 98 id->spec = (char *) id + sizeof (*id); 99 strcpy (id->spec, spec); 107 /* A spec has the syntax FILENAME:(FUNCNAME|LINENUM). As a convenience 108 to the user, a spec without a colon is interpreted as: 118 parse_spec (char *spec, Sym *sym) 123 colon = strrchr (spec, ':') [all...] |
| /src/sbin/fsck/ |
| fsck.c | 199 const char *spec, *spec2, *mntpt, *type, *cp; local 202 spec = mntpt = *argv; 203 spec2 = getfsspecname(buf, sizeof(buf), spec); 205 spec2 = spec; 214 fs = getfsfile(spec); 216 fs = getfsspec(spec); 217 if (fs == NULL && spec != spec2) { 219 spec = spec2; 223 spec = getfsspecname(buf, sizeof(buf), fs->fs_spec); 224 if (spec == NULL [all...] |
| /src/sbin/mount_nfs/ |
| mount_nfs.c | 174 mount_nfs_dogetargs(struct nfs_args *nfsargsp, int mntflags, const char *spec) 184 if ((tspec = strdup(spec)) == NULL) { 213 char *spec, char *name) 426 strlcpy(spec, *argv++, MAXPATHLEN); 428 mount_nfs_dogetargs(nfsargsp, *mntflags, spec); 434 char spec[MAXPATHLEN], name[MAXPATHLEN]; local 439 mount_nfs_parseargs(argc, argv, &args, &mntflags, spec, name); 452 mount_nfs_dogetargs(&args, mntflags, spec); 457 err(EXIT_FAILURE, "%s on %s", spec, name);
|