Searched defs:native (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dgetconf.c54 "[+?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 Dppinput.c32 * convert path to native representation
43 native(register const char* s) function
103 s = native(s);
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_print.c100 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 Dldap_ruleval.c575 buildRvalue(__nis_mapping_rlhs_t *rl, __nis_mapping_item_type_t native, argument
596 vnew = getMappingElement(&rl->element[i], native, rv, stat);
H A Dldap_val.c510 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 Dtmlocale.c134 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 Doptget.c155 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);

Completed in 44 milliseconds