Searched refs:names (Results 26 - 50 of 118) sorted by relevance

12345

/haiku-fatelf/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm.c63 char * names[NUM_CARDS * 7 + 1]; variable
281 names[num_names++] = card->midi.name;
285 names[num_names++] = card->joy.name1;
292 names[num_names++] = card->pcm.name;
294 names[num_names++] = card->pcm.oldname;
299 names[num_names++] = card->mux.name;
303 names[num_names++] = card->mixer.name;
305 names[num_names] = NULL;
643 for (ix = 0; names[ix]; ix++) {
644 ddprintf(("cmedia_pci: publish %s\n", names[i
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.c522 // XXX option: names = posix/win32 or dos
532 char *names[max_path + 1];// XXX ntfs_malloc? and make max bigger? local
542 //ntfs_log_debug("sizeof(char*) = %d, sizeof(names) = %d\n", sizeof(char*), sizeof(names));
543 memset(names, 0, sizeof(names));
567 if (names[i]) {
568 free(names[i]);
569 names[i] = NULL;
573 &names[
[all...]
/haiku-fatelf/src/bin/bash/
H A Dbashline.c241 /* Perform spelling correction on directory names during word completion */
375 /* Add bindable names before calling rl_initialize so they may be
498 do other expansion on directory names. */
501 /* Tell the filename completer we want a chance to ignore some names. */
722 /* Gobble up names. Each name is separated with whitespace. */
1408 complete over possible command names, including aliases, functions,
1409 and command names. */
1477 that match. It also scans aliases, function names, and the shell_builtin
1644 case 2: /* Then function names. */
1830 We don't return directory names whe
[all...]
/haiku-fatelf/headers/os/package/
H A DPackageRoster.h51 status_t GetRepositoryNames(BStringList& names);
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dmake_keys.c44 #include <names.c>
H A Dparse_entry.c117 * names sorted.
190 * save names in entry's string table
216 _nc_err_abort("Entry does not start with terminal names in column one");
227 * used that as an indexing aid. We can retain 2-character terminfo names,
257 /* check for overly-long names and aliases */
340 * If we have extended-names active, we will automatically
369 * long as all ambiguous names occur in pairs of distinct
617 * This bit of legerdemain turns all the terminfo variable names into
950 * In effect, this scans through the 3 lists of full-names, and looks them
961 NCURSES_CONST char *const *names; local
[all...]
/haiku-fatelf/src/bin/less/
H A Dlesskey.c181 struct cmdname *names; member in struct:table
341 cmdtable.names = cmdnames;
344 edittable.names = editnames;
347 vartable.names = NULL;
615 for (i = 0; currtable->names[i].cn_name != NULL; i++)
616 if (strcmp(currtable->names[i].cn_name, actname) == 0)
617 return (currtable->names[i].cn_action);
/haiku-fatelf/src/apps/mail/
H A DMailApp.cpp31 countries. Other brand product names are registered trademarks or trademarks
163 BString names; local
189 if (names.Length())
190 names += ", ";
194 names.Append(argv[loop] + 7, options - argv[loop] - 7);
199 names += argv[loop] + 7;
238 if (gotmailto || names.Length() || ccNames.Length() || bccNames.Length() || subject.Length()
241 TMailWindow *window = NewWindow(NULL, names.String());
242 window->SetTo(names.String(), subject.String(), ccNames.String(), bccNames.String(),
584 BString names; local
[all...]
/haiku-fatelf/headers/libs/iconv/
H A Diconv.h163 const char * const * names,
/haiku-fatelf/src/bin/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.
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp49 static char *names[NUM_CARDS]; variable
73 char * names[NUM_CARDS*20+1]; variable
640 names[num_names++] = card->midi.name;
643 names[num_names++] = card->name;
645 names[num_names] = NULL;
954 names[ix] = dev->name;
958 names[ix] = NULL;
964 for (ix=0; names[ix]; ix++) {
965 PRINT(("publish %s\n", names[ix]));
968 return (const char **)names;
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c21 * 4. Neither the name of The NetBSD Foundation nor the names of its
62 char * names[NUM_CARDS*20+1]; variable
459 names[num_names++] = card->name;
461 names[num_names] = NULL;
663 for (ix=0; names[ix]; ix++) {
664 PRINT(("publish %s\n", names[ix]));
666 return (const char **)names;
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c39 char * names[NUM_CARDS*20+1]; variable
416 names[num_names++] = card->name;
418 names[num_names] = NULL;
616 for (ix=0; names[ix]; ix++) {
617 PRINT(("publish %s\n", names[ix]));
619 return (const char **)names;
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/vmware/
H A Ddevice.c354 dprintf("device: VMWARE_GET_DEVICE_NAME %s\n", gPd->names[0]);
356 if (user_strlcpy((char *)buf, gPd->names[0],
360 strlcpy((char *)buf, gPd->names[0], B_PATH_NAME_LENGTH);
/haiku-fatelf/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp232 char *names = (char*) data; local
240 strcpy(names + position, current->if_name);
242 names[position++] = 0;
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dgen.c267 find_name(const char *name, const struct nameval names[]) { argument
270 for (n = 0; names[n].name != NULL; n++)
271 if (strcmp(name, names[n].name) == 0)
272 return (names[n].val);
H A Dgethostent.c422 int names = 1; local
440 names++;
443 memput(he->h_aliases, sizeof(char *) * (names));
796 int names = 1; /*%< NULL terminator */ local
811 names++;
825 names++;
889 he->h_aliases = memget(sizeof(char *) * (names));
892 memset(he->h_aliases, 0, sizeof(char *) * (names));
925 memput(he->h_aliases, sizeof(char *) * (names));
991 * respect to host names) interne
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ice1712/
H A Dice1712.c44 char *names[NUM_CARDS*20+1]; variable
235 names[num_names++] = ice->midi_interf[0].name;
250 names[num_names++] = ice->midi_interf[1].name;
294 names[num_names++] = ice->name;
295 names[num_names] = NULL;
494 for (ix=0; names[ix]; ix++) {
495 TRACE("publish %s\n", names[ix]);
497 return (const char **)names;
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp40 set<string> names; member in struct:module_name_list
503 list->it = list->names.begin();
515 if (list->it != list->names.end()) {
620 list->names.insert(infos[i]->name);
643 list->names.insert(module->Info()->name);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmacrotab.c43 /* The bcache we should use to hold macro names, argument names, and
67 macro names, argument names, argument name arrays, and definition
307 int names = strcmp (key->name, name);
308 if (names)
309 return names;
774 /* We should also check here that all the argument names in ARGV are
304 int names = strcmp (key->name, name); local
/haiku-fatelf/src/servers/registrar/
H A DTextSnifferAddon.cpp107 #include "names.h"
131 struct names *p;
215 * I believe Plan 9 troff allows non-ASCII characters in the names
243 /* look for tokens from names.h - this is expensive! */
267 for (p = names; p < names + NNAMES; p++) {
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsfont.h168 const char **names; // pointer to the glyph names. member in struct:hpgs_font_post_data_st
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c56 char * names[NUM_CARDS*20+1]; variable
593 names[num_names++] = card->name;
595 names[num_names] = NULL;
894 for (ix=0; names[ix]; ix++) {
895 PRINT(("publish %s\n", names[ix]));
897 return (const char **)names;
/haiku-fatelf/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c35 /* names, ohh names... */
802 char **names = nbd_name; local
852 *(names) = malloc(DEVICE_NAME_MAX);
853 if (*(names) == NULL)
855 sprintf(*(names++), DEVICE_FMT, i);
860 *names = NULL;
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dm68k-dis.c575 same address different names. This table can't get it right local
577 static const struct { char *name; int value; } names[]
591 for (regno = sizeof names / sizeof names[0] - 1; regno >= 0; regno--)
592 if (names[regno].value == val)
594 (*info->fprintf_func) (info->stream, "%s", names[regno].name);

Completed in 173 milliseconds

12345