Searched refs:string (Results 1 - 25 of 2527) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigStrings.uni
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigStrings.uni
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Datof.c2 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 DPhysicalPresenceStrings.uni
/vbox/src/VBox/Devices/PC/ipxe/src/hci/
H A Deditstring.c22 #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 Dreadline.c22 #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 DIp6DxeStrings.uni
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsICategoryManager.idl55 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 DnsIComponentLoaderManager.idl55 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 DNetworkServiceRunner.h20 #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 DPing6Strings.uni
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/VConfig/
H A DVConfigStrings.uni
/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsISample.idl60 attribute string value;
61 void writeValue(in string aPrefix);
62 void poke(in string aValue);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsISystemInfo.idl51 readonly attribute string hostname;
54 readonly attribute string OSName;
57 readonly attribute string OSVersion;
60 readonly attribute string architecture;
H A DnsIDebug.idl52 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 DIfConfig6Strings.uni
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DIpSecConfigStrings.uni
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Dpccts_string.h7 #include <string.h>
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Deditstring.h12 /** 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 Dmonojob.h16 extern int monojob_wait ( const char *string );
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileManagerStrings.uni
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Dnet.d.in41 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 DUserIdentifyManagerStrings.uni
/vbox/include/iprt/
H A Dasn1-generator-asn1-decoder.h26 #include <iprt/string.h>
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/public/
H A DipcILockService.idl55 void acquireLock(in string aLockName,
64 void releaseLock(in string aLockName);

Completed in 209 milliseconds

1234567891011>>