Home
last modified time | relevance | path

Searched refs:category (Results 26 – 50 of 554) sorted by relevance

12345678910>>...23

/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/contrib/ast/src/lib/libast/port/
H A Dlc.c128 lcindex(int category, int min) in lcindex() argument
130 switch (category) in lcindex()
166 lcinfo(register int category) in lcinfo() argument
168 if ((category = lcindex(category, 0)) < 0) in lcinfo()
170 return LCINFO(category); in lcinfo()
/illumos-gate/usr/src/lib/librsm/inc/
H A Drsmlib_in.h99 extern void dbg_printf(int category, int level, char *fmt, ...);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c59 unsigned long int ln, int category, int plural, locale_t loc) in _real_gettext_u() argument
77 msgid2 ? msgid2 : "NULL", n, category, plural); in _real_gettext_u()
93 cur_locale = current_locale(loc, category); in _real_gettext_u()
178 mp->category = category; in _real_gettext_u()
H A Dgettext_util.c116 catstr = category_name[mp->category]; in mk_msgfile()
117 catlen = (uint32_t)category_name_len[mp->category]; in mk_msgfile()
439 category_name[mp->category]); in printmp()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h386 extern int is_not_valid_length(char **category);
387 extern int is_not_valid_category(char **category, char *progname);
388 extern int is_same_CATEGORY(char **category, char *installed_category);
/illumos-gate/usr/src/cmd/localedef/
H A Dparser.y206 categories : categories category
207 | category
211 category : charmap
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel-dynamic-reconfiguration-i86pc.p5m38 value="org.opensolaris.category.2008:System/Administration and Configuration" \
39 value="org.opensolaris.category.2008:System/Enterprise Management"
H A Ddriver-network-emlxs.p5m33 value=org.opensolaris.category.2008:Drivers/Networking \
34 value=org.opensolaris.category.2008:Drivers/Storage
H A Ddiagnostic-pci.p5m20 value="org.opensolaris.category.2008:Applications/System Utilities"
H A Dsystem-library-math-header-math.p5m23 value=org.opensolaris.category.2008:System/Libraries
H A Ddriver-usb-usbgem.p5m20 set name=info.classification value=org.opensolaris.category.2008:Drivers/Ports
H A Ddeveloper-acpi.p5m19 value=org.opensolaris.category.2008:Development/System
H A Dsystem-monitoring-arcstat.p5m18 value="org.opensolaris.category.2008:Applications/System Utilities"
H A Dnetwork-snoop.p5m19 set name=info.classification value=org.opensolaris.category.2008:System/Core
H A Ddriver-crypto-viorand.p5m21 value="org.opensolaris.category.2008:Drivers/Other Peripherals"
H A Ddeveloper-debug-ctf.p5m20 value=org.opensolaris.category.2008:Development/System
H A Ddiagnostic-diskinfo.p5m26 value="org.opensolaris.category.2008:Applications/System Utilities"
H A Dsystem-library-python-libbe-3.p5m21 value=org.opensolaris.category.2008:System/Libraries
H A Dsystem-library-python-libbe-3b.p5m21 value=org.opensolaris.category.2008:System/Libraries
H A Dsystem-library-libpcsc.p5m21 value=org.opensolaris.category.2008:System/Libraries
H A Ddriver-network-udmf.p5m21 value=org.opensolaris.category.2008:Drivers/Networking
H A Ddriver-network-urf.p5m21 value=org.opensolaris.category.2008:Drivers/Networking
H A Ddriver-network-ena.p5m21 value=org.opensolaris.category.2008:Drivers/Networking
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h90 char _TKFAR *category; member

12345678910>>...23