Searched refs:names (Results 76 - 100 of 292) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.bin/mail/
H A DMakefile7 getname.c head.c v7.local.c lex.c list.c main.c names.c popen.c \
H A Dnames.c15 * 3. Neither the name of the University nor the names of its contributors
34 static char sccsid[] = "@(#)names.c 8.1 (Berkeley) 6/6/93";
85 * Extract a list of names from a line,
86 * and make a list of names from it.
116 * Turn a list of names into a string of the same names.
283 outof(struct name *names, FILE *fo, struct header *hp) argument
291 top = names;
292 np = names;
430 * be a filename. We cheat with .'s to allow path names lik
456 usermap(struct name *names) argument
597 elide(struct name *names) argument
[all...]
/freebsd-12-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py205 def __init__(self, start, end, names):
207 self.names = names
210 return self._StringHelper(self.__class__.__name__, str(self.names))
246 names = [n or '<anonymous>' for n in self.namespace]
247 suffix += ' in ' + '::'.join(names)
491 names = []
497 names.append(t.name)
498 name = ''.join(names)
580 # Ensure that names hav
[all...]
/freebsd-12-stable/contrib/less/
H A Dlesskey.c189 struct cmdname *names; member in struct:table
349 cmdtable.names = cmdnames;
352 edittable.names = editnames;
355 vartable.names = NULL;
623 for (i = 0; currtable->names[i].cn_name != NULL; i++)
624 if (strcmp(currtable->names[i].cn_name, actname) == 0)
625 return (currtable->names[i].cn_action);
/freebsd-12-stable/usr.sbin/bluetooth/hccontrol/
H A Dnode.c512 r.names = (struct nodeinfo*)calloc(MAX_NODE_NUM, sizeof(struct nodeinfo));
513 if (r.names == NULL)
517 free(r.names);
524 r.names[i].name, r.names[i].id, r.names[i].hooks);
526 free(r.names);
H A Dhccontrol.c292 r.names = (struct nodeinfo*)calloc(MAX_NODE_NUM, sizeof(struct nodeinfo));
293 if (r.names == NULL)
312 *nodes = r.names;
/freebsd-12-stable/contrib/gdb/gdb/
H A Dinfptrace.c331 struct nlist names[2];
333 names[0].n_un.n_name = "_u";
334 names[1].n_un.n_name = NULL;
335 if (nlist ("/vmunix", names) == 0)
336 kernel_u_addr = names[0].n_value;
328 struct nlist names[2]; local
/freebsd-12-stable/contrib/binutils/binutils/
H A Drdcoff.c488 const char **names;
496 names = (const char **) xmalloc (alloc * sizeof *names);
526 names = ((const char **)
527 xrealloc (names, alloc * sizeof *names));
532 names[count] = bfd_asymbol_name (sym);
543 names[count] = NULL;
545 return debug_make_enum_type (dhandle, names, vals);
487 const char **names; local
/freebsd-12-stable/contrib/bearssl/test/
H A Dtest_x509.c890 * Test case: trust anchors, certificates (file names), key type and
1033 char **names; local
1036 names = NULL;
1054 if (names != NULL) {
1060 names[ptr] = name;
1066 if (names == NULL) {
1067 names = xmalloc((ptr + 1) * sizeof *names);
1069 names[ptr] = NULL;
1070 return names;
1808 br_name_element *names; local
[all...]
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c81 for (size_t i = 0; i < nitems(plist->names); i++)
82 LIST_INIT(&plist->names[i]);
368 hash_list = &plist->names[h % nitems(plist->names)];
440 hash_list = &plist->names[h % nitems(plist->names)];
/freebsd-12-stable/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c320 char names[BUFSIZ]; member in struct:oidname
346 len = sizeof(on->names);
347 if (sysctl(lookup, 2 + o->len, on->names, &len, 0, 0) != 0)
349 for (c = strchr(on->names, '.'); c != NULL; c = strchr(c + 1, '.'))
384 name = on->names;
404 name = on->names;
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DDLL.cpp577 // Create lookup and address tables. If they have external names,
578 // we need to create hintName chunks to store the names.
615 v.insert(v.end(), names.begin(), names.end());
651 names.push_back(make<OrdinalOnlyChunk>(s->getOrdinal()));
654 names.push_back(make<LookupChunk>(c));
661 names.push_back(make<NullChunk>(8));
672 dir->nameTab = names[base];
717 std::vector<Chunk *> names; local
720 names
[all...]
H A DDLL.h60 std::vector<Chunk *> names; member in class:lld::coff::DelayLoadContents
/freebsd-12-stable/usr.bin/ncal/
H A Dncal.c68 wchar_t names[7][4]; member in struct:weekdays
641 /* Month names. */
653 /* Day of the week names. */
656 wdss, wds.names[6], wdss, wds.names[0],
657 wdss, wds.names[1], wdss, wds.names[2],
658 wdss, wds.names[3], wdss, wds.names[4],
659 wdss, wds.names[
[all...]
/freebsd-12-stable/lib/libcasper/libcasper/
H A Dlibcasper.h124 const char * const *names, size_t nnames);
127 #define cap_service_limit(chan, names, nnames) (0)
/freebsd-12-stable/contrib/mandoc/
H A Dmansearch.h93 char *names; /* a list of names with sections */ member in struct:manpage
/freebsd-12-stable/contrib/gdb/
H A Ddjunpack.bat7 Rem renaming some of the files whose names are invalid on DOS or conflict
8 Rem with other file names after truncation to DOS 8+3 namespace.
/freebsd-12-stable/contrib/bmake/mk/
H A Dsys.dependfile.mk18 # dependency files, which can be differentiated by their names.
25 # All depend file names should start with this
/freebsd-12-stable/share/mk/
H A Dsys.dependfile.mk19 # dependency files, which can be differentiated by their names.
26 # All depend file names should start with this
/freebsd-12-stable/crypto/openssl/apps/
H A Dspeed.c373 static const char *names[] = { variable
383 #define ALGOR_NUM OSSL_NELEM(names)
2151 print_message(names[D_MD2], c[D_MD2][testnum], lengths[testnum],
2163 print_message(names[D_MDC2], c[D_MDC2][testnum], lengths[testnum],
2176 print_message(names[D_MD4], c[D_MD4][testnum], lengths[testnum],
2189 print_message(names[D_MD5], c[D_MD5][testnum], lengths[testnum],
2212 print_message(names[D_HMAC], c[D_HMAC][testnum], lengths[testnum],
2226 print_message(names[D_SHA1], c[D_SHA1][testnum], lengths[testnum],
2236 print_message(names[D_SHA256], c[D_SHA256][testnum],
2246 print_message(names[D_SHA51
[all...]
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dplugin.c17 * 3. Neither the name of the Institute nor the names of its contributors
394 heim_dict_t names; member in struct:plugin2
402 heim_release(p->names);
486 p->names = heim_dict_create(11);
551 struct plug *pl = heim_dict_copy_value(p->names, s->n);
568 heim_dict_add_value(p->names, s->n, pl);
/freebsd-12-stable/contrib/ncurses/progs/
H A Dinfocmp.c362 * Show "comparing..." message for the given terminal names.
365 show_comparing(char **names) argument
382 if (*names) {
383 printf("comparing %s", *names++);
384 if (*names) {
385 printf(" to %s", *names++);
386 while (*names) {
387 printf(", %s", *names++);
1121 char *names[3]; local
1123 names[
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c116 * names sorted.
193 * save names in entry's string table
221 _nc_err_abort("Entry does not start with terminal names in column one");
232 * used that as an indexing aid. We can retain 2-character terminfo names,
265 /* check for overly-long names and aliases */
350 * If we have extended-names active, we will automatically
379 * long as all ambiguous names occur in pairs of distinct
631 * This bit of legerdemain turns all the terminfo variable names into
971 * In effect, this scans through the 3 lists of full-names, and looks them
982 NCURSES_CONST char *const *names; local
[all...]
/freebsd-12-stable/contrib/bmake/
H A Dtarg.c18 * 3. Neither the name of the University nor the names of its contributors
54 * 4. Neither the name of the University nor the names of its contributors
106 * Targ_FindList Given a list of names, find nodes for all
365 * Make a complete list of GNodes from the given list of names
368 * name list of names to find
373 * the names in names.
376 * If flags is TARG_CREATE, nodes will be created for all names in
377 * names which do not yet have graph nodes. If flags is TARG_NOCREATE,
382 Targ_FindList(Lst names, in argument
[all...]
/freebsd-12-stable/libexec/rtld-elf/
H A Dmap_object.c428 while (!STAILQ_EMPTY(&obj->names)) {
429 Name_Entry *entry = STAILQ_FIRST(&obj->names);
430 STAILQ_REMOVE_HEAD(&obj->names, link);
466 STAILQ_INIT(&obj->names);

Completed in 294 milliseconds

1234567891011>>