Home
last modified time | relevance | path

Searched refs:category (Results 1 – 25 of 554) sorted by path

12345678910>>...23

/illumos-gate/usr/src/cmd/bnu/
H A Dgetargs.c168 _uu_setlocale(int category, char *locale) in _uu_setlocale() argument
174 if ((tmp = setlocale(category, NULL)) == NULL) in _uu_setlocale()
186 if (setlocale(category, locale) == NULL) { in _uu_setlocale()
197 _uu_resetlocale(int category, char *locale) in _uu_resetlocale() argument
201 (void) setlocale(category, locale); in _uu_resetlocale()
/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/
H A Dinittab179 # the SITE category, meaning it is defined by each individual site.
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c174 optnum.category = entry->ds_category; in nwamd_get_dhcpinfo_data()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c790 switch (optnum.category) { in ipc_event()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c124 optnum.category = entry->ds_category; in main()
130 optnum.category = ITAB_CAT_STANDARD | ITAB_CAT_SITE; in main()
141 optnum.category = ITAB_CAT_VENDOR; in main()
145 optnum.category |= ITAB_CAT_V6; in main()
147 entry = inittab_getbycode(optnum.category, ITAB_CONS_INFO, in main()
155 optnum.category = entry->ds_category; in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h90 char _TKFAR *category; member
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c57 static int category = T_END; variable
120 category = T_END; in reset_scanner()
376 if (category == T_END) { in get_symbol()
434 category = T_END; in consume_token()
441 category = last_kw; in consume_token()
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.trans40 # disable_category <category name> : do not count and display <category name>
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c87 static int print_category(int category, int cflag, int kflag);
256 int category; member
278 int category; member
726 return (print_category(locale_name[i].category, in print_locale_info()
751 if (first_flag && cflag && key[i].category != LC_LOCDEF) { in print_keyword()
754 locale_name[key[i].category].name); in print_keyword()
985 print_category(int category, int cflag, int kflag) in print_category() argument
990 if (category == LC_ALL) { in print_category()
1000 locale_name[category].name); in print_category()
1004 if (key[i].category == category) { in print_category()
/illumos-gate/usr/src/cmd/localedef/
H A Dparser.y206 categories : categories category
207 | category
211 category : charmap
H A Dscanner.c65 static int category = T_END; variable
474 if ((category != T_CHARMAP) && (category != T_WIDTH)) { in get_wide()
524 if (category == T_END) { in get_symbol()
539 if ((category != T_CHARMAP) && in get_symbol()
567 return (category); in get_category()
599 category = T_END; in consume_token()
606 category = last_kw; in consume_token()
/illumos-gate/usr/src/cmd/look/
H A Dwords3878 category
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/
H A DUtils.xs72 dcgettext(domainname, msgid, category)
75 int category
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Deventlog.c49 int category; in getEventLogMessage() local
54 category = eventId >> 16; in getEventLogMessage()
57 alertCategory = rsc_alerts[category]; in getEventLogMessage()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK68 it is easy to see which files belong in each category by examining
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg49 # each of which specifies a display option or a category for which
62 @ MSG_USE_R1_C "each of which specifies a display option or a category \
/illumos-gate/usr/src/cmd/spell/
H A Dlist3877 category
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c290 char **category = NULL; in main() local
714 if ((category = get_categories(catg_arg)) == NULL) { in main()
717 } else if (is_not_valid_length(category)) { in main()
1107 b = get_package_list(&pkglist, argv, catg_arg, category, in main()
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c150 char **category = NULL; in main() local
291 if ((category = get_categories(catg_arg)) == NULL) { in main()
294 } else if (is_not_valid_length(category)) { in main()
358 pkg = gpkglist(pkgdir, all_pkgs, category); in main()
416 pkg = gpkglist(spooldir, all_pkgs, category); in main()
423 pkgcnt ? pkg : all_pkgs, category); in main()
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c431 char category[128]; in dumpinfo() local
460 (void) sscanf(info.catg, "%[^, \t\n]", category); in dumpinfo()
462 (void) strcpy(category, "(unknown)"); in dumpinfo()
464 (void) printf(SFMT, category, pkgLngth, pkgLngth, info.pkginst, in dumpinfo()
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c239 char **category = NULL; in main() local
484 if ((category = get_categories(catg_arg)) == NULL) { in main()
487 } else if (is_not_valid_category(category, in main()
491 } else if (is_not_valid_length(category)) { in main()
715 catg_arg, category, &pkgdev); in main()
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dpackage.mk31 * :CATEGORY: category-id ...
86 category = utils
1177 category: $(category:/\(.\).*/\1/U)$(category:/.\(.*\)/\1/L)
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE494 package.mk: add "cyg" stubs, :CATEGORY: for category name(s)
H A Dpackage.mk31 * :CATEGORY: category-id ...
86 category = utils
1177 category: $(category:/\(.\).*/\1/U)$(category:/.\(.*\)/\1/L)
H A Drt.sh297 category=
330 category=
401 if [[ $cat != $category ]]
403 category=$cat
404 unit="$main $category"
441 category=

12345678910>>...23