| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_add_filter_by_name.c | 43 /* A table that maps names to functions. */ 45 struct { const char *name; int (*setter)(struct archive *); } names[] = variable in typeref:struct:__anon7091 68 for (i = 0; names[i].name != NULL; i++) { 69 if (strcmp(name, names[i].name) == 0) 70 return ((names[i].setter)(a));
|
| archive_write_set_format_by_name.c | 42 /* A table that maps names to functions. */ 44 struct { const char *name; int (*setter)(struct archive *); } names[] = variable in typeref:struct:__anon7097 85 for (i = 0; names[i].name != NULL; i++) { 86 if (strcmp(name, names[i].name) == 0) 87 return ((names[i].setter)(a));
|
| archive_write_set_format_filter_by_ext.c | 43 /* A table that maps names to functions. */ 45 struct { const char *name; int (*format)(struct archive *); int (*filter)(struct archive *); } names[] = variable in typeref:struct:__anon7102 89 for (i = 0; names[i].name != NULL; i++) 91 if (cmpsuff(name, names[i].name) == 0) 105 int format_state = (names[names_index].format)(a); 107 return ((names[names_index].filter)(a)); 127 int format_state = (names[names_index].format)(a); 129 return ((names[names_index].filter)(a));
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| byaddr.h | 56 * is ISC_R_SUCCESS, then 'names' will contain a list of names associated 63 dns_namelist_t names; member in struct:dns_byaddrevent
|
| /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
|
| /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 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/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPObjClass.h | 24 StringList names, must, may, sup; member in class:LDAPObjClass 77 * Returns all object class names
|
| LDAPAttrType.h | 24 StringList names; member in class:LDAPAttrType 70 * Returns all attribute names
|
| LDAPSchema.cpp | 34 StringList names = oc.getNames(); local 35 // there could be more names for one object... 36 for (j = names.begin(); j != names.end(); j++) { 54 StringList names = at.getNames(); local 55 // there could be more names for one object... 56 for (j = names.begin(); j != names.end(); j++) {
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| gen_text_encoding_data.py | 109 names = charsets[mib] variable 110 if names[0] == "UTF-8": 112 for name in names: 114 count += len(names) 116 names = extra_aliases[mib] variable 117 for name in names: 119 count += len(names)
|
| /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 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...] |
| /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 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/arch/evbppc/stand/wii/ |
| boot.c | 51 static const char * const names[] = { variable 56 #define NUMNAMES __arraycount(names) 86 printf("booting %s ", names[curname]); 87 exec_netbsd(names[curname]);
|
| /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 61 #define NUMNAMES (sizeof(names) / sizeof(char *)) 86 name = names[currname++];
|
| /src/sys/dev/isa/ |
| sb.c | 287 static const char * const names[] = SB_NAMES; local 298 if (sc->sc_model < sizeof names / sizeof names[0]) 299 config = names[sc->sc_model];
|
| /src/tests/lib/libc/hash/ |
| t_hmac.c | 66 const char *names[] = { local 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/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| alias.c | 55 struct berval *names, *members; local 69 names = a->a_vals; 73 names=tmparr; 74 names[0]=cbp->name; 75 BER_BVZERO(&names[1]); 86 for (i=0;!BER_BVISNULL(&names[i]);i++) 89 WRITE_BERVAL(cbp->fp,&names[i]);
|
| ether.c | 71 struct berval *names,*ethers; local 85 names = a->a_vals; 89 names=tmparr; 90 names[0]=cbp->name; 91 BER_BVZERO(&names[1]); 112 /* write entries for all names and addresses */ 113 for (i=0;!BER_BVISNULL(&names[i]);i++) 117 WRITE_BERVAL(cbp->fp,&names[i]);
|
| host.c | 57 struct berval name,*names,*addrs; local 62 /* get the other names for the host */ 70 names = a->a_vals; 72 /* if the name is not yet found, get the first entry from names */ 74 name=names[0]; 105 WRITE_BERVAL(cbp->fp,&names[i]);
|
| network.c | 57 struct berval name, *names, *addrs; local 62 /* get the other names for the network */ 70 names = a->a_vals; 72 /* if the name is not yet found, get the first entry from names */ 74 name=names[0]; 105 WRITE_BERVAL(cbp->fp,&names[i]);
|
| protocol.c | 30 * to one or more names. The distinguished value of the cn 57 struct berval name,*names; local 63 /* get the other names for the protocol */ 71 names = a->a_vals; 73 /* if the name is not yet found, get the first entry from names */ 75 name=names[0]; 114 WRITE_BERVAL(cbp->fp,&names[i]);
|
| rpc.c | 59 struct berval name,*names; local 65 /* get the other names for the rpc */ 73 names = a->a_vals; 75 /* if the name is not yet found, get the first entry from names */ 77 name=names[0]; 116 WRITE_BERVAL(cbp->fp,&names[i]);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| import.h | 33 Identifiers names; member in class:Import
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| names.c | 60 const char *names[] = { "carrot", "potato", "celery" }; local 64 /* Make sure that NAMES contains NUM_THREADS elements. */ 65 assert (sizeof (names) / sizeof (names[0]) == NUM_THREADS); 77 arg->name = names[i];
|