| /src/games/hack/ |
| hack.steal.c | 147 int named = 0; local 192 named++; 225 pline("%s stole %s.", named ? "She" : Monnam(mtmp), doname(otmp));
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/ |
| struct-iteration-ctf.c | 13 } named; member in struct:foo_t
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
| struct-iteration-ctf.c | 13 } named; member in struct:foo_t
|
| /src/tests/lib/libpthread/ |
| t_sem.c | 115 ATF_TC(named); variable 116 ATF_TC_HEAD(named, tc) 118 atf_tc_set_md_var(tc, "descr", "Checks named semaphores"); 120 ATF_TC_BODY(named, tc) 301 ATF_TP_ADD_TC(tp, named);
|
| /src/tests/lib/semaphore/ |
| sem.c | 230 ATF_TC(named); variable 231 ATF_TC_HEAD(named, tc) 234 atf_tc_set_md_var(tc, "descr", "tests named semaphores (%s)", LIBNAME); 243 ATF_TC_BODY(named, tc)
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| format-perl-brace.c | 51 struct named_arg *named; member in struct:spec 71 spec.named = NULL; 103 spec.named = (struct named_arg *) xrealloc (spec.named, spec.allocated * sizeof (struct named_arg)); 105 spec.named[spec.named_arg_count].name = name; 113 /* Sort the named argument array, and eliminate duplicates. */ 118 qsort (spec.named, spec.named_arg_count, sizeof (struct named_arg), 123 if (j > 0 && strcmp (spec.named[i].name, spec.named[j-1].name) == 0) 124 free (spec.named[i].name) [all...] |
| format-sh.c | 68 struct named_arg *named; member in struct:spec 97 spec.named = NULL; 190 /* Named argument. */ 194 spec.named = (struct named_arg *) xrealloc (spec.named, spec.allocated * sizeof (struct named_arg)); 196 spec.named[spec.named_arg_count].name = name; 200 /* Sort the named argument array, and eliminate duplicates. */ 205 qsort (spec.named, spec.named_arg_count, sizeof (struct named_arg), 210 if (j > 0 && strcmp (spec.named[i].name, spec.named[j-1].name) == 0 [all...] |
| format-python.c | 94 struct named_arg *named; member in struct:spec 125 spec.named = NULL; 179 /* Named and unnamed specifications are exclusive. */ 207 /* Named and unnamed specifications are exclusive. */ 258 /* Named argument. */ 260 /* Named and unnamed specifications are exclusive. */ 270 spec.named = (struct named_arg *) xrealloc (spec.named, spec.allocated * sizeof (struct named_arg)); 272 spec.named[spec.named_arg_count].name = name; 273 spec.named[spec.named_arg_count].type = type [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| ctl.h | 15 bool named; member in struct:ctl_node_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| ctl.h | 15 bool named; member in struct:ctl_node_s
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| ctl.h | 15 bool named; member in struct:ctl_node_s
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| ctl.h | 15 bool named; member in struct:ctl_node_s
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_247.c | 300 _Bool named; member in struct:ctl_node_s
|
| /src/sys/fs/nfs/server/ |
| nfs_nfsdserv.c | 499 struct nameidata named; local 521 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, LOOKUP, 523 nfsvno_setpathbuf(&named, &bufp, &hashp); 524 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen); 527 nfsvno_relpathbuf(&named); 531 nd->nd_repstat = nfsvno_namei(nd, &named, dp, 0, exp, p, &dirp); 534 nfsvno_relpathbuf(&named); 547 if (named.ni_startdir) 548 vrele(named.ni_startdir); 549 nfsvno_relpathbuf(&named); 982 struct nameidata named; local 1152 struct nameidata named; local 1367 struct nameidata named; local 1621 struct nameidata named; local 1726 struct nameidata named; local 1846 struct nameidata named; local 2589 struct nameidata named; local 3345 struct nameidata named; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-call.cc | 91 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,NAMED) \ 95 && (NAMED)) 728 abi_v4_pass_in_fpr (machine_mode mode, bool named) 734 if (mode == SFmode && named) 1067 const_tree type, bool named, int depth) 1092 if (named && ALTIVEC_OR_VSX_VECTOR_MODE (mode)) 1104 if (USE_ALTIVEC_FOR_ARG_P (cum, elt_mode, named)) 1165 if (!named) 1191 if (abi_v4_pass_in_fpr (mode, named)) 1243 fprintf (stderr, "mode = %4s, named = %d\n" 1629 bool named = arg.named; local [all...] |
| rs6000.h | 1060 One of the classes must always be named ALL_REGS and include all hard regs. 1061 If there is more than one class, another class must be named NO_REGS 1499 int named; /* false for varargs params */ 1495 int named; \/* false for varargs params *\/ member in struct:rs6000_args
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-call.cc | 99 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,NAMED) \ 103 && (NAMED)) 736 abi_v4_pass_in_fpr (machine_mode mode, bool named) 742 if (mode == SFmode && named) 1075 const_tree type, bool named, int depth) 1100 if (named && ALTIVEC_OR_VSX_VECTOR_MODE (mode)) 1112 if (USE_ALTIVEC_FOR_ARG_P (cum, elt_mode, named)) 1173 if (!named) 1199 if (abi_v4_pass_in_fpr (mode, named)) 1251 fprintf (stderr, "mode = %4s, named = %d\n" 1637 bool named = arg.named; local [all...] |
| /src/external/mit/isl/dist/ |
| isl_space.c | 2036 * If the tuple is named, then the name is only preserved 2076 * If the domain tuple is named, then the name is only preserved 2093 * If the domain tuple is named, then the name is only preserved 2110 * If the range tuple is named, then the name is only preserved 3322 /* Check that "space" has only named parameters, reporting an error 3327 isl_bool named; local 3329 named = isl_space_has_named_params(space); 3330 if (named < 0) 3332 if (!named)
|
| /src/usr.bin/xlint/lint1/ |
| decl.c | 421 bit_fields_width(const sym_t **mem, bool *named) 427 *named = true; 449 bool named = false; local 454 bits += bit_fields_width(&mem, &named); 1767 /* '%s' has no named members */
|
| /src/external/mit/isl/dist/interface/ |
| template_cpp.cc | 488 /* Signatures for adding a named tuple to an object with zero or one tuple. 1065 /* A mapping from anonymous kinds to named kinds. 1073 * by the corresponding named kinds. 1077 std::vector<Kind> named; local 1080 named.emplace_back(anon_to_named.at(tuple)); 1082 return named; 1935 /* Signatures for constructors and methods named after some other class. 1941 * Methods named after some other class also come in two forms 2637 * if it is named after a template class. Return true if this is the case. 2720 * if the method is named after some other type [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| windint.h | 104 rc_uint_type named : 1; member in struct:rc_res_id 107 /* If the named field is non-zero, this is the name. */ 115 /* If the named field is zero, this is the ID. */
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| windint.h | 104 rc_uint_type named : 1; member in struct:rc_res_id 107 /* If the named field is non-zero, this is the name. */ 115 /* If the named field is zero, this is the ID. */
|
| /src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| sparc.cc | 6611 If the value is in a named argument (i.e. not a stdarg function or a 6813 NAMED is true if this is for a named parameter. DATA is passed 6819 traverse_record_type (const_tree type, bool named, T *data, 6846 traverse_record_type<T, Func> (field_type, named, data, bitpos, 6851 Func (field, bitpos, fp_type && named && !packed && TARGET_FPU, 6887 NAMED is nonzero if this argument is a named parameter 6895 const_tree type, bool named, bool incoming, 6949 if (TARGET_ARCH64 && TARGET_FPU && named) 7412 bool named = arg.named; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| name-lookup.cc | 193 bool named = true; local 196 named = false; 200 named = false; 202 named = false; 205 if (named) 251 /* The partition slot is only needed when we're a named 1639 declared within the purview of a named module M 3870 insert it. Other NULL-named decls, not so much. */ 4040 which itself does not contain a _ named declaration yet (so 5015 /* Push a definition of struct, union or enum tag named ID. int [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| io.h | 409 GFC_INTEGER_4 *exist, *opened, *number, *named; member in struct:__anon14410
|