Searched defs:name (Results 51 - 75 of 1199) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.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 char *name; member in struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.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 char *name; member in struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.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 char *name; member in struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.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 char *name; member in struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.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.13.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.14.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.15.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/Devices/Audio/
H A Dalsa_stubs.c65 (snd_pcm_t **pcm, const char *name, snd_pcm_stream_t stream, int mode),
66 (pcm, name, stream, mode))
114 const char *name; member in struct:__anon9885
185 rc = RTLdrGetSymbol(hLib, SharedFuncs[i].name, (void**)SharedFuncs[i].fn);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dctypeio.c26 4. The name of the author may not be used to endorse or promote products
59 __loadctype(const char *name) argument
67 _DIAGASSERT(name != NULL);
69 if ((fp = fopen(name, "r")) == NULL)
139 const char *name,
148 _DIAGASSERT(name != NULL);
153 if ((fp = fopen(name, "w")) == NULL)
138 __savectype( const char *name, unsigned short *new_ctype, unsigned char *new_toupper, unsigned char *new_tolower ) argument
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dtempnam.c23 * 3. Neither the name of the University nor the names of its contributors
69 gentemp(char *name, size_t len, const char *tmp, const char *pfx) argument
71 (void)snprintf(name, len, "%s%s%sXXXX", tmp, trailsl(tmp), pfx);
72 return _mktemp(name);
79 char *name, *f; local
82 if ((name = malloc((size_t)MAXPATHLEN)) == NULL)
89 (f = gentemp(name, (size_t)MAXPATHLEN, tmp, pfx)) != NULL)
93 (f = gentemp(name, (size_t)MAXPATHLEN, dir, pfx)) != NULL)
96 //if ((f = gentemp(name, (size_t)MAXPATHLEN, P_tmpdir, pfx)) != NULL)
99 if ((f = gentemp(name, (size_
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Stringlist/
H A Dstringlist.c82 sl_add(StringList *sl, char *name) argument
97 sl->sl_str[sl->sl_cur++] = name;
123 * sl_find(): Find a name in the string list
126 sl_find(StringList *sl, const char *name) argument
133 if (strcmp(sl->sl_str[i], name) == 0)
140 sl_delete(StringList *sl, const char *name, int all) argument
145 if (strcmp(sl->sl_str[i], name) == 0) {
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dstats.c13 * 3. The name of the author may not be used to endorse or promote products
53 stats_display_proto(struct stats_proto *proto, char *name) argument
55 LWIP_PLATFORM_DIAG(("\n%s\n\t", name));
84 stats_display_mem(struct stats_mem *mem, char *name) argument
86 LWIP_PLATFORM_DIAG(("\n MEM %s\n\t", name));
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dbios_disks.h30 char name[BIOS_DISK_MAX_NAME_LEN]; member in struct:bios_disk_device
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/syslinux/
H A Dcomboot_resolv.c44 int comboot_resolv ( const char *name, struct in_addr *address ) { argument
50 if ( ( rc = resolv ( &comboot_resolver.intf, name, NULL ) ) != 0 )
/vbox/src/VBox/Main/include/
H A DHostVideoInputDeviceImpl.h42 HRESULT init(const com::Utf8Str &name, const com::Utf8Str &path, const com::Utf8Str &alias);
50 virtual HRESULT getName(com::Utf8Str &aName) { aName = m.name; return S_OK; }
61 com::Utf8Str name; member in struct:HostVideoInputDevice::Data
/vbox/src/VBox/Main/src-server/win/
H A DVBoxComEvents.h43 void init(const char* name, int argc) argument
46 mName = name;

Completed in 102 milliseconds

1234567891011>>