Searched defs:prefix (Results 26 - 50 of 98) sorted by relevance

1234

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddixstruct.h44 xConnSetupPrefix *prefix; member in struct:__anon9353
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddixstruct.h44 xConnSetupPrefix *prefix; member in struct:__anon4883
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddixstruct.h45 xConnSetupPrefix *prefix; member in struct:__anon5198
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddixstruct.h45 xConnSetupPrefix *prefix; member in struct:__anon5511
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddixstruct.h45 xConnSetupPrefix *prefix; member in struct:__anon5819
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddixstruct.h45 xConnSetupPrefix *prefix; member in struct:__anon6126
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddixstruct.h45 xConnSetupPrefix *prefix; member in struct:__anon6429
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h257 static inline char* tempnam(const char *dir, const char *prefix) { return _tempnam(dir, prefix); } argument
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib_structs.c43 /** .iso.org.dod.internet address prefix, @see snmp_iso_*() */
44 const s32_t prefix[4] = {1, 3, 6, 1}; variable
1117 * Test object identifier for the iso.org.dod.internet prefix.
1140 * prefix for use in getnext operation.
1157 prefix_ptr = &prefix[0];
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dnd6.c81 /* Static buffer to parse RA packet options (size of a prefix option, biggest option) */
97 static s8_t nd6_get_onlink_prefix(ip6_addr_t * prefix, struct netif * netif);
98 static s8_t nd6_new_onlink_prefix(ip6_addr_t * prefix, struct netif * netif);
190 /* Mark this prefix as duplicate, so that we don't use it
506 /* Add to on-link prefix list. */
508 /* Get a memory-aligned copy of the prefix. */
509 ip6_addr_set(ip6_current_dest_addr(), &(prefix_opt->prefix));
511 /* find cache entry for this prefix. */
522 /* Mark prefix as autonomous, so that address autoconfiguration can take place.
758 /* Process prefix entrie
1422 nd6_get_onlink_prefix(ip6_addr_t * prefix, struct netif * netif) argument
1446 nd6_new_onlink_prefix(ip6_addr_t * prefix, struct netif * netif) argument
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib_structs.c43 /** .iso.org.dod.internet address prefix, @see snmp_iso_*() */
44 const s32_t prefix[4] = {1, 3, 6, 1}; variable
1107 * Test object identifier for the iso.org.dod.internet prefix.
1130 * prefix for use in getnext operation.
1147 prefix_ptr = &prefix[0];
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/
H A Dnd6.h92 ip6_addr_t prefix; member in struct:nd6_prefix_list_entry
270 PACK_STRUCT_FIELD(ip6_addr_p_t prefix);
324 PACK_STRUCT_FIELD(ip6_addr_p_t prefix);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dsdt.c127 char *prefix = prov->sdtp_prefix; local
129 if (strncmp(name, prefix, strlen(prefix)) == 0) {
130 name += strlen(prefix);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Ddixstruct.h49 xConnSetupPrefix *prefix; member in struct:__anon3178
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h228 static inline char* tempnam(const char *dir, const char *prefix) { return _tempnam(dir, prefix); } argument
/vbox/src/VBox/Runtime/common/zip/
H A Dtar.h117 char prefix[155]; member in struct:RTZIPTARHDRPOSIX
136 AssertCompileMemberOffset(RTZIPTARHDRPOSIX, prefix, 345);
/vbox/src/libs/libxml2-2.6.31/
H A Ddict.c169 * @prefix: the prefix of the userdata
178 xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, argument
186 if (prefix == NULL) return(xmlDictAddString(dict, name, namelen));
187 plen = xmlStrlen(prefix);
216 memcpy(pool->free, prefix, plen);
261 xmlDictComputeQKey(const xmlChar *prefix, const xmlChar *name, int len) argument
266 if (prefix == NULL)
269 plen = xmlStrlen(prefix);
273 value += 30 * (*prefix);
774 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) argument
[all...]
H A Dhash.c89 const xmlChar *prefix, const xmlChar *name,
95 if (prefix != NULL)
96 value += 30 * (*prefix);
100 if (prefix != NULL) {
101 while ((ch = *prefix++) != 0) {
439 * @prefix: the prefix of the userdata
442 * Find the userdata specified by the QName @prefix:@name/@name.
447 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, argument
449 return(xmlHashQLookup3(table, prefix, nam
88 xmlHashComputeQKey(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
465 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2) argument
768 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/public/
H A Dxptinfo.h114 nsXPTType(const XPTTypeDescriptorPrefix& prefix) argument
115 {*(XPTTypeDescriptorPrefix*)this = prefix;}
117 nsXPTType(const uint8& prefix) argument
118 {*(uint8*)this = prefix;}
217 const nsXPTType GetType() const {return type.prefix;}
268 {return type.prefix;}
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dconfig.c48 static const char server_root_prefix[] = "/tmp/.wine-"; /* prefix for server root dir */
49 static const char server_dir_prefix[] = "/server-"; /* prefix for server dir */
246 const char *prefix = getenv( "WINEPREFIX" ); local
270 if (prefix)
272 config_dir = xstrdup( prefix );
275 fatal_error( "invalid directory %s in WINEPREFIX: not an absolute path\n", prefix );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddixstruct.h47 xConnSetupPrefix *prefix; member in struct:__anon7371
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddixstruct.h47 xConnSetupPrefix *prefix; member in struct:__anon7746
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddixstruct.h48 xConnSetupPrefix *prefix; member in struct:__anon8415
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.c54 int argc, dt_node_t *args, const char *prefix, const char *suffix)
77 "passed, %s%d expected\n", prefix, idp->di_name, suffix,
93 prefix, idp->di_name, suffix,
53 dt_idcook_sign(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args, const char *prefix, const char *suffix) argument
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dprofile.c195 char *prefix; member in struct:__anon16024
254 for (i = 0; types[i].prefix != NULL; i++) {
255 len = strlen(types[i].prefix);
257 if (strncmp(name, types[i].prefix, len) != 0)
262 if (types[i].prefix == NULL)

Completed in 118 milliseconds

1234