HomeSort by: relevance | last modified time | path
    Searched refs:category (Results 1 - 25 of 396) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/distrib/utils/libhack/
setlocale.c 21 setlocale(category, locale)
22 int category;
25 if (category < 0 || category >= _LC_LAST)
  /src/crypto/external/apache2/openssl/dist/include/openssl/
trace.h 28 * categories. For every trace category, the application can register a separate
30 * created for this category. This channel consists essentially of an internal
34 * The ALL category can be used as a fallback category to register a single
64 /* Returns the trace category number for the given |name| */
67 /* Returns the trace category name for the given |num| */
75 * Enables tracing for the given |category| by providing a BIO sink
77 * trace channel is removed and tracing for the category is disabled.
81 int OSSL_trace_set_channel(int category, BIO *channel);
84 * Attach a prefix and a suffix to the given |category|, to be printed at th
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
trace.h 28 * categories. For every trace category, the application can register a separate
30 * created for this category. This channel consists essentially of an internal
34 * The ALL category can be used as a fallback category to register a single
61 /* Returns the trace category number for the given |name| */
64 /* Returns the trace category name for the given |num| */
72 * Enables tracing for the given |category| by providing a BIO sink
74 * trace channel is removed and tracing for the category is disabled.
78 int OSSL_trace_set_channel(int category, BIO* channel);
81 * Attach a prefix and a suffix to the given |category|, to be printed at th
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
hard-locale.h 23 /* Return true if the specified CATEGORY of the current locale is hard, i.e.
25 CATEGORY must be one of the LC_* values, but not LC_ALL. */
26 extern bool hard_locale (int category);
hard-locale.c 27 hard_locale (int category)
31 if (setlocale_null_r (category, locale, sizeof (locale)))
setlocale_null.h 32 /* Recommended size of a buffer for a locale name for a single category.
47 /* setlocale_null_r (CATEGORY, BUF, BUFSIZE) is like setlocale (CATEGORY, NULL),
50 - it returns the resulting locale category name or locale name in the
53 - SETLOCALE_NULL_MAX for CATEGORY != LC_ALL, and
54 - SETLOCALE_NULL_ALL_MAX for CATEGORY == LC_ALL.
56 CATEGORY is invalid, or ERANGE if BUFSIZE is smaller than the length needed
60 setlocale (CATEGORY, NULL) in all other threads must have been converted
64 extern int setlocale_null_r (int category, char *buf, size_t bufsize)
67 /* setlocale_null (CATEGORY) is like setlocale (CATEGORY, NULL), except tha
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
hard-locale.h 23 /* Return true if the specified CATEGORY of the current locale is hard, i.e.
25 CATEGORY must be one of the LC_* values, but not LC_ALL. */
26 extern bool hard_locale (int category);
hard-locale.c 27 hard_locale (int category)
31 if (setlocale_null_r (category, locale, sizeof (locale)))
setlocale_null.h 32 /* Recommended size of a buffer for a locale name for a single category.
47 /* setlocale_null_r (CATEGORY, BUF, BUFSIZE) is like setlocale (CATEGORY, NULL),
50 - it returns the resulting locale category name or locale name in the
53 - SETLOCALE_NULL_MAX for CATEGORY != LC_ALL, and
54 - SETLOCALE_NULL_ALL_MAX for CATEGORY == LC_ALL.
56 CATEGORY is invalid, or ERANGE if BUFSIZE is smaller than the length needed
60 setlocale (CATEGORY, NULL) in all other threads must have been converted
64 extern int setlocale_null_r (int category, char *buf, size_t bufsize)
67 /* setlocale_null (CATEGORY) is like setlocale (CATEGORY, NULL), except tha
    [all...]
  /src/external/gpl2/grep/dist/intl/
dcgettext.c 46 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
49 DCGETTEXT (domainname, msgid, category)
52 int category;
54 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
dcngettext.c 46 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
49 DCNGETTEXT (domainname, msgid1, msgid2, n, category)
54 int category;
56 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
  /src/crypto/external/apache2/openssl/dist/crypto/
trace.c 61 int category; member in struct:trace_data_st
69 size_t cnt = ctx->callback(buf, num, ctx->category, OSSL_TRACE_CTRL_WRITE,
94 ctx->callback("", 0, ctx->category, cmd, ctx->data);
178 /* We use one trace channel for each trace category */
199 static int trace_attach_cb(int category, int type, const void *data)
203 OSSL_TRACE2(TRACE, "Attach channel %p to category '%s'\n",
204 data, trace_categories[category].name);
207 OSSL_TRACE2(TRACE, "Attach prefix \"%s\" to category '%s'\n",
208 (const char *)data, trace_categories[category].name);
211 OSSL_TRACE2(TRACE, "Attach suffix \"%s\" to category '%s'\n"
344 int category; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/
trace.c 60 int category; member in struct:trace_data_st
68 size_t cnt = ctx->callback(buf, num, ctx->category, OSSL_TRACE_CTRL_WRITE,
93 ctx->callback("", 0, ctx->category, cmd, ctx->data);
173 /* We use one trace channel for each trace category */
193 static int trace_attach_cb(int category, int type, const void *data)
197 OSSL_TRACE2(TRACE, "Attach channel %p to category '%s'\n",
198 data, trace_categories[category].name);
201 OSSL_TRACE2(TRACE, "Attach prefix \"%s\" to category '%s'\n",
202 (const char *)data, trace_categories[category].name);
205 OSSL_TRACE2(TRACE, "Attach suffix \"%s\" to category '%s'\n"
338 int category; local
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
hard-locale.c 39 /* Return nonzero if the current CATEGORY locale is hard, i.e. if you
42 hard_locale (int category)
49 char const *p = setlocale (category, 0);
65 if (((p = setlocale (category, "C"))
67 || ((p = setlocale (category, "POSIX"))
72 setlocale (category, locale);
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
hard-locale.c 37 /* Return true if the current CATEGORY locale is hard, i.e. if you
40 hard_locale (int category)
43 char const *p = setlocale (category, NULL);
60 if (((p = setlocale (category, "C"))
62 || ((p = setlocale (category, "POSIX"))
67 setlocale (category, locale);
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
setlocale.c 26 /* Return string representation of locale CATEGORY. */
28 category_to_name (int category)
32 switch (category)
88 setlocale (int category, SETLOCALE_CONST char *locale)
94 int category; member in struct:list
109 if (category == LC_ALL)
124 if (category == facetp->category)
133 facetp->category = category;
    [all...]
  /src/external/gpl3/gcc.old/dist/intl/
dcgettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
47 DCGETTEXT (domainname, msgid, category)
50 int category;
52 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
dcngettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
47 DCNGETTEXT (domainname, msgid1, msgid2, n, category)
52 int category;
54 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
  /src/lib/libc/compat/include/
locale.h 47 compat_setlocale(int category, const char *locale) __RENAME(setlocale);
  /src/lib/libc/compat/arch/hppa/locale/
compat_setlocale32.c 46 __setlocale_mb_len_max_32(int category, const char *locale)
52 return __setlocale(category, locale);
  /src/lib/libc/compat/locale/
compat_setlocale1.c 48 compat_setlocale(int category, const char *locale)
54 return __setlocale(category, locale);
compat_setlocale32.c 54 __setlocale_mb_len_max_32(int category, const char *locale)
60 return __setlocale(category, locale);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
dcgettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
47 DCGETTEXT (const char *domainname, const char *msgid, int category)
49 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
dcngettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
49 int category)
51 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
  /src/external/gpl2/texinfo/dist/intl/
dcgettext.c 46 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
49 DCGETTEXT (const char *domainname, const char *msgid, int category)
51 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 91011>>