| /vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/ |
| H A D | TcgConfigStrings.uni | |
| /vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
| H A D | SecureBootConfigStrings.uni | |
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
| H A D | atof.c | 2 Convert a string into a floating-point double value. 19 atof(const char *string) argument 21 return (strtod(string, NULL));
|
| /vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/ |
| H A D | PhysicalPresenceStrings.uni | |
| /vbox/src/VBox/Devices/PC/ipxe/src/hci/ |
| H A D | editstring.c | 22 #include <string.h> 32 static void insert_delete ( struct edit_string *string, size_t delete_len, 35 static void insert_character ( struct edit_string *string, 37 static void delete_character ( struct edit_string *string ) __nonnull; 38 static void backspace ( struct edit_string *string ) __nonnull; 39 static void kill_sol ( struct edit_string *string ) __nonnull; 40 static void kill_eol ( struct edit_string *string ) __nonnull; 43 * Insert and/or delete text within an editable string 45 * @v string Editable string 49 insert_delete( struct edit_string *string, size_t delete_len, const char *insert_text ) argument 85 insert_character( struct edit_string *string, unsigned int character ) argument 138 replace_string( struct edit_string *string, const char *replacement ) argument 160 edit_string( struct edit_string *string, int key ) argument [all...] |
| H A D | readline.c | 22 #include <string.h> 38 * Synchronise console with edited string 40 * @v string Editable string 42 static void sync_console ( struct edit_string *string ) { 43 unsigned int mod_start = string->mod_start; 44 unsigned int mod_end = string->mod_end; 45 unsigned int cursor = string->last_cursor; 46 size_t len = strlen ( string->buf ); 49 if ( mod_start > string 252 struct edit_string string; local [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/ |
| H A D | Ip6DxeStrings.uni | |
| /vbox/src/libs/xpcom18a4/xpcom/components/ |
| H A D | nsICategoryManager.idl | 55 string getCategoryEntry(in string aCategory, in string aEntry); 66 string addCategoryEntry(in string aCategory, in string aEntry, 67 in string aValue, in boolean aPersist, 76 void deleteCategoryEntry(in string aCategory, in string aEntry, 83 void deleteCategory(in string aCategor [all...] |
| H A D | nsIComponentLoaderManager.idl | 55 boolean hasFileChanged(in nsIFile file, in string loaderString, in PRInt64 modDate); 56 void saveFileInfo(in nsIFile file, in string loaderString, in PRInt64 modDate); 57 void removeFileInfo(in nsIFile file, in string loaderString); 60 string getOptionalData(in nsIFile file, in string loaderString); 61 void setOptionalData(in nsIFile file, in string loaderString, in string value);
|
| /vbox/src/VBox/Main/include/ |
| H A D | NetworkServiceRunner.h | 20 #include <iprt/string.h> 22 #include <VBox/com/string.h> 24 #include <string> 37 int setOption(const std::string& key, const std::string& val); 44 static const std::string kNsrKeyName; 45 static const std::string kNsrKeyNetwork; 46 static const std::string kNsrKeyTrunkType; 47 static const std::string kNsrTrunkName; 48 static const std::string kNsrMacAddres [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/ |
| H A D | Ping6Strings.uni | |
| /vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/VConfig/ |
| H A D | VConfigStrings.uni | |
| /vbox/src/libs/xpcom18a4/xpcom/sample/ |
| H A D | nsISample.idl | 60 attribute string value; 61 void writeValue(in string aPrefix); 62 void poke(in string aValue);
|
| /vbox/src/libs/xpcom18a4/xpcom/base/ |
| H A D | nsISystemInfo.idl | 51 readonly attribute string hostname; 54 readonly attribute string OSName; 57 readonly attribute string OSVersion; 60 readonly attribute string architecture;
|
| H A D | nsIDebug.idl | 52 void assertion(in string aStr, 53 in string aExpr, 54 in string aFile, 57 void warning(in string aStr, 58 in string aFile, 61 void break(in string aFile, 64 void abort(in string aFile,
|
| /vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/ |
| H A D | IfConfig6Strings.uni | |
| /vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/ |
| H A D | IpSecConfigStrings.uni | |
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
| H A D | pccts_string.h | 7 #include <string.h>
|
| /vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
| H A D | editstring.h | 12 /** An editable string */ 14 /** Buffer for string */ 25 /** Start of modified portion of string */ 27 /** End of modified portion of string */ 32 * Initialise editable string 34 * @v string Editable string 35 * @v buf Buffer for string 38 static inline void init_editstring ( struct edit_string *string, char *buf, argument 40 string [all...] |
| H A D | monojob.h | 16 extern int monojob_wait ( const char *string );
|
| /vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
| H A D | UserProfileManagerStrings.uni | |
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
| H A D | net.d.in | 41 string ci_local; /* local host address */ 42 string ci_remote; /* remote host address */ 43 string ci_protocol; /* protocol (ipv4, ipv6, etc) */
|
| /vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
| H A D | UserIdentifyManagerStrings.uni | |
| /vbox/include/iprt/ |
| H A D | asn1-generator-asn1-decoder.h | 26 #include <iprt/string.h>
|
| /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/public/ |
| H A D | ipcILockService.idl | 55 void acquireLock(in string aLockName, 64 void releaseLock(in string aLockName);
|