Searched defs:name (Results 26 - 50 of 1199) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dgdbstub.h21 /** Transport name */
22 const char *name; member in struct:gdb_transport
55 * Look up GDB transport by name
57 * @v name Name of transport
60 extern struct gdb_transport *find_gdb_transport ( const char *name );
H A Dresolv.h17 /** A name resolver */
20 const char *name; member in struct:resolver
21 /** Start name resolution
24 * @v name Name to resolve
28 int ( * resolv ) ( struct interface *resolv, const char *name,
41 /** Register as a name resolver */
48 extern int resolv ( struct interface *resolv, const char *name,
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_dll.h22 char *name; member in struct:__anon16097
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dwindows_getprocaddress.py30 const char *name;
34 PROC WINAPI wglGetProcAddress_prox( LPCSTR name );
59 name = "gl" + func_name variable
63 print '\t{ "%s", (CR_PROC) %s },' % (name, address)
116 CR_PROC CR_APIENTRY crGetProcAddress( const char *name )
127 for (i = 0; functions[i].name; i++) {
128 if (crStrcmp(name, functions[i].name) == 0) {
129 /*crDebug("crGetProcAddress(%s) returns %p", name, functions[i].address);*/
134 if (!crStrcmp( name, "wglGetExtensionsStringEX
[all...]
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dreader1.c27 const xmlChar *name, *value; local
29 name = xmlTextReaderConstName(reader);
30 if (name == NULL)
31 name = BAD_CAST "--";
38 name,
53 * @filename: the file name to parse
H A Dreader2.c28 const xmlChar *name, *value; local
30 name = xmlTextReaderConstName(reader);
31 if (name == NULL)
32 name = BAD_CAST "--";
39 name,
54 * @filename: the file name to parse
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprdir.c41 PR_IMPLEMENT(PRDir*) PR_OpenDir(const char *name) argument
48 sts = _PR_MD_OPEN_DIR(&dir->md,name);
61 /* _MD_READ_DIR return a char* to the name; allocation in machine-dependent code */
62 char* name = _PR_MD_READ_DIR(&dir->md, flags); local
63 dir->d.name = name;
64 return name ? &dir->d : NULL;
82 PR_IMPLEMENT(PRStatus) PR_MkDir(const char *name, PRIntn mode)
86 rv = _PR_MD_MKDIR(name, mode);
93 PR_IMPLEMENT(PRStatus) PR_MakeDir(const char *name, PRInt
120 PR_OpenDirUTF16(const PRUnichar *name) argument
144 PRUnichar* name = _PR_MD_READ_DIR_UTF16(&dir->md, flags); local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpripc.c49 * A POSIX IPC name must begin with a '/'.
50 * A POSIX IPC name on Solaris cannot contain any '/' except
52 * A POSIX IPC name on HP-UX and OSF1 must be a valid pathname
58 * A Win32 IPC name cannot contain '\'.
110 const char *name,
115 if (strlen(name) >= (PRSize)size) {
119 strcpy(result, name);
109 _PR_MakeNativeIPCName( const char *name, char *result, PRIntn size, _PRIPCType type) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A DloaderProcs.h8 * documentation, and that the name of Metro Link, Inc. not be used in
43 * Except as contained in this notice, the name of the copyright holder(s)
62 char *name; member in struct:module_desc
H A Dxf86Config.h23 * Except as contained in this notice, the name of the copyright holder(s)
54 const char *name; member in struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A DloaderProcs.h8 * documentation, and that the name of Metro Link, Inc. not be used in
43 * Except as contained in this notice, the name of the copyright holder(s)
62 char *name; member in struct:module_desc
H A Dxf86Config.h23 * Except as contained in this notice, the name of the copyright holder(s)
54 const char *name; member in struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcards.h15 char *name; /* Name of the card. */ member in struct:__anon7344
34 extern int lookupcard ( char *name );
H A Dkeyboard-cfg.h22 * Except as contained in this notice, the name of Conectiva Linux shall
47 char **name; member in struct:__anon7423
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcards.h22 * Except as contained in this notice, the name of Conectiva Linux shall
60 char *name; /* Name of the card. */ member in struct:__anon7720
H A Dkeyboard-cfg.h22 * Except as contained in this notice, the name of Conectiva Linux shall
47 char **name; member in struct:__anon7799
H A Dxf86Config.h23 * Except as contained in this notice, the name of the copyright holder(s)
52 char *name; member in struct:_ModuleDefault
58 {.name = "extmod", .toLoad = TRUE, .load_opt=NULL},
59 {.name = "dbe", .toLoad = TRUE, .load_opt=NULL},
60 {.name = "glx", .toLoad = TRUE, .load_opt=NULL},
61 {.name = "freetype", .toLoad = TRUE, .load_opt=NULL},
62 {.name = "type1", .toLoad = TRUE, .load_opt=NULL},
63 {.name = "record", .toLoad = TRUE, .load_opt=NULL},
64 {.name = "dri", .toLoad = TRUE, .load_opt=NULL},
65 {.name
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcards.h8 char *name; /* Name of the card. */ member in struct:__anon8081
27 extern int lookupcard ( char *name );
H A Dkeyboard-cfg.h22 * Except as contained in this notice, the name of Conectiva Linux shall
47 char **name; member in struct:__anon8160
H A DloaderProcs.h8 * documentation, and that the name of Metro Link, Inc. not be used in
43 * Except as contained in this notice, the name of the copyright holder(s)
65 char *name; member in struct:module_desc
H A Dxf86Config.h23 * Except as contained in this notice, the name of the copyright holder(s)
54 char *name; member in struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DloaderProcs.h8 * documentation, and that the name of Metro Link, Inc. not be used in
43 * Except as contained in this notice, the name of the copyright holder(s)
64 char *name; member in struct:module_desc
H A Dxf86Config.h23 * Except as contained in this notice, the name of the copyright holder(s)
54 char *name; member in struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DloaderProcs.h8 * documentation, and that the name of Metro Link, Inc. not be used in
43 * Except as contained in this notice, the name of the copyright holder(s)
62 char *name; member in struct:module_desc
H A Dxf86Config.h23 * Except as contained in this notice, the name of the copyright holder(s)
54 char *name; member in struct:_ModuleDefault

Completed in 126 milliseconds

1234567891011>>