| /src/external/gpl2/texinfo/dist/info/ |
| search.c | 95 char *alternate = (char *)NULL; 99 /* We match characters in the search buffer against STRING and ALTERNATE. 100 ALTERNATE is a case reversed version of STRING; this is cheaper than 101 case folding each character before comparison. Alternate is only 106 alternate = xstrdup (string); 110 if (islower (alternate[i])) 111 alternate[i] = toupper (alternate[i]); 112 else if (isupper (alternate[i])) 113 alternate[i] = tolower (alternate[i]) 94 char *alternate = (char *)NULL; local 154 char *alternate = (char *)NULL; local [all...] |
| /src/external/bsd/pdisk/dist/ |
| dump.c | 209 char *alternate; local 215 alternate = get_linux_name(map->name); 216 if (alternate) { 218 map->logical_block, map->name, alternate); 219 free(alternate);
|
| /src/external/gpl3/binutils/dist/include/ |
| hp-symtab.h | 1244 vtpointer alias ; /* alternate name, if any */ 1293 vtpointer alias; /* alternate name, if any */ 1854 unsigned int alternate : 1; /* alternate unnamed aliases? */ member in struct:quick_alias
|
| /src/external/gpl3/binutils.old/dist/include/ |
| hp-symtab.h | 1244 vtpointer alias ; /* alternate name, if any */ 1293 vtpointer alias; /* alternate name, if any */ 1854 unsigned int alternate : 1; /* alternate unnamed aliases? */ member in struct:quick_alias
|
| /src/external/gpl3/gdb/dist/include/ |
| hp-symtab.h | 1244 vtpointer alias ; /* alternate name, if any */ 1293 vtpointer alias; /* alternate name, if any */ 1854 unsigned int alternate : 1; /* alternate unnamed aliases? */ member in struct:quick_alias
|
| /src/external/gpl3/gdb.old/dist/include/ |
| hp-symtab.h | 1244 vtpointer alias ; /* alternate name, if any */ 1293 vtpointer alias; /* alternate name, if any */ 1854 unsigned int alternate : 1; /* alternate unnamed aliases? */ member in struct:quick_alias
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 6362 const cfg_obj_t *alternate = cfg_listelt_value(element); local 6365 if (!cfg_obj_issockaddr(alternate)) { 6369 cfg_tuple_get(alternate, "name")); 6379 portobj = cfg_tuple_get(alternate, "port"); 6396 sa = *cfg_obj_assockaddr(alternate);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| resolver.c | 537 typedef struct alternate { struct 546 ISC_LINK(struct alternate) link; 2916 * There's something on the alternate list. Try that. 3701 * Don't start alternate fetch if we just started one above. 3704 * Don't start alternate fetch if we just started one above. 4024 * See if we have a better alternate server by address.
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| resolver.c | 506 typedef struct alternate { struct 515 ISC_LINK(struct alternate) link; 4269 * See if we have a better alternate server by address.
|