Searched refs:s (Results 1 – 11 of 11) sorted by relevance
/locale/ |
A D | tst-locname.c | 9 const char *s = nl_langinfo (_NL_LOCALE_NAME (LC_CTYPE)); in do_test() local 10 if (s == NULL || strcmp (s, "C") != 0) in do_test() 12 printf ("incorrect locale name returned: %s, expected \"C\"\n", s); in do_test()
|
A D | outdigits.h | 29 outdigit_value (char *s, int n) in outdigit_value() argument 38 s -= dlen; in outdigit_value() 40 s[dlen] = outdigit[dlen]; in outdigit_value() 42 return s; in outdigit_value()
|
A D | indigits.h | 28 indigit_value (const char **s, size_t *len, int *decided) in indigit_value() argument 56 && memcmp (*s, mbdigits[n], dlen) == 0) in indigit_value() 59 *s += dlen; in indigit_value() 79 && memcmp (*s, mbdigits[n], dlen) == 0) in indigit_value() 82 *s += dlen; in indigit_value()
|
A D | gen-translit.py | 26 def __init__(self, s): argument 33 for ch in s: 48 ch, s)) 58 raise ValueError("trailing backslash in {!r}".format(s)) 60 self.source = s
|
A D | Versions | 21 # s*
|
A D | C-translit.h.in | 41 "\x017f" "s" # <U017F> LATIN SMALL LETTER LONG S 131 "\x03c2" "s" # <U03C2> GREEK SMALL LETTER FINAL SIGMA 132 "\x03c3" "s" # <U03C3> GREEK SMALL LETTER SIGMA 179 "\x03f2" "s" # <U03F2> GREEK LUNATE SIGMA SYMBOL 188 "\x03fb" "s" # <U03FB> GREEK SMALL LETTER SAN 256 "\x0441" "s" # <U0441> CYRILLIC SMALL LETTER ES 413 "\x2101" "a/s" # <U2101> ADDRESSED TO THE SUBJECT 682 "\x24e2" "(s)" # <U24E2> CIRCLED LATIN SMALL LETTER S 783 "\x33a7" "m/s" # <U33A7> SQUARE M OVER S 784 "\x33a8" "m/s^2" # <U33A8> SQUARE M OVER S SQUARED [all …]
|
A D | iso-4217.def | 84 DEFINE_INT_CURR("KPW") /* Democratic People's of Korea Won */ 89 DEFINE_INT_CURR("LAK") /* Lao People's Democratic Republic New Kip */
|
/locale/programs/ |
A D | charmap-kw.h | 181 register const char *s = wordlist[key].name; in charmap_hash() local 183 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0') in charmap_hash()
|
A D | xmalloc.c | 30 VOID *xcalloc (size_t n, size_t s) __THROW; 83 xcalloc (size_t n, size_t s) in xcalloc() argument 87 p = calloc (n, s); in xcalloc()
|
A D | locfile-kw.h | 612 register const char *s = wordlist[key].name; in locfile_hash() local 614 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0') in locfile_hash()
|
A D | linereader.c | 433 #define ADDS(s, l) \ argument 444 memcpy (&buf[bufact], s, _l); \
|
Completed in 20 milliseconds