HomeSort by: relevance | last modified time | path
    Searched defs:names (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/usr.bin/rdist/
gram.y 16 * 3. Neither the name of the University nor the names of its contributors
80 %type <namel> namelist, names, opt_namelist
109 | LP names RP = {
114 names: /* VOID */ { label
117 | names NAME = {
  /src/usr.bin/talk/
get_names.c 15 * 3. Neither the name of the University nor the names of its contributors
61 char *names; local in function:get_names
86 names = strdup(argv[1]);
87 for (cp = names; *cp && !strchr("@:!.", *cp); cp++)
91 his_name = names;
96 his_name = names;
101 his_machine_name = names;
123 free(names);
  /src/tests/usr.bin/indent/
lsym_type.c 33 // $ XXX: There's no point aligning the word 'const' with the other names.
34 const char *const names[3]; variable in typeref:typename:const char * const[3]
  /src/games/monop/
morg.c 15 * 3. Neither the name of the University nor the names of its contributors
47 static const char *names[MAX_PRP+2], variable in typeref:typename:const char * []
99 names[0]);
105 names);
127 names[num_good] = op->sqr->name;
131 names[num_good++] = "done";
132 names[num_good--] = 0;
167 names[0]);
173 names);
191 names[num_good] = op->sqr->name
    [all...]
houses.c 15 * 3. Neither the name of the University nor the names of its contributors
43 static const char *names[N_MON+2]; variable in typeref:typename:const char * []
76 names[num_mon] = (monops[num_mon]=mp)->name;
103 names[num_mon++] = "done";
104 names[num_mon--] = 0;
107 names)) == num_mon)
233 names[num_mon] = (monops[num_mon]=mp)->name;
252 names[num_mon++] = "done";
253 names[num_mon--] = 0;
256 names)) == num_mon
    [all...]
  /src/lib/libc/gen/
scandir.c 15 * 3. Neither the name of the University nor the names of its contributors
94 struct dirent *d, *p, **names; local in function:scandir
108 names = NULL;
109 errno = reallocarr(&names, arraysz, sizeof(*names));
116 continue; /* just selected names */
125 errno = reallocarr(&names, arraysz, sizeof(*names));
141 names[nitems++] = p;
145 qsort(names, nitems, sizeof(*names)
    [all...]
  /src/sys/dev/isa/
sb.c 287 static const char * const names[] = SB_NAMES; local in function:sb_getdev
298 if (sc->sc_model < sizeof names / sizeof names[0])
299 config = names[sc->sc_model];
  /src/sys/arch/hp300/stand/uboot/
uboot.c 15 * 3. Neither the name of the University nor the names of its contributors
54 char *names[] = { variable in typeref:typename:char * []
61 #define NUMNAMES (sizeof(names) / sizeof(char *))
86 name = names[currname++];
  /src/usr.bin/xlint/lint1/
README.md 121 As an example, the expression `strcmp(names[i], "name")` has this internal
132 8: 'name' 'names' with auto 'pointer to pointer to const char', lvalue
182 # Common variable names
195 # Abbreviations in variable names
  /src/lib/libutil/
getdiskrawname.c 74 * zvol device names look like:
80 * This allows for 16 pool names, which one would hope would be enough
87 char *names[DISKMAXPARTS]; local in function:calc_zvol_name
98 names[i++] = p;
109 strlcat(buf, names[j], bufsiz);
  /src/tests/lib/libc/hash/
t_hmac.c 66 const char *names[] = { local in function:test
87 for (size_t t = 0; t < __arraycount(names); t++)
92 printf("%s: keysize = %zu datasize = %zu\n", names[t],
99 "created", names[t]);
100 tmp2len = hmac(names[t], key, i, data, j, tmp2,
103 "!= %zu", names[t], tmp1len, tmp2len);
114 "keylen=%zu, datalen=%zu", names[t], i, j);
  /src/games/mille/
move.c 15 * 3. Neither the name of the University nor the names of its contributors
539 static const char *const names[] = { local in function:prompt
553 move(MOVE_Y, MOVE_X + strlen(names[promptno]) + 1);
558 addstr(names[promptno]);
  /src/lib/libc/net/
getifaddrs.c 91 char *names; local in function:__weak_alias
178 names = data + dcnt;
199 cif.ifa_name = names;
201 memcpy(names, dl->sdl_data,
203 names[dl->sdl_nlen] = 0;
204 names += dl->sdl_nlen + 1;
  /src/sbin/sysctl/
pathconf.c 15 * 3. Neither the name of the University nor the names of its contributors
70 char names[BUFSIZ]; variable in typeref:typename:char[]
195 * Scan a list of names searching for a particular name.
  /src/sys/arch/bebox/stand/boot/
boot.c 46 char *names[] = { variable in typeref:typename:char * []
55 #define NUMNAMES (sizeof (names) / sizeof (names[0]))
138 name = names[n++];
  /src/sys/arch/ia64/stand/efi/libefi/
efifs_ls.c 15 * 3. Neither the name of the University nor the names of its contributors
136 entry_t *names = 0, *n, **np; local in function:efifs_ls
211 for (np = &names; *np; np = &(*np)->e_next) {
220 if (names) {
222 n = names;
225 names = n->e_next;
227 } while (names);
  /src/sys/arch/prep/stand/boot/
boot.c 48 char *names[] = { variable in typeref:typename:char * []
54 #define NUMNAMES (sizeof (names) / sizeof (names[0]))
155 name = names[n++];
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_kms.c 121 static const char * const names[] = { "control", "cursor" }; local in function:virtio_gpu_init
172 ret = virtio_find_vqs(vgdev->vdev, 2, vqs, callbacks, names, NULL);
  /src/libexec/getNAME/
getNAME.c 16 * 3. Neither the name of the University nor the names of its contributors
83 /* The .SH NAMEs that are allowed. */
84 static const char *names[] = { "name", "namn", 0 }; variable in typeref:typename:const char * []
196 for (i = 0; names[i]; i++)
197 if (strncasecmp(s, names[i], strlen(names[i])) == 0)
199 if (names[i] == NULL) {
310 for (i = 0; names[i]; i++)
311 if (strncasecmp(s, names[i], strlen(names[i])) == 0
    [all...]
  /src/sys/arch/hppa/stand/boot/
boot.c 15 * 3. Neither the name of the University nor the names of its contributors
94 char *names[] = { variable in typeref:typename:char * []
101 #define NUMNAMES (sizeof(names) / sizeof(char *))
143 name = names[currname++];
  /src/sys/arch/mips/mips/
mips_stacktrace.c 20 * 3. Neither the name of the University nor the names of its contributors
132 static const struct { void *addr; const char *name;} names[] = { variable in typeref:typename:const struct __anond73c5f460108[]
266 for (i = 0; names[i].name; i++)
267 if (names[i].addr == (void*)addr)
268 return (names[i].name);
  /src/sys/kern/
subr_cpu.c 228 const char *names[] = { "core", "pkg", "1st" }; local in function:cpu_topology_dump
232 CTASSERT(__arraycount(names) >= __arraycount(ci->ci_sibling));
242 ci->ci_nsibling[rel], names[rel]);
  /src/lib/libossaudio/
oss3_mixer.c 43 char names[NETBSD_MAXDEVS][MAX_AUDIO_DEV_LEN]; member in struct:audiodevinfo
286 di->names[i][0] = '\0';
312 strlcpy(di->names[i], mi.label.name,
313 sizeof di->names[i]);
360 !strncmp(di->names[i], label->name, sizeof di->names[i])) {
  /src/share/examples/refuse/fanoutfs/
fanoutfs.c 220 strv_t names; local in function:fanoutfs_readdir
227 (void) memset(&names, 0x0, sizeof(names));
234 if (!present(dp->d_name, &names)) {
235 ALLOC(char *, names.v, names.size, names.c,
237 names.v[names.c++] = strdup(dp->d_name);
242 for (i = 0 ; i < names.c ; i++)
    [all...]
  /src/sys/arch/landisk/stand/boot/
boot2.c 27 * 4. The names of the authors may not be used to endorse or promote products
64 static const char * const names[][2] = { variable in typeref:typename:const char * const[][2]
70 #define NUMNAMES (sizeof(names) / sizeof(names[0]))
71 #define DEFFILENAME names[0][0]
247 sprint_bootsel(names[currname][0]));
256 * try pairs of names[] entries, foo and foo.gz
259 bootit(names[currname][0], 0, 0);
261 bootit(names[currname][1], 0, 1);

Completed in 79 milliseconds

1 2 3