Searched refs:category (Results 101 - 125 of 175) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Dlocalename.c971 /* XPG3 defines the result of 'setlocale (category, NULL)' as:
972 "Directs 'setlocale()' to query 'category' and return the current
988 _nl_locale_name_posix (int category, const char *categoryname) argument
993 return setlocale (category, NULL);
1001 /* Next comes the name of the desired category. */
1491 _nl_locale_name (int category, const char *categoryname) argument
1495 retval = _nl_locale_name_posix (category, categoryname);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/treelang/
H A Dlex.l268 tok->category = token_category;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dieee802_11.c1169 mgmt.u.action.category = WLAN_ACTION_SA_QUERY;
1208 resp.u.action.category = WLAN_ACTION_SA_QUERY;
1282 static int robust_action_frame(u8 category) argument
1284 return category != WLAN_ACTION_PUBLIC &&
1285 category != WLAN_ACTION_HT;
1307 robust_action_frame(mgmt->u.action.category))) {
1316 switch (mgmt->u.action.category) {
1354 "handle_action - unknown action category %d or invalid "
1356 mgmt->u.action.category);
1357 if (!(mgmt->da[0] & 0x01) && !(mgmt->u.action.category
[all...]
H A Dwmm.c146 m->u.action.category = WLAN_ACTION_WMM;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Dlocalename.c688 /* XPG3 defines the result of 'setlocale (category, NULL)' as:
689 "Directs 'setlocale()' to query 'category' and return the current
705 _nl_locale_name (int category, const char *categoryname) argument
714 retval = setlocale (category, NULL);
720 /* Next comes the name of the desired category. */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.c209 class_names, /* class, category, protocol, module names */
365 int cat_count = 0; /* `@category' */
4673 expression, or because a class/category implements it (then a
4675 class/category), we create a statically allocated instance of the
4680 @protocol() or from a class/category implementation). These
4699 Protocol objects referred to by a class or category implementation
4700 are fixed up when the class/category is loaded; all Protocol
5524 /* We have a category. */
5754 /* Retrieve category interface CAT_NAME (if any) associated with CLASS. */
5759 tree category
5750 tree category = CLASS_CATEGORY_LIST (klass); local
5764 tree protocol_decl, category; local
6961 tree category = inter; local
7120 add_category(tree klass, tree category) argument
7820 tree category = lookup_category (implementation_template, CLASS_SUPER_NAME (klass)); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/objc/
H A Dobjc-act.c208 class_names, /* class, category, protocol, module names */
365 int cat_count = 0; /* `@category' */
4580 expression, or because a class/category implements it (then a
4582 class/category), we create a statically allocated instance of the
4587 @protocol() or from a class/category implementation). These
4606 Protocol objects referred to by a class or category implementation
4607 are fixed up when the class/category is loaded; all Protocol
5431 /* We have a category. */
5654 /* Retrieve category interface CAT_NAME (if any) associated with CLASS. */
5659 tree category
5650 tree category = CLASS_CATEGORY_LIST (class); local
5664 tree protocol_decl, category; local
6841 tree category = inter; local
6999 add_category(tree class, tree category) argument
7700 tree category = lookup_category (implementation_template, CLASS_SUPER_NAME (class)); local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Dresolver.h370 isc_logcategory_t *category, isc_logmodule_t *module,
374 * 'lctx', 'category', 'module', and 'level' are used to write the log message.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenmodes.c208 struct mode_adjust **category, const char *catname,
234 for (a = *category; a; a = a->next)
249 a->next = *category;
250 *category = a;
207 new_adjust(const char *name, struct mode_adjust **category, const char *catname, const char *adjustment, enum mode_class required_class_from, enum mode_class required_class_to, const char *file, unsigned int line) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h250 # define setlocale(category, locale) (locale)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenmodes.c198 struct mode_adjust **category, const char *catname,
221 for (a = *category; a; a = a->next)
236 a->next = *category;
237 *category = a;
197 new_adjust(const char *name, struct mode_adjust **category, const char *catname, const char *adjustment, enum mode_class required_class, const char *file, unsigned int line) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dsystem.h251 # define setlocale(category, locale) (locale)
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/nubus/
H A Dif_sn_nubus.c75 if (na->category == NUBUS_CATEGORY_NETWORK &&
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dsystem.h246 # define setlocale(category, locale)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dstrtol.c171 # define _NL_CURRENT(category, item) \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dstatschannel.c483 const char *category, const char **desc, int ncounters,
496 UNUSED(category);
524 if (category != NULL) {
527 category));
549 if (category != NULL)
550 TRY0(xmlTextWriterEndElement(writer)); /* category */
482 dump_counters(isc_stats_t *stats, statsformat_t type, void *arg, const char *category, const char **desc, int ncounters, int *indices, isc_uint64_t *values, int options) argument
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dcvsbug.in33 ## # Where the gnats category tree lives.
449 echo "$COMMAND: \`$CATEGORY' is not a known category."
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A DcompareSumTests382 output format, the category headers are not displayed and there are no tabs
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstrtol.c186 # define _NL_CURRENT(category, item) \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A Dobjc-api.h156 a Symtab is the root of the class and category definitions within the
317 ** The compiler generates one of these structures for each category. A class
321 const char* category_name; /* Name of the category. Name
323 category definition. */
325 the category belongs. */
328 category. NULL indicates no
332 category. NULL indicates no
369 ** or a category is loaded into the runtime. This may e.g. help a
373 objc_EXPORT void (*_objc_load_callback)(Class _class, Category* category);
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Drecord.h316 uint8_t category; /**< */ member in struct:xcb_record_enable_context_reply_t
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dmake.h342 # define setlocale(category, locale)
552 dirent.h. Right now the only system I know of in this category is PTX, and
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dstrtol.c192 # define _NL_CURRENT(category, item) \
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dstrtol.c188 # define _NL_CURRENT(category, item) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A Dobjc-api.h163 ** a Symtab is the root of the class and category definitions within the
325 ** The compiler generates one of these structures for each category. A class
329 const char* category_name; /* Name of the category. Name
331 category definition. */
333 the category belongs. */
336 category. NULL indicates no
340 category. NULL indicates no
377 ** or a category is loaded into the runtime. This may e.g. help a
381 objc_EXPORT void (*_objc_load_callback)(Class _class, Category* category);

Completed in 316 milliseconds

1234567