HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 1 - 25 of 59) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
warnings.pm 55 Creates a new warnings category with the same name as the package where
60 Use the warnings category with the same name as the current package.
62 Return TRUE if that warnings category is enabled in the calling module.
65 =item warnings::enabled($category)
67 Return TRUE if the warnings category, C<$category>, is enabled in the
74 warnings category.
76 Return TRUE if that warnings category is enabled in the first scope
84 Use the warnings category with the same name as the current package.
86 If that warnings category has been set to "FATAL" in the calling modul
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rsm/
rsmka_pathmanager.c 187 static int category = RSM_PATH_MANAGER | RSM_KERNEL_AGENT; variable
209 DBG_PRINTF((category, RSM_DEBUG_VERBOSE,
226 DBG_PRINTF((category, RSM_DEBUG_VERBOSE,
233 DBG_PRINTF((category, RSM_DEBUG_VERBOSE,
273 DBG_PRINTF((category, RSM_DEBUG_VERBOSE,
283 DBG_PRINTF((category, RSM_DEBUG_VERBOSE,
320 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "do_deferred_work enter\n"));
360 DBG_PRINTF((category, RSM_DEBUG,
402 DBG_PRINTF((category, RSM_DEBUG,
459 DBG_PRINTF((category, RSM_DEBUG
    [all...]
rsm.c 162 * DBG_PRINTF((category, level, message)) is a macro which logs a debug
165 * on the definition of the category and level. All messages that belong to
166 * the specified category(rsmdbg_category) and are of an equal or greater
171 * The category defines which component of the kernel agent has logged this
174 * DBG_ADDCATEGORY is used to add in another category to the currently
175 * specified category value so that the component using this new category
176 * can also effectively log debug messages. Thus, the category of a specific
306 extern void dbg_printf(int category, int level, char *fmt, ...);
723 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_DDI)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/
Utils.xs 74 dcgettext(domainname, msgid, category)
77 int category
  /onnv/onnv-gate/usr/src/cmd/bnu/
getargs.c 171 _uu_setlocale(int category, char *locale)
177 if ((tmp = setlocale(category, NULL)) == NULL)
189 if (setlocale(category, locale) == NULL) {
200 _uu_resetlocale(int category, char *locale)
204 (void) setlocale(category, locale);
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
logging.c 240 log_check(log_context lc, int category, int level) {
254 if (category < 0 || category > lc->num_categories)
255 category = 0; /*%< use default */
256 lcl = lc->categories[category];
258 category = 0;
270 log_vwrite(log_context lc, int category, int level, const char *format,
298 if (category < 0 || category > lc->num_categories)
299 category = 0; /*%< use default *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
setlocale.c 146 native_setlocale(int category, const char* locale)
159 if (category == LC_MESSAGES)
161 sys = uwin_setlocale(category, usr);
163 sfprintf(sfstderr, "locale uwin %17s %-24s %-24s\n", lc_categories[lcindex(category, 0)].name, usr, sys);
708 register int category = cp->internal; local
714 if (!LCINFO(category)->data)
723 LCINFO(category)->data = (void*)dp;
725 sfprintf(sfstderr, "locale info %17s decimal '%c' thousands '%c'\n", lc_categories[category].name, dp->decimal, dp->thousand >= 0 ? dp->thousand : 'X');
793 default_setlocale(int category, const char* locale)
805 return (locales[1]->flags & (1<<category)) ? locales[1]->name : locales[0]->name
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
dhcpinfo.c 126 optnum.category = entry->ds_category;
132 optnum.category = ITAB_CAT_STANDARD | ITAB_CAT_SITE;
143 optnum.category = ITAB_CAT_VENDOR;
147 optnum.category |= ITAB_CAT_V6;
149 entry = inittab_getbycode(optnum.category, ITAB_CONS_INFO,
157 optnum.category = entry->ds_category;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
SelectOptionDialog.java 51 private JComboBox category; field in class:SelectOptionDialog
80 public void setCategory(OptionContext category) {
81 byte code = category.getCode();
160 // Label and combo box for selecting option category
168 category = new JComboBox(categories);
170 catLbl.setLabelFor(category);
174 category.setEditable(false);
175 panel.add(category);
179 // Table for selecting the options in the given category
200 * As user changes category selected, update table to view categor
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
inittab.c 59 uchar_t category; local
78 /* Translate the dhcpmgr category to the inittab category */
80 category = ITAB_CAT_STANDARD | ITAB_CAT_INTERNAL |
83 category = jcategory;
87 list = inittab_load(category, ITAB_CONS_MANAGER, &num);
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
g11n.h 50 void g11n_setlocale(int category, const char *locale);
  /onnv/onnv-gate/usr/src/tools/findunref/
README.exception_lists 34 Most files in this category should be matched by the existing filename globs, so
  /onnv/onnv-gate/usr/src/lib/libparted/common/lib/
gettext.h 68 # define dcgettext(Domainname, Msgid, Category) \
69 ((void) (Category), dgettext (Domainname, Msgid))
76 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
77 ((void) (Category), dngettext(Domainname, Msgid1, Msgid2, N))
111 #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \
112 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
122 #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \
123 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
135 int category)
137 const char *translation = dcgettext (domain, msg_ctxt_id, category);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpkg/common/
gpkglist.c 109 * dryrun. It may also be a list of pkgs gathered from the CATEGORY parameter
252 * category specified by the user.
263 * Check category passed in on the command line to see if it is valid.
265 * returns 0 if the category is valid
266 * returns 1 if the category is invalid
270 is_not_valid_category(char **category, char *progname)
273 if (is_same_CATEGORY(category, "system"))
281 * Check category length
283 * returns 0 if the category length is valid
284 * returns 1 if a category has length > 16 chars as defined by the SVr4 AB
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
encode.c 94 ecp->category = cat;
117 if (eclp->category == cat && eclp->code == code)
130 return (make_encode(ecp->category, ecp->code, ecp->len, ecp->data,
208 wp = find_encode(*elistpp, rp->category, rp->code);
  /onnv/onnv-gate/usr/src/lib/libc/port/i18n/
gettext.c 97 * the active LC_MESSAGES locale category.
118 * for domain and LC_MESSAGES passed for category.
153 dcgettext(const char *domain, const char *msg_id, const int category)
160 res = _real_gettext_u(domain, msg_id, NULL, 0, category, 0);
197 unsigned long int n, int category)
204 res = _real_gettext_u(domain, msgid1, msgid2, n, category, 1);
  /onnv/onnv-gate/usr/src/lib/librsm/inc/
rsmlib_in.h 89 * The macro makes use of category and level values defined in rsm.h
101 extern void dbg_printf(int category, int level, char *fmt, ...);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
Properties 19 \p{BidiAL} Bi-directional category 'AL'
20 \p{BidiAN} Bi-directional category 'AN'
21 \p{BidiBN} Bi-directional category 'BN'
22 \p{BidiB} Bi-directional category 'B'
23 \p{BidiCS} Bi-directional category 'CS'
25 \p{BidiEN} Bi-directional category 'EN'
26 \p{BidiES} Bi-directional category 'ES'
27 \p{BidiET} Bi-directional category 'ET'
28 \p{BidiLRE} Bi-directional category 'LRE'
29 \p{BidiLRO} Bi-directional category 'LRO
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
setlocale.c 149 setlocale(int category, char *locale)
174 if (category == LC_ALL) {
208 return (_locales[category - 1]);
211 switch (category) {
216 * Composite value; extract each category.
269 /* If category = LC_ALL, Drop through to test each individual
270 * category, one at a time. Note default rules where env vars
282 if (category != LC_ALL)
296 if (category != LC_ALL)
305 if (category != LC_ALL
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgchk/
main.c 72 #define ERR_CAT_LNGTH "The category argument exceeds the SVr4 ABI\n" \
74 #define ERR_CAT_FND "Category argument <%s> cannot be found."
75 #define ERR_CAT_INV "Category argument <%s> is invalid."
85 "\t\t[-V ...] [-M] [-i file] [-Y category[, ...] | " \
91 "\t\t-Y category[, ...]\n"
146 char **category = NULL; local
290 if ((category = get_categories(catg_arg)) == NULL) {
293 } else if (is_not_valid_length(category)) {
361 pkg = gpkglist(pkgdir, all_pkgs, category);
419 pkg = gpkglist(spooldir, all_pkgs, category);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/warnings/
register.pm 17 Create a warnings category with the same name as the current package.
  /onnv/onnv-gate/usr/src/uts/common/sys/rsm/
rsm.h 125 extern void dbg_printf(int category, int level, char *fmt, ...);
128 #define DBG_ADDCATEGORY(var, category) (var |= (category))
133 #define DBG_ADDCATEGORY(var, category)
  /onnv/onnv-gate/usr/src/lib/libast/common/port/
mc.c 52 * catalog==0 tests for category directory or file
57 mcfind(char* path, const char* locale, const char* catalog, int category, int nls)
75 if ((category = lcindex(category, 1)) < 0)
77 if (!(lc = locale ? lcmake(locale) : locales[category]))
157 v = lc_categories[category].name;
171 if (category != AST_LC_MESSAGES && strneq(p, lc_messages, sizeof(lc_messages) - 1) && p[sizeof(lc_messages)-1] == '/')
192 if (s = pathpath(path, file, "", (!catalog && category == AST_LC_MESSAGES) ? PATH_READ : (PATH_REGULAR|PATH_READ|PATH_ABSOLUTE)))
  /onnv/onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
emlxs_sdapi.h 278 uint32_t category,
286 uint32_t category,
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/bridge/
ResourceBundle.properties 40 inittab_cat_not_found=Requested inittab category does not exist.
74 dsym_invalid_cat_exception={0} is not a valid option category.

Completed in 2220 milliseconds

1 2 3