Searched defs:native (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libcmd/ |
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" 142 char* native; local 162 if (*(native = astconf("GETCONF", NiL, NiL)) != '/') 163 native = 0; 172 if (native) 209 if (native) [all...] |
/ast/src/lib/libast/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)))
|
/ast/src/lib/libpp/ |
H A D | ppinput.c | 32 * convert path to native representation 38 native(register const char* s) function 98 s = native(s);
|
/ast/src/cmd/nmake/ |
H A D | expand.c | 1090 * convert path to native representation with '..' quotes if needed 1094 native(Sfio_t* xp, const char* s) function 2055 native(xp, s);
|
/ast/src/lib/libast/misc/ |
H A D | optget.c | 173 static char native[] = ""; variable 186 #define X(c) (ERROR_translating()&&(c)!=native) 3319 label(sp_body, 0, w, 0, -1, 0, style, 0, sp_info, version, id, native); 3390 label(sp_body, 0, w, 0, -1, 0, style, FONT_BOLD, sp_info, version, id, native);
|
Completed in 35 milliseconds