Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 9 of 9) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dold_vfprintf.c243 static const char spec[] = "+-#0 "; variable
342 char flag[sizeof(spec)]; in vfprintf()
365 for (p =(char *) spec ; *p ; p++) { in vfprintf()
366 flag[p-spec] = '\0'; in vfprintf()
371 for (p = (char *)spec ; *p ; ) { in vfprintf()
373 flag[p-spec] = *fmt++; in vfprintf()
374 p = (char *)spec; /* restart scan */ in vfprintf()
547 info.spec = *fmt; in vfprintf()
A D_vfprintf.c1023 ppfs->info.spec = *fmt; in _ppfs_parsespec()
1112 int register_printf_function(int spec, printf_function handler, in register_printf_function() argument
1118 if (spec && (arginfo != NULL)) { /* TODO -- check if spec is valid char */ in register_printf_function()
1129 if (*p == spec) { in register_printf_function()
1137 *r = spec; in register_printf_function()
1722 if (*s == ppfs->info.spec) { in _do_one_spec()
A D_fpmaxtostr.c230 mode = info->spec; in _fpmaxtostr()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c826 static const unsigned char spec[] = { variable
977 r_max = spec[FIELD_MAX + k]; in load_field()
1089 o = ((const char *) spec) + 26; /* set to "????" */ in __XL_NPP()
1165 o = spec+30; /* empty string */ in __XL_NPP()
1242 if ((field_val = load_field(spec[i], timeptr)) < 0) { in __XL_NPP()
1246 i = spec[i+(TP_CODES - TP_OFFSETS)]; in __XL_NPP()
1266 field_val += spec[STRINGS_NL_ITEM_START + (code & 0xf)]; in __XL_NPP()
1348 static const unsigned char spec[] = {
1548 j = spec[STRINGS_NL_ITEM_START + 3 + code];
1565 = j % (spec[STRINGS_NL_ITEM_START + 3 + code] >> 1);
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dgetconf.c1154 const char *spec = NULL; in main() local
1164 spec = argv[2]; in main()
1170 spec = &argv[1][2]; in main()
1184 spec = buf; in main()
1189 if (spec != NULL) in main()
1193 if (strcmp (spec, specs[i].name) == 0) in main()
1197 error (2, 0, _("unknown specification \"%s\""), spec); in main()
1239 size_t spec_len = strlen (spec); in main()
1243 "/", 1), spec, spec_len + 1); in main()
1246 args[2] = spec; in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dprintf.h58 wchar_t spec; /* Format letter. */ member
60 int spec; member
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtestregex.c1028 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* m… in extract() argument
1062 printf("%s%s", spec, TABS(*tabs++)); in extract()
1088 catchfree(regex_t* preg, int flags, int* tabs, char* spec, char* re, char* s, char* ans, char* msg,… in catchfree() argument
1104 extract(tabs, spec, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test); in catchfree()
1136 char* spec; in old_main() local
1418 if (!(spec = field[0])) in old_main()
1429 for (p = spec; *p; p++) in old_main()
1642 bad("bad spec\n", spec, NiL, 0, test); in old_main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/
A Dlocale.c181 static void update_hr_locale(const unsigned char *spec) in update_hr_locale() argument
190 s = spec + 1; in update_hr_locale()
/l4re-core-master/lua/lib/contrib/src/
A Dlstrlib.c1220 char spec = form[l - 1]; in addlenmod() local
1222 form[l + lm - 1] = spec; in addlenmod()

Completed in 23 milliseconds