/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | bitops.c | 1 #include <strings.h>
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/ |
H A D | ibft.c | 69 char strings[0]; member in struct:ipxe_ibft 79 /** The iBFT containing these strings */ 123 * @v strings iBFT string block descriptor 134 * @v strings iBFT string block descriptor 139 static char * ibft_alloc_string ( struct ibft_strings *strings, argument 142 if ( ( strings->offset + len ) >= strings->len ) 145 string->offset = cpu_to_le16 ( strings->offset ); 147 strings->offset += ( len + 1 ); 149 return ( ( ( char * ) strings 160 ibft_set_string( struct ibft_strings *strings, struct ibft_string *string, const char *data ) argument 183 ibft_set_string_setting( struct ibft_strings *strings, struct ibft_string *string, struct setting *setting ) argument 211 ibft_string( struct ibft_strings *strings, struct ibft_string *string ) argument 225 ibft_fill_nic( struct ibft_nic *nic, struct ibft_strings *strings, struct net_device *netdev ) argument 287 ibft_fill_initiator( struct ibft_initiator *initiator, struct ibft_strings *strings, struct iscsi_session *iscsi ) argument 317 ibft_fill_target_chap( struct ibft_target *target, struct ibft_strings *strings, struct iscsi_session *iscsi ) argument 350 ibft_fill_target_reverse_chap( struct ibft_target *target, struct ibft_strings *strings, struct iscsi_session *iscsi ) argument 385 ibft_fill_target( struct ibft_target *target, struct ibft_strings *strings, struct iscsi_session *iscsi ) argument 434 struct ibft_strings strings = { local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | etherboot.h | 16 #include <strings.h>
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_string.h | 31 #include <strings.h>
|
H A D | dt_regset.c | 33 #include <strings.h>
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/ |
H A D | tst.helper.c | 31 #include <strings.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | hash.c | 63 static char *strings = NULL; variable 79 if ( strings == NULL ) 81 strings = (char *) calloc(strsize, sizeof(char)); 82 require( strings != NULL, "cannot allocate string table"); 83 strp = strings; 214 require( strp <= &(strings[strsize-2]),
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/ustack/ |
H A D | tst.helper.c | 31 #include <strings.h>
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestAtoms.cpp | 55 PRUnichar** strings = new PRUnichar*[60000]; local 68 strings[count++] = ToNewUnicode(sb); 70 strings[count++] = ToNewUnicode(sb); 76 ids[i] = NS_NewAtom(strings[i]); 116 PR_snprintf(buf, sizeof(buf), "making %d ident strings took %lldms",
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/sym/ |
H A D | sym.c | 124 static char *strings; variable 142 strings = (char *) calloc(strs, sizeof(char)); 143 if ( strings == NULL ) 150 strp = strings; 160 if ( strings != NULL ) free( strings ); 392 if ( strp >= &(strings[strsize-2]) )
|
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xfuncs.h | 48 # include <strings.h>
|
H A D | Xos.h | 50 * Just about everyone needs the strings routines. We provide both forms here, 64 # include <strings.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
H A D | marshal.c | 72 PyObject *strings; /* dict on marshal, list on unmarshal */ member in struct:__anon9938 308 if (p->strings && PyString_CHECK_INTERNED(v)) { 309 PyObject *o = PyDict_GetItem(p->strings, v); 318 o = PyInt_FromSsize_t(PyDict_Size(p->strings)); 320 PyDict_SetItem(p->strings, v, o) >= 0; 335 /* huge strings are not supported */ 471 wf.strings = NULL; 483 wf.strings = (version > 0) ? PyDict_New() : NULL; 486 Py_XDECREF(wf.strings); 829 if (PyList_Append(p->strings, [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testXPath.c | 145 int strings = 0; local 194 strings ++; 197 if (strings == 0) { 200 printf("\tParse the XPath strings and output the result of the parsing\n");
|
H A D | dict.c | 2 * dict.c: dictionary of reusable strings, just used to avoid allocation 68 xmlDictStringsPtr strings; member in struct:_xmlDict 133 pool = dict->strings; 155 pool->next = dict->strings; 156 dict->strings = pool; 189 pool = dict->strings; 211 pool->next = dict->strings; 212 dict->strings = pool; 337 dict->strings = NULL; 355 * Create a new dictionary, inheriting strings fro [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | iccfix.c | 42 char *strings = ( elf + strtab->sh_offset ); local 45 char *name = ( strings + shdr->sh_name );
|
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/ |
H A D | efi_snp.c | 904 * @v strings String package header buffer 909 static int efi_snp_strings ( EFI_HII_STRING_PACKAGE_HDR *strings, argument 912 void *buf = strings; 923 hdrsize = ( offsetof ( typeof ( *strings ), Language ) + 928 /* Fill in strings */ 957 if ( strings ) { 958 memset ( strings, 0, sizeof ( *strings ) ); 959 strings->Header.Length = len; 960 strings 986 EFI_HII_STRING_PACKAGE_HDR strings; member in union:__anon15768::__anon15769 988 } __attribute__ (( packed )) strings; member in struct:__anon15768 [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call.c | 29 #include <strings.h>
|
/vbox/src/VBox/Additions/solaris/SharedFolders/ |
H A D | vboxfs_mount.c | 34 #include <strings.h>
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/ |
H A D | utils.h | 57 const char * strings; member in struct:dri_extension_function 85 * \c dri_extension_function::strings pointer.
|
/vbox/src/VBox/Debugger/ |
H A D | DBGPlugInSolaris.cpp | 194 uint32_t strings; /**< 6c */ member in struct:SOL32_module 244 uint64_t strings; /**< b0 */ member in struct:SOL64_module 508 || (!SOL32_VALID_ADDRESS(Module.strings) && Module.strings) 519 if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.symsize) 522 /* Check that the symtbl and strings points inside the symspace. */ 523 if (Module.strings - Module.symspace >= Module.symsize) 549 char const *pbStrings = (char const *)pvSymSpace + (Module.strings - Module.symspace); 550 size_t cbMaxStrings = Module.symsize - (Module.strings - Module.symspace); 654 || (!SOL64_VALID_ADDRESS(Module.strings) [all...] |
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | string.c | 28 /* Allow strdup'ing of NULL strings -- this makes the __fillin functions 287 * Split str into a NULL-terminated array of strings, using splitstr as 337 /* Free an array of strings, as returned by crStrSplit() and crStrSplitn(). */ 338 void crFreeStrings( char **strings ) 341 for (i = 0; strings[i]; i++) { 342 crFree(strings[i]); 344 crFree(strings); 348 /* Intersect two strings on a word-by-word basis (separated by spaces). 349 * We typically use this to intersect OpenGL extension strings. 363 /* null strings, n [all...] |
/vbox/src/VBox/NetworkServices/NetLib/ |
H A D | ComHostUtils.cpp | 163 int hostDnsSearchList(const ComHostPtr& host, std::vector<std::string>& strings) argument 165 strings.clear(); 172 strings.push_back(com::Utf8Str(strs[i]).c_str());
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | config.h | 46 #include <strings.h>
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | config.h | 46 #include <strings.h>
|