Searched refs:category (Results 1 - 23 of 23) 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/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfeatures.h85 #define __feature_name( category ) __table_entry ( FEATURES, category )
88 #define FEATURE_NAME( category, text ) \
89 _FEATURE_NAME ( category, OBJECT, text )
90 #define _FEATURE_NAME( category, _name, text ) \
91 __FEATURE_NAME ( category, _name, text )
92 #define __FEATURE_NAME( category, _name, text ) \
93 struct feature __feature_ ## _name __feature_name ( category ) = { \
98 #define FEATURE( category, text, feature_opt, version ) \
99 FEATURE_NAME ( category, tex
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dlocale.h132 argument (category) to the setlocale() function.
151 /** @fn char *setlocale(int category, const char *locale)
156 values for the specified category in the current locale. Otherwise, the specified category
160 @param[in] category The portion of the current locale to be affected by this call.
166 @return A pointer to the string associated with the specified category for the new locale,
167 a pointer to the string associated with the category for the current locale,
168 or NULL if category or locale can not be honored. The return value should not be
185 char *setlocale(int category, const char *locale);
186 char *__setlocale(int category, cons
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
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...]
H A DnsCategoryManagerUtils.h45 NS_CreateServicesFromCategory(const char *category,
H A DnsIServiceManagerUtils.h139 do_GetServiceFromCategory( const char* category, const char* entry, argument
142 return nsGetServiceFromCategory(category, entry, 0, error);
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dsymcheck.pl92 my $category;
94 $category = "requires";
96 $category = "shares";
98 $category = "provides";
100 $globals->{$symbol}->{$category}->{$object} = 1;
/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/GuestHost/OpenGL/glapi_parser/
H A Dapiutil.py37 self.category = ''
135 elif tokens[0] == 'category':
136 record.category = tokens[1]
310 """Return the category of the named GL function."""
312 return d[funcName].category
771 if record.category == "Chromium":
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrvA-os2.asm165 ; Fast IOCtl category, also defined in SUPDrvIOC.h
413 ; category.
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestA-os2.asm185 ; Fast IOCtl category, also defined in VBoxGuest.h
503 ; category.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dshobjidl.idl3094 KF_CATEGORY category;
3308 HRESULT AppendKnownCategory([in] KNOWNDESTCATEGORY category);
/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/VBox/Devices/Graphics/vmsvga_glext/
H A Dglext.h6277 typedef void (APIENTRY *GLDEBUGPROCAMD)(GLuint id,GLenum category,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam);
12816 GLAPI void APIENTRY glDebugMessageEnableAMD (GLenum category, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
12817 GLAPI void APIENTRY glDebugMessageInsertAMD (GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar *buf);
12821 typedef void (APIENTRYP PFNGLDEBUGMESSAGEENABLEAMDPROC) (GLenum category, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
12822 typedef void (APIENTRYP PFNGLDEBUGMESSAGEINSERTAMDPROC) (GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar *buf);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglext.h5412 typedef void (APIENTRY *GLDEBUGPROCAMD)(GLuint id,GLenum category,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam);
11382 GLAPI void APIENTRY glDebugMessageEnableAMD (GLenum category, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
11383 GLAPI void APIENTRY glDebugMessageInsertAMD (GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar *buf);
11387 typedef void (APIENTRYP PFNGLDEBUGMESSAGEENABLEAMDPROC) (GLenum category, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
11388 typedef void (APIENTRYP PFNGLDEBUGMESSAGEINSERTAMDPROC) (GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar *buf);
/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 3058 milliseconds