/osnet-11/usr/src/lib/libcmd/common/ |
H A D | getconf.c | 54 "[+?This implementation uses the \bastgetconf\b(3) string interface to the native" 56 " system calls. If \bgetconf\b on \b$PATH\b is not the default native" 58 " checks only \bast\b specific extensions and the native system calls;" 62 "[a:all?Call the native \bgetconf\b(1) with option \b-a\b.]" 100 "[v:specification?Call the native \bgetconf\b(1) with option" 139 char* native; local 159 if (*(native = astconf("GETCONF", NiL, NiL)) != '/') 160 native = 0; 169 if (native) 206 if (native) [all...] |
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppinput.c | 32 * convert path to native representation 43 native(register const char* s) function 103 s = native(s);
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_print.c | 100 printMappingItem(__nis_mapping_item_t *i, __nis_mapping_item_type_t native) { argument 101 __nis_value_t *val = getMappingItem(i, native, 0, 0, NULL); 120 __nis_mapping_item_type_t native) { 126 printMappingItem(&e->element.item, native); 133 printMappingItem(&e->element.print.item[i], native); 142 printMappingItem(&e->element.split.item, native); 150 printMappingItem(&e->element.extract.item, native); 163 __nis_mapping_item_type_t native) { 169 printMappingItem(&e->element.item, native); 177 &e->element.print.subElement[i], native); 119 printMappingSubElement(__nis_mapping_sub_element_t *e, __nis_mapping_item_type_t native) argument 162 printMappingElement(__nis_mapping_element_t *e, __nis_mapping_item_type_t native) argument 212 printMappingRLHS(__nis_mapping_rlhs_t *m, __nis_mapping_item_type_t native) argument [all...] |
H A D | ldap_ruleval.c | 575 buildRvalue(__nis_mapping_rlhs_t *rl, __nis_mapping_item_type_t native, argument 596 vnew = getMappingElement(&rl->element[i], native, rv, stat);
|
H A D | ldap_val.c | 510 getMappingItemVal(__nis_mapping_item_t *item, __nis_mapping_item_type_t native, argument 702 exVal = getMappingItemVal(item->exItem, native, rv, 1239 getMappingItem(__nis_mapping_item_t *i, __nis_mapping_item_type_t native, argument 1251 return (getMappingItemVal(i, native, rv, berstring, 1260 if (native != mit_nis) 1282 if (native != mit_ldap) 2382 * value 'rv'. The 'native' mapping type is used when 'rv' is NULL, 2384 * in that case, items of the 'native' type are printed without their 2388 getMappingElement(__nis_mapping_element_t *e, __nis_mapping_item_type_t native, argument 2397 val = getMappingItem(&e->element.item, native, r [all...] |
/osnet-11/usr/src/lib/libast/common/tm/ |
H A D | tmlocale.c | 134 LCID native; member in struct:Map_s 338 * load the native LC_TIME data for the current locale 364 n += GetLocaleInfo(lcid, map[i].native, 0, 0); 370 if (!(m = GetLocaleInfo(lcid, map[i].native, s, n))) 448 int native; member in struct:Map_s 524 if (!(t = nl_langinfo(map[i].native))) 534 if (!(t = nl_langinfo(map[i].native)))
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 155 static char native[] = ""; variable 168 #define X(c) (ERROR_translating()&&(c)!=native) 3276 label(sp_body, 0, w, 0, -1, 0, style, 0, sp_info, version, id, native); 3347 label(sp_body, 0, w, 0, -1, 0, style, FONT_BOLD, sp_info, version, id, native);
|