Searched refs:codeset (Results 1 - 25 of 44) sorted by relevance

12

/haiku-fatelf/src/bin/bash/lib/readline/
H A Dnls.c156 normalize_codeset (codeset)
157 char *codeset;
163 codeset = find_codeset (codeset, &namelen);
165 if (codeset == 0)
166 return (codeset);
171 if (ISALNUM ((unsigned char)codeset[i]))
174 all_digits &= _rl_digit_p (codeset[i]);
183 /* Add `iso' to beginning of an all-digit codeset */
192 if (ISALPHA ((unsigned char)codeset[
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Dnls.c129 normalize_codeset (codeset)
130 char *codeset;
136 codeset = find_codeset (codeset, &namelen);
138 if (codeset == 0)
139 return (codeset);
144 if (ISALNUM ((unsigned char)codeset[i]))
147 all_digits &= _rl_digit_p (codeset[i]);
156 /* Add `iso' to beginning of an all-digit codeset */
165 if (ISALPHA ((unsigned char)codeset[
[all...]
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dbindtextdom.c96 /* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP
185 const char *codeset = *codesetp; local
187 if (codeset == NULL)
189 *codesetp = binding->codeset;
195 char *result = binding->codeset;
196 if (result == NULL || strcmp (codeset, result) != 0)
199 result = strdup (codeset);
201 size_t len = strlen (codeset) + 1;
204 memcpy (result, codeset, len);
209 if (binding->codeset !
281 const char *codeset = *codesetp; local
[all...]
H A Dexplodename.c56 _nl_explode_name (name, language, modifier, territory, codeset,
62 const char **codeset;
74 *codeset = NULL;
106 /* Next is the codeset. */
109 *codeset = ++cp;
116 if (*codeset != cp && (*codeset)[0] != '\0')
118 *normalized_codeset = _nl_normalize_codeset (*codeset,
119 cp - *codeset);
120 if (strcmp (*codeset, *normalized_codese
[all...]
H A Dlocalcharset.c274 const char *codeset; local
282 codeset = nl_langinfo (CODESET);
310 codeset = locale;
320 codeset = buf;
329 /* Allow user to override the codeset, as set in the operating system,
361 codeset = locale;
367 codeset = "";
371 codeset = buf;
377 if (codeset == NULL)
379 codeset
[all...]
H A Dintl-compat.c147 bind_textdomain_codeset (domainname, codeset)
149 const char *codeset;
151 return libintl_bind_textdomain_codeset (domainname, codeset);
H A Dloadinfo.h91 /* Normalize codeset name. There is no standard for the codeset
95 extern const char *_nl_normalize_codeset PARAMS ((const char *codeset,
116 const char *codeset,
128 territory, codeset, special, sponsor, revision.
148 const char **codeset,
H A Dl10nflist.c192 territory, codeset, normalized_codeset, modifier, special,
200 const char *codeset;
228 ? strlen (codeset) + 1 : 0)
267 cp = stpcpy (cp, codeset);
343 looking up (if an unnormalized codeset was specified). */
363 first the modifier, then the territory, then the codeset, then the
379 cnt, language, territory, codeset,
386 cnt, language, territory, codeset,
396 /* Normalize codeset name. There is no standard for the codeset
[all...]
H A Dfinddomain.c62 const char *codeset; local
72 language[_territory[.codeset]][@modifier]
85 (4) codeset
86 (5) normalized codeset
143 &codeset, &normalized_codeset, &special,
150 codeset, normalized_codeset, modifier, special,
H A DgettextP.h153 int codeset_cntr; /* Incremented each time codeset changes. */
154 char *codeset; member in struct:binding
/haiku-fatelf/src/bin/gawk/intl/
H A Dbindtextdom.c94 /* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP
183 const char *codeset = *codesetp; local
185 if (codeset == NULL)
187 *codesetp = binding->codeset;
193 char *result = binding->codeset;
194 if (result == NULL || strcmp (codeset, result) != 0)
197 result = strdup (codeset);
199 size_t len = strlen (codeset) + 1;
202 memcpy (result, codeset, len);
207 if (binding->codeset !
279 const char *codeset = *codesetp; local
[all...]
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
59 const char **codeset;
71 *codeset = NULL;
103 /* Next is the codeset. */
106 *codeset = ++cp;
113 if (*codeset != cp && (*codeset)[0] != '\0')
115 *normalized_codeset = _nl_normalize_codeset (*codeset,
116 cp - *codeset);
117 if (strcmp (*codeset, *normalized_codese
[all...]
H A Dlocalcharset.c273 const char *codeset; local
281 codeset = nl_langinfo (CODESET);
309 codeset = locale;
319 codeset = buf;
328 /* Allow user to override the codeset, as set in the operating system,
360 codeset = locale;
366 codeset = "";
370 codeset = buf;
376 if (codeset == NULL)
378 codeset
[all...]
H A Dintl-compat.c146 bind_textdomain_codeset (domainname, codeset)
148 const char *codeset;
150 return libintl_bind_textdomain_codeset (domainname, codeset);
H A Dloadinfo.h88 /* Normalize codeset name. There is no standard for the codeset
92 extern const char *_nl_normalize_codeset PARAMS ((const char *codeset,
113 const char *codeset,
125 territory, codeset, special, sponsor, revision.
145 const char **codeset,
H A Dl10nflist.c189 territory, codeset, normalized_codeset, modifier, special,
197 const char *codeset;
225 ? strlen (codeset) + 1 : 0)
264 cp = stpcpy (cp, codeset);
340 looking up (if an unnormalized codeset was specified). */
360 first the modifier, then the territory, then the codeset, then the
376 cnt, language, territory, codeset,
383 cnt, language, territory, codeset,
393 /* Normalize codeset name. There is no standard for the codeset
[all...]
H A Dfinddomain.c60 const char *codeset; local
70 language[_territory[.codeset]][@modifier]
83 (4) codeset
84 (5) normalized codeset
141 &codeset, &normalized_codeset, &special,
148 codeset, normalized_codeset, modifier, special,
/haiku-fatelf/src/system/libroot/posix/glibc/intl/
H A Dloadinfo.h72 /* Normalize codeset name. There is no standard for the codeset
76 extern const char *_nl_normalize_codeset PARAMS ((const char *codeset,
83 const char *codeset,
96 const char **codeset,
/haiku-fatelf/src/bin/coreutils/lib/
H A Dlocalcharset.c372 const char *codeset; local
380 codeset = nl_langinfo (CODESET);
387 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
435 codeset = buf;
465 codeset = locale;
481 codeset = buf;
490 /* Allow user to override the codeset, as set in the operating system,
522 codeset = locale;
528 codeset
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dlocalcharset.c288 const char *codeset; local
296 codeset = nl_langinfo (CODESET);
303 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
341 codeset = buf;
371 codeset = locale;
381 codeset = buf;
390 /* Allow user to override the codeset, as set in the operating system,
422 codeset = locale;
428 codeset
[all...]
/haiku-fatelf/src/bin/network/wget/lib/
H A Dlocalcharset.c327 const char *codeset; local
335 codeset = nl_langinfo (CODESET);
342 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
380 codeset = buf;
410 codeset = locale;
420 codeset = buf;
429 /* Allow user to override the codeset, as set in the operating system,
461 codeset = locale;
467 codeset
[all...]
/haiku-fatelf/src/libs/iconv/
H A Dlocalcharset.c289 const char *codeset; local
297 codeset = nl_langinfo (CODESET);
304 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
342 codeset = buf;
372 codeset = locale;
382 codeset = buf;
391 /* Allow user to override the codeset, as set in the operating system,
423 codeset = locale;
429 codeset
[all...]
/haiku-fatelf/src/bin/sharutils/intl/
H A Dfinddomain.c90 const char *codeset,
118 const char *codeset = NULL; local
130 language[_territory[.codeset]][@modifier]
143 (4) codeset
219 /* Next is the codeset. */
222 codeset = ++cp;
290 if (codeset != NULL && codeset[0] == '\0')
299 retval = make_entry_rec (dirname, mask, language, territory, codeset,
334 make_entry_rec (dirname, mask, language, territory, codeset, modifie
[all...]
/haiku-fatelf/src/bin/diffutils/m4/
H A DMakefile.am9 codeset.m4 \
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-fr.c723 u_int codeset; local
731 codeset = p[2]&0x0f; /* extract the codeset */
739 printf("%s, codeset %u", is_ansi ? "ANSI" : "CCITT", codeset);
779 tok2str(fr_q933_ie_codesets[codeset],"unknown",ie_p->ie_type),
787 if (fr_q933_print_ie_codeset[codeset] != NULL)
788 ie_is_known = fr_q933_print_ie_codeset[codeset](ie_p, ptemp);

Completed in 197 milliseconds

12