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

/ast/src/lib/libcmd/
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"
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 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)))
/ast/src/lib/libpp/
H A Dppinput.c32 * convert path to native representation
38 native(register const char* s) function
98 s = native(s);
/ast/src/lib/librecsort/
H A Drskey.c466 (*kp->keydisc->errorf)(kp, kp->keydisc, 1, "%-.*s: multibyte field overflow -- falling back to native collation", dp);
467 goto native;
516 (*kp->keydisc->errorf)(kp, kp->keydisc, 1, "key coder collation overflow (%d/%I*u) -- falling back to native collation", m, sizeof(zp - cp), zp - cp);
518 goto native;
523 native:
/ast/src/cmd/nmake/
H A Dexpand.c1090 * convert path to native representation with '..' quotes if needed
1094 native(Sfio_t* xp, const char* s) function
2055 native(xp, s);
H A DMakerules.mk52 set option=';native-pp;np;-;Force the use of the native C preprocessor and print a \alevel\a diagnostic message noting the override.;level'
4352 error 1 local include files may be ignored by the native C preprocessor
/ast/src/lib/libast/misc/
H A Doptget.c173 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 70 milliseconds