Searched refs:names (Results 126 - 150 of 215) sorted by relevance

123456789

/freebsd-9.3-release/contrib/file/
H A DREADME92 src/names.h - header file for ascmagic.c
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddebug.c180 /* NULL terminated array of names. */
181 const char **names; member in struct:debug_enum_type
438 /* A namespace. This is a mapping from names to objects. FIXME: This
1347 debug_make_enum_type (void *handle, const char **names,
1361 e->names = names;
2427 typedef names after they have been defined. We output type tags
2554 return (*fns->enum_type) (fhandle, tag, type->u.kenum->names,
3104 pn1 = t1->u.kenum->names;
3105 pn2 = t2->u.kenum->names;
1345 debug_make_enum_type(void *handle, const char **names, bfd_signed_vma *values) argument
[all...]
H A Dwrstabs.c154 /* A mapping from typedef names to type indices. */
781 stab_enum_type (void *p, const char *tag, const char **names,
791 if (names == NULL)
807 for (pn = names; *pn != NULL; pn++)
821 for (pn = names, pv = vals; *pn != NULL; pn++, pv++)
779 stab_enum_type(void *p, const char *tag, const char **names, bfd_signed_vma *vals) argument
H A Dstabs.c714 /* FIXME: Sometimes the special C++ names start with '.'. */
1928 const char **names; local
1946 /* Read the value-names and their values.
1950 names = (const char **) xmalloc (alloc * sizeof *names);
1977 names = ((const char **)
1978 xrealloc (names, alloc * sizeof *names));
1983 names[n] = name;
1988 names[
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgenautomata.c239 /* Options with the following names can be set up in automata_option
423 char *names [1];
433 char **names;
1361 DECL_EXCL (decl)->names [i] = first_str_cpu_units [i];
1363 DECL_EXCL (decl)->names [i]
1420 DECL_PRESENCE (decl)->names = str_cpu_units;
1429 DECL_ABSENCE (decl)->names = str_cpu_units;
1746 that automaton names have own space. */
1847 define_insn_reservation). Remember that insn names have own
1946 reservations). Key of the table elements is names o
419 char *names [1]; member in struct:excl_rel_decl
429 char **names; member in struct:unit_pattern_rel_decl
2040 process_excls(char **names, int num, pos_t excl_pos ATTRIBUTE_UNUSED) argument
2126 process_presence_absence_names(char **names, int num, pos_t req_pos ATTRIBUTE_UNUSED, int presence_p, int final_p) argument
[all...]
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex298 names. First they have the ``unit name'', which is how the node is
310 flattened tree format only requires the unit names to be present.
433 names.
492 names contain only allowed characters and meet length restrictions.
594 Other company, product, and service names may be trademarks or service
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_history.txt13 * 3. Neither the name of the author nor the names of any co-contributors
164 * 02-29-08 02.00.06 Modified various names to make them 32-character unique.
486 * 02-29-08 02.00.02 Modified various names to make them 32-character unique.
503 * 02-29-08 02.00.02 Modified various names to make them 32-character unique.
/freebsd-9.3-release/contrib/libreadline/
H A Dbind.c1101 /* Associate textual names with actual functions. */
1265 For straight function names just look for whitespace, since
1550 /* Unknown variable names return NULL. */
1573 /* For the time being, unknown variable names or string names without a
1826 /* Print the names of functions known to Readline. */
2044 const char **names; local
2047 names = rl_funmap_names ();
2051 for (i = 0; name = names[i]; i++)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp631 unsigned numinputs, IdentifierInfo **names,
641 std::copy(names, names + NumExprs, Names);
629 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, SourceLocation rparenloc) argument
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c180 /* The head of the names list that was current when the goto appeared,
192 /* A list of all LABEL_DECLs in the function that have names. Here so
193 we can clear out their names' definitions at the end of the
205 /* The head of the names list that was current when the label was
460 for (decl = scope->names; decl; decl = TREE_CHAIN (decl))
487 ent->names_in_scope = obl->names;
511 use->names_in_scope = obl->names;
530 label names.
579 Usually current_binding_level->names is in reverse order.
583 current_binding_level->names
2357 check_previous_goto_1(tree decl, struct cp_binding_level* level, tree names, bool exited_omp, const location_t *locus) argument
[all...]
/freebsd-9.3-release/sys/boot/i386/pmbr/
H A Dpmbr.s14 # 3. Neither the name of the author nor the names of any co-contributors
/freebsd-9.3-release/crypto/openssl/
H A DMakefile.org707 $(PERL) util/extract-names.pl < $$i | \
724 $(PERL) util/extract-names.pl < $$i | \
H A DMakefile709 $(PERL) util/extract-names.pl < $$i | \
726 $(PERL) util/extract-names.pl < $$i | \
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta.autodep.mk126 # Also some targets are not really local, or use random names.
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtic.c62 [-e names] \
138 " -e<names> translate/compile only entries named by comma-separated list",
280 /* emit a comment char, translating terminfo names to termcap names */
372 /* Parse the "-e" option-value into a list of names */
404 } else { /* literal list of names */
644 "%s: Too many file names. Usage:\n\t%s %s",
811 * This bit of legerdemain turns all the terminfo variable names into
1238 static const char *names[] = local
1263 names[nu
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dkey.c1380 key_names_valid2(const char *names) argument
1384 if (names == NULL || strcmp(names, "") == 0)
1386 s = cp = xstrdup(names);
1396 debug3("key names ok: [%s]", names);
2507 fatal("%s: curve names mismatch", __func__);
/freebsd-9.3-release/lib/libpmc/
H A Dlibpmc.c109 * The pmc_event_descr structure maps symbolic names known to the user
119 * event names to event tables and other PMC class data.
140 * Define a table mapping event names and aliases to HWPMC event IDs.
2683 * char *' pointers pointing to the names of the events. 'nevents' is
2694 const char **names; local
2827 if ((names = malloc(count * sizeof(const char *))) == NULL)
2830 *eventnames = names;
2833 for (;count--; ev++, names++)
2834 *names = ev->pm_ev_name;
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkerberos5.c17 * 3. Neither the name of the Institute nor the names of its contributors
1650 canon.names.requested_name = *b->cname;
1651 canon.names.real_name = client->entry.principal->name;
1654 &canon.names, &len, ret);
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec728 - Try to handle obsoletion of ssh-server more cleanly. Package names
805 - Back to old binary names
809 - New binary names
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr.c597 * Generate a list of extended attribute names and optionally
2501 struct attrnames **names,
2507 if (!strncmp(name, names[i]->attr_name, names[i]->attr_namelen))
2508 return names[i];
2499 attr_lookup_namespace( char *name, struct attrnames **names, int nnames) argument
/freebsd-9.3-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp23 devise new names for useful characters
1278 // don't allow PUA code points as Unicode names
1299 // don't allow PUA code points as Unicode names
1427 for (int names = 1; ptr; ptr = strtok(NULL, " \n\t")) {
1428 if (names++ > 1 && *ptr == '#')
/freebsd-9.3-release/etc/namedb/
H A Dnamed.conf12 // All file and path names are relative to the chroot directory,
335 // NB: Don't blindly enable the examples below. :-) Use actual names
/freebsd-9.3-release/gnu/usr.bin/rcs/
H A Drcstest435 symbolic names:
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1320 struct nodeinfo *ni = nl->names;
1372 nl->num_names = ni - nl->names;
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY3 # I'm greatly indebted, even if no names are mentioned.
173 only 2 out of 4 interface names were being changed by ipfs when
440 fix a bug in printing rules where interface names could not be printed,
657 allow macro names to contain underscores (_)
727 add regression testing for parsing long interface names in nat rules,
732 parse logical interface names (Sun)
946 fix up ip_statesync() with storing interface names in ipstate_t
2164 ipmon can now send messages to syslogd (-s) and use names instead of

Completed in 277 milliseconds

123456789