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

123456789

/freebsd-9.3-release/share/mk/
H A Dversion_gen.awk36 # names of symbols defined for each version.
37 # names[] - array index is symbol name and value is its first version seen,
151 if ($1 in names && names[$1] != current_version) {
161 current_version, names[$1]) > stderr;
164 else if (names[$1] == current_version) {
174 names[$1] = current_version;
/freebsd-9.3-release/contrib/ofed/management/libibcommon/src/
H A Dsysfs.c178 struct dirent **names; local
216 names = malloc(max * sizeof(void *));
217 if (names == NULL)
269 names2 = realloc(names, max * sizeof(void *));
275 names = names2;
277 names[cnt++] = dp;
281 qsort(names, cnt, sizeof(struct dirent *),
284 *namelist = names;
291 free(names[i]);
292 free(names);
[all...]
/freebsd-9.3-release/usr.sbin/mixer/
H A Dmixer.c27 const char *names[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES; variable
47 printf("%s", names[i]);
57 printf("%s", names[i]);
71 if ((1 << foo) & mask && strcmp(names[foo], name) == 0)
94 printf("%s", names[i]);
172 names[foo], Sflag ? ':' : ' ',
177 "%3d:%d\n", names[foo], bar & 0x7f,
266 names[dev], Sflag ? ':' : ' ',
271 "%3d:%d\n", names[dev], bar & 0x7f,
304 "%d:%d.\n", names[de
[all...]
/freebsd-9.3-release/sys/boot/ficl/
H A Dloader.c66 int names, values; local
71 names = stackPopINT(pVM->pStack);
77 name = (char*) ficlMalloc(names+1);
80 strncpy(name, namep, names);
81 name[names] = '\0';
103 int names, values, overwrite; local
109 names = stackPopINT(pVM->pStack);
115 name = (char*) ficlMalloc(names+1);
118 strncpy(name, namep, names);
119 name[names]
141 int names; local
176 int names; local
250 int names, types; local
[all...]
/freebsd-9.3-release/contrib/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)
/freebsd-9.3-release/tools/tools/vop_table/
H A Dvop_table.tcl7 global names ops op
19 set names($a) 0
63 set opn [lsort [array names ops]]
64 set a [lsort [array names names]]
159 foreach i [lsort [array names fnames]] {
/freebsd-9.3-release/usr.sbin/sade/
H A Ddevices.c173 char **names; local
196 if ((names = Disk_Names()) != NULL) {
199 for (i = 0; names[i]; i++) {
203 if (!strncmp(names[i], "md", 2))
217 if (!strncmp(names[i], "cd", 2))
220 d = Open_Disk(names[i]);
222 msgDebug("Unable to open disk %s\n", names[i]);
226 deviceRegister(names[i], names[i], d->name, DEVICE_TYPE_DISK, FALSE,
229 msgDebug("Found a disk device named %s\n", names[
[all...]
/freebsd-9.3-release/lib/libc/net/
H A Dgetifaddrs.c121 char *names; local
261 names = data + dcnt;
280 ift->ifa_name = names;
282 memcpy(names, dl->sdl_data,
284 names[dl->sdl_nlen] = 0;
285 names += dl->sdl_nlen + 1;
388 ift->ifa_name = names;
389 names[sizeof(ifr->ifr_name)] = 0;
390 strncpy(names, ifr->ifr_name, sizeof(ifr->ifr_name));
391 while (*names
[all...]
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dtree.c41 * 0 - ok and names by p_names, size by p_size, array by p_array set
51 * names - array of strings
61 static int mk_tree(unsigned char **names, int size, unsigned char FS,
72 /* free memory from source data for tree (names)
75 * if 0 <= choice <= size - pointer to name from names,
80 static unsigned char *free_names(unsigned char **names,
127 unsigned char **names; /* names + */ member in struct:saved_tree
140 unsigned char **names,
572 unsigned char **names; local
621 dialog_tree(unsigned char **names, int size, unsigned char FS, unsigned char *title, unsigned char *prompt, int height, int width, int menu_height, unsigned char **result) argument
914 unsigned char **names; local
978 mk_tree(unsigned char **names, int size, unsigned char FS, struct leaf **p_array) argument
1072 free_names(unsigned char **names, int size, int choice) argument
1096 search_saved_tree(struct queue *queue, unsigned char **names, int size, unsigned char FS, int height, int width, int menu_height) argument
[all...]
/freebsd-9.3-release/sbin/hastd/
H A Dparse.y154 static char names[MAXHOSTNAMELEN * 3];
168 (void)strlcpy(names, buf, MIN((size_t)(pos - buf + 1),
169 sizeof(names)));
170 (void)strlcat(names, ", ", sizeof(names));
174 (void)strlcat(names, buf, sizeof(names));
175 (void)strlcat(names, ", ", sizeof(names));
183 (void)strlcat(names, bu
[all...]
/freebsd-9.3-release/usr.sbin/cron/lib/
H A Dentry.c440 get_list(bits, low, high, names, ch, file)
443 char *names[]; /* NULL or *[] of names for these elements */
468 ch = get_range(bits, low, high, names, ch, file);
487 get_range(bits, low, high, names, ch, file)
490 char *names[]; /* NULL or names of elements */
511 if (EOF == (ch = get_number(&num1, low, names, ch, file)))
531 ch = get_number(&num2, low, names, ch, file);
547 * names her
[all...]
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dlsock.c91 struct nlist names[3] = { variable in typeref:struct:nlist
104 n = nlist(KERNEL, names);
107 fprintf(stderr, "nlist(%#x) == %d\n", names, n);
110 if (KMCPY(&nproc, names[1].n_value, sizeof(nproc)) == -1)
112 fprintf(stderr, "read nproc (%#x)\n", names[1].n_value);
116 if (KMCPY(&v, names[0].n_value, sizeof(v)) == -1)
119 names[0].n_value, &v, sizeof(v));
H A Dsock.c149 struct nlist names[4] = { variable in typeref:struct:nlist
167 n = nlist(KERNEL, names);
170 fprintf(stderr, "nlist(%#x) == %d\n", names, n);
173 if (KMCPY(&nproc, names[1].n_value, sizeof(nproc)) == -1)
175 fprintf(stderr, "read nproc (%#x)\n", names[1].n_value);
179 if (KMCPY(&p, names[0].n_value, sizeof(p)) == -1)
182 names[0].n_value, &p, sizeof(p));
226 if (KMCPY(up, names[2].n_value, sizeof(*up)) == -1)
228 fprintf(stderr, "read(%#x,%#x) failed\n", p, names[2].n_value);
/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c81 } names[] = local
128 for (n = 0; n < SIZEOF(names); n++) {
129 if ((newmode & names[n].val) != 0) {
132 result = _nc_trace_bufcat(bufnum, names[n].name);
134 if (names[n].val == A_COLOR) {
189 static const ALT_NAMES names[] = local
242 for (sp = names; sp->val; sp++)
/freebsd-9.3-release/lib/libc/iconv/
H A Diconv.c225 char **list, **names; local
240 names = (char **)malloc(sz * sizeof(char *));
241 if ((curkey == NULL) || (names == NULL)) {
246 names[j++] = strdup(curkey);
258 names[j++] = strdup(curitem);
260 np = (const char * const *)names;
262 free(names);
/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_self.c256 char *names[MODULE_CACHE_SIZE]; member in struct:load_module_cache
266 if (info->load_module_cache->names[i] != NULL)
267 (*info->env->free_cb)((void *)info->load_module_cache->names[i]);
298 cache->names[i] = NULL;
316 if (cache->names[i] != NULL)
317 (*info->env->free_cb)(cache->names[i]);
318 cache->names[i] = NULL;
321 if (cache->names[i] == NULL) {
324 cache->names[i] = (char *)
326 if (cache->names[
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dlwsearch.h48 dns_namelist_t names; member in struct:ns_lwsearchlist
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dbyaddr.h60 * is ISC_R_SUCCESS, then 'names' will contain a list of names associated
67 dns_namelist_t names; member in struct:dns_byaddrevent
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-ecoff.c64 static const char *const names[] = local
73 #define n_names ((int) (sizeof (names) / sizeof (names[0])))
75 /* Sections that match names, order to be straightened out later. */
86 if (!strcmp (sec->name, names[i]))
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drddbg.c105 names[] = local
117 for (i = 0; i < sizeof names / sizeof names[0]; i++)
121 sec = bfd_get_section_by_name (abfd, names[i].secname);
122 strsec = bfd_get_section_by_name (abfd, names[i].strsecname);
135 bfd_get_filename (abfd), names[i].secname,
145 bfd_get_filename (abfd), names[i].strsecname,
193 bfd_get_filename (abfd), names[i].secname,
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Do_names.c280 const OBJ_NAME **names; member in struct:doall_sorted
290 d->names[d->n++] = name;
309 d.names = OPENSSL_malloc(lh_num_items(names_lh) * sizeof *d.names);
313 qsort((void *)d.names, d.n, sizeof *d.names, do_all_sorted_cmp);
316 fn(d.names[n], arg);
318 OPENSSL_free((void *)d.names);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwsearch.c60 ISC_LIST_INIT(list->names);
100 while (!ISC_LIST_EMPTY(list->names)) {
101 dns_name_t *name = ISC_LIST_HEAD(list->names);
102 ISC_LIST_UNLINK(list->names, name, link);
129 ISC_LIST_APPEND(list->names, newname, link);
148 sctx->searchname = ISC_LIST_HEAD(sctx->list->names);
/freebsd-9.3-release/crypto/openssh/
H A Dmac.c228 mac_valid(const char *names) argument
232 if (names == NULL || strcmp(names, "") == 0)
234 maclist = cp = xstrdup(names);
238 debug("bad mac %s [%s]", p, names);
243 debug3("macs ok: [%s]", names);
/freebsd-9.3-release/contrib/gcc/
H A Dfix-header.c32 * The program can be given a list of (names of) required standard
159 /* A NAMELIST is a sequence of names, separated by '\0', and terminated
167 /* Used to mark names defined in the ANSI/ISO C standard. */
178 /* Used to mark names defined in the Posix.1 or Posix.2 standard. */
187 /* Used to mark names defined in X/Open Portability Guide. */
189 /* Used to mark names defined in X/Open UNIX Extensions. */
196 /* Used to indicate names that are not functions */
201 namelist names; member in struct:symbol_list
222 add_symbols (symbol_flags flags, namelist names) argument
225 symbol_table[cur_symbol_table_size].names
235 const namelist names; member in struct:std_include_entry
582 check_macro_names(cpp_reader *pfile, namelist names) argument
[all...]
/freebsd-9.3-release/contrib/top/
H A Ddisplay.c204 /* save pointers and allocate space for names */
348 * *_procstates(total, brkdn, names) - print the process summary line
431 * *_cpustates(states, names) - print the cpu state percentages
470 register char **names; local
475 names = cpustate_names;
487 /* now walk thru the names and print the line */
488 while ((thisname = *names++) != NULL)
514 register char **names; local
521 names = cpustate_names;
529 while ((thisname = *names
564 register char **names; local
[all...]

Completed in 589 milliseconds

123456789