Searched defs:category (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dsetlocale1.c55 setlocale(int category, const char *locale) argument
60 return __setlocale(category, locale);
H A Dsetlocale32.c40 __setlocale_mb_len_max_32(int category, const char *locale) argument
45 return __setlocale(category, locale);
H A Dsetlocale.c105 /** Current locales for each category. **/
131 __setlocale(int category, const char *locale) argument
141 if (category < 0 || category >= _LC_LAST)
145 return (category ?
146 current_categories[category] : currentlocale());
159 if (category == LC_ALL) {
167 env = __get_locale_env(category);
168 (void)strncpyX(new_categories[category], env,
169 sizeof(new_categories[category]));
248 revert_to_default(int category) argument
283 force_locale_enable(int category) argument
291 load_locale_sub( int category, const char *locname, int isspecial ) argument
362 loadlocale(int category) argument
402 __get_locale_env(int category) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIServiceManagerUtils.h139 do_GetServiceFromCategory( const char* category, const char* entry, argument
142 return nsGetServiceFromCategory(category, entry, 0, error);
H A DnsCategoryManager.cpp435 // if a category has no entries, we pretend it doesn't exist
509 CategoryNode* category = get_category(aCategoryName); local
512 if (category) {
513 status = category->GetLeaf(aEntryName, _retval);
534 CategoryNode* category = get_category(aCategoryName); local
536 if (!category) {
537 // That category doesn't exist yet; let's make it.
538 category = CategoryNode::Create(&mArena);
541 mTable.Put(categoryName, category);
545 if (!category)
571 CategoryNode* category = get_category(aCategoryName); local
591 CategoryNode* category = get_category(aCategoryName); local
608 CategoryNode* category = get_category(aCategoryName); local
748 NS_CreateServicesFromCategory(const char *category, nsISupports *origin, const char *observerTopic) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsServiceManagerUtils.h137 do_GetServiceFromCategory( const char* category, const char* entry, argument
140 return nsGetServiceFromCategory(category, entry, 0, error);
/vbox/src/libs/libxml2-2.6.31/example/
H A Dgjobread.c99 xmlChar *category; member in struct:job
140 ret->category =
162 if (cur->category != NULL) printf("category: %s\n", cur->category);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Drecord.h104 int category; member in struct:__anon2798
H A Drecordstr.h278 CARD8 category; member in struct:__anon2813
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c193 sre_category(SRE_CODE category, unsigned int ch) argument
195 switch (category) {
912 /* match at given category */
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c202 sre_category(SRE_CODE category, unsigned int ch) argument
204 switch (category) {
921 /* match at given category */
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c5598 int category, xmlNodePtr node)
5615 ret->type = category;
5622 if (category == XML_SCHEMA_TYPE_IDC_KEYREF)
20303 * "If the {identity-constraint category} is keyref,
22873 * 4.1 If the {identity-constraint category} is unique(/key),
5596 xmlSchemaAddIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, int category, xmlNodePtr node) argument
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 160 milliseconds