Searched refs:names (Results 1 - 25 of 118) sorted by relevance

12345

/haiku-fatelf/src/bin/diffutils/src/
H A Ddir.c36 size_t nnames; /* Number of names. */
37 char const **names; /* Sorted names of files in dir, followed by 0. */ member in struct:dirdata
38 char *data; /* Allocated storage for file names. */
41 /* Whether file names in directories should be compared with strcoll. */
51 /* Read a directory and get its vector of names. */
60 char const **names; local
69 dirdata->names = 0;
129 /* Create the `names' table from the `data' table. */
130 if (PTRDIFF_MAX / sizeof *names
227 char const **volatile names[2]; local
[all...]
/haiku-fatelf/src/bin/coreutils/man/
H A Dpathchk.x2 pathchk \- check whether file names are valid or portable
H A Dusers.x2 users \- print the user names of users currently logged in to the current host
/haiku-fatelf/src/libs/ncurses/misc/
H A Dchkdef.cmd26 * `names' associates a code to a name
30 names. = ''
65 when names.new_code \= '' then
67 if names.new_code \= new_name then
70 say 'Conflict with "'names.new_code'" & "'new_name'" being @'new_code
75 names.new_code = new_name
H A Dcmpdef.cmd31 names. = ''
62 names.number = name
82 if names.number = '' then
85 say 'Conflict old =' names.number ', new =' name 'at @'number
H A Dmakedef.cmd31 * `names' is the stem where symbols are stored sequentially
37 names. = ''
104 when names.last = new_name then
112 names.last = new_name
135 say ' "'names.inx'" @'codes.inx' NONAME'
/haiku-fatelf/src/add-ons/input_server/methods/pen/
H A DDumpMessage.h7 status_t DumpMessageToStream(BMessage *message, BDataIO &stream, int tabCount = 0, BMessage *names = NULL);
H A DDumpMessage.cpp58 /* look up human readable names from an other BMessage */
59 bool LookUpFieldName(const char **name, const char *field_name, BMessage *names) argument
61 if (names == NULL)
63 if (names->FindString(field_name, name) == B_OK)
68 status_t DumpMessageToStream(BMessage *message, BDataIO &stream, int tabCount, BMessage *names) argument
115 if (LookUpFieldName(&easy_name, field_name, names)) {
136 DumpMessageToStream(&m, stream, tabCount, names);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dvax-nat.c102 struct nlist names[2];
104 names[0].n_name = "_u";
105 names[1].n_name = NULL;
106 if (nlist (_PATH_UNIX, names) == 0)
107 vax_kernel_u_addr = names[0].n_value;
100 struct nlist names[2]; local
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/vmware/
H A Ddriver.c91 gPd->names[0] = strdup("graphics/vmware");
92 gPd->names[1] = NULL;
109 return (const char **)gPd->names;
117 if (gPd->names[0] && !strcmp(gPd->names[0], name))
128 free(gPd->names[0]);
H A Ddriver.h17 char *names[2]; member in struct:__anon1669
/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A DMKexpanded.sh64 /* these are names we'd like to see */
/haiku-fatelf/src/servers/registrar/
H A Dnames.h29 * Names.h - names and types used by ascmagic in file(1).
35 * $Id: names.h,v 1.25 2004/09/11 19:15:57 christos Exp $
82 { "cannot happen error on names.h/types", "text/plain", "error/x-error" },
122 static struct names { struct
125 } names[] = { variable in typeref:struct:names
192 #define NNAMES ((sizeof(names)/sizeof(struct names)) - 1)
/haiku-fatelf/src/bin/bash/
H A Dbracecomp.c166 hack_braces_completion (names)
167 char **names;
172 i = strvec_len (names);
174 qsort (names+1, i-1, sizeof (char *), (QSFUNC *)_strcompare);
176 temp = really_munge_braces (names, 1, i, 0);
178 for (i = 0; names[i]; ++i)
180 free (names[i]);
181 names[i] = NULL;
183 names[0] = temp;
H A Dpathexp.c385 ignore_globbed_names (names, name_func)
386 char **names;
392 for (i = 0; names[i]; i++)
396 for (n = i = 0; names[i]; i++)
398 if ((*name_func) (names[i]))
399 newnames[n++] = names[i];
401 free (names[i]);
408 names[0] = (char *)NULL;
413 /* Copy the acceptable names from NEWNAMES back to NAMES and set the
416 names[
[all...]
/haiku-fatelf/src/libs/ncurses/include/
H A Dterm_entry.h90 #define ExtBoolname(tp,i,names) EXT_NAMES(tp, i, BOOLCOUNT, (i - (tp->num_Booleans - tp->ext_Booleans)), names)
91 #define ExtNumname(tp,i,names) EXT_NAMES(tp, i, NUMCOUNT, (i - (tp->num_Numbers - tp->ext_Numbers)) + tp->ext_Booleans, names)
92 #define ExtStrname(tp,i,names) EXT_NAMES(tp, i, STRCOUNT, (i - (tp->num_Strings - tp->ext_Strings)) + (tp->ext_Numbers + tp->ext_Booleans), names)
/haiku-fatelf/src/tools/checkstyle/
H A Dcheckstyle.py38 def visit(result, dir, names):
40 names.remove(".svn")
41 for name in names:
/haiku-fatelf/src/add-ons/kernel/drivers/misc/
H A Dkdl.c128 static const char *names[] = {"misc/kdl", NULL}; local
130 return names;
H A Dtest.c127 static const char *names[] = {"misc/test/1", NULL}; local
129 return names;
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A DMKcaptab.awk8 * comp_captab.c -- The names of the capabilities indexed via a hash
/haiku-fatelf/src/kits/package/
H A DPackageRoster.cpp100 BPackageRoster::GetRepositoryNames(BStringList& names) argument
104 : names(_names)
113 int32 count = names.CountStrings();
115 if (names.StringAt(i).Compare(name) == 0)
118 names.Add(name);
121 BStringList& names; member in struct:BPackageKit::RepositoryNameCollector
123 RepositoryNameCollector repositoryNameCollector(names);
/haiku-fatelf/src/libs/ncurses/ncurses/trace/
H A Dlib_traceatr.c79 } names[] = local
121 for (n = 0; n < SIZEOF(names); n++) {
122 if ((newmode & names[n].val) != 0) {
125 buf = _nc_trace_bufcat(bufnum, names[n].name);
127 if (names[n].val == A_COLOR) {
184 } names[] = local
233 for (sp = names; sp->val; sp++)
/haiku-fatelf/src/bin/coreutils/src/
H A Djoin.c881 OPERAND_STATUS; currently there are NFILES names in the list. */
884 add_file_name (char *name, char *names[2], argument
893 char *arg = names[op0];
917 names[0] = names[1];
923 names[n] = name;
936 char *names[2]; local
1051 add_file_name (optarg, names, operand_status, joption_count,
1069 add_file_name (argv[optind++], names, operand_status, joption_count,
1095 fp1 = STREQ (names[
[all...]
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dpipe.c94 char *lookupa(int x, char *names[]);
95 int lookup(char *x, char *names[]);
541 lookupa(int x, char *names[]) argument
545 while (names[i] != NULL) {
547 return (names[i]);
555 lookup(char *x, char *names[]) argument
559 while (names[i] != NULL) {
560 if (strcmp(names[i], x) == 0) {
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_hyper.c876 p->names = (pdf_name *) pdc_malloc(p->pdc,
880 p->names[i].obj_id = PDC_BAD_ID;
881 p->names[i].name = NULL;
882 p->names[i].len = 0;
891 p->names = (pdf_name *) pdc_realloc(p->pdc, p->names,
895 p->names[i].obj_id = PDC_BAD_ID;
896 p->names[i].name = NULL;
897 p->names[i].len = 0;
908 if (p->names
[all...]

Completed in 138 milliseconds

12345