| /onnv/onnv-gate/usr/src/cmd/sgs/libelf/misc/ |
| String.h | 43 } String; 45 extern String *prep_String(); 46 extern String *nprep_String(); 47 extern String *app_String(); 48 extern String *napp_String(); 49 extern String *mk_String(); 51 extern String *set_String(); 52 extern String *trunc_String();
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| StringOf.h | 8 // The file is called StringOf to distinguish it from string.h on 16 #include <string.h> 24 class String { 29 String(); 30 ~String() { if (ptr_) delete [] ptr_; } 31 String(const T *, size_t); 32 String(const String<T> &); 33 String<T> &operator=(const String<T> &) [all...] |
| StringOf.cxx | 8 #include <string.h> 16 String<T>::String(const T *ptr, size_t length) 28 String<T>::String() 34 String<T>::String(const String<T> &s) 46 String<T> &String<T>::operator=(const String<T> &s [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/ |
| IntegerField.java | 52 public IntegerField(String text) { 81 public IntegerField(String text, int width) { 91 setText(String.valueOf(value)); 109 String s = getText(); 126 public void insertString(int offs, String str, AttributeSet a)
|
| /onnv/onnv-gate/usr/src/uts/intel/io/acpica/utilities/ |
| utobject.c | 345 * PARAMETERS: StringSize - Size of string to be created. Does not 349 * RETURN: Pointer to a new String object 351 * DESCRIPTION: Create a fully initialized string object 360 char *String; 366 /* Create a new String object */ 375 * Allocate the actual string buffer -- (Size + 1) for NULL terminator. 378 String = ACPI_ALLOCATE_ZEROED (StringSize + 1); 379 if (!String) 387 /* Complete string object initialization */ 389 StringDesc->String.Pointer = String [all...] |
| utclib.c | 242 * PARAMETERS: String - Null terminated string 246 * DESCRIPTION: Returns the length of the input string 253 const char *String) 258 /* Count the string until a null is encountered */ 260 while (*String) 263 String++; 275 * SrcString - The source string to copy 279 * DESCRIPTION: Copy a null terminated string 288 char *String = DstString [all...] |
| utmisc.c | 134 * RETURN: A string containing the exception text. NULL if exception is 138 * an ASCII string. 432 * PARAMETERS: SrcString - The source string to convert 436 * DESCRIPTION: Convert string to uppercase 446 char *String; 457 /* Walk entire string, uppercasing the letters */ 459 for (String = SrcString; *String; String++) 461 *String = (char) ACPI_TOUPPER (*String) [all...] |
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmplib/ |
| impl.h | 85 } String; 117 extern char *SSAStringToChar(String str); 120 extern void SSAStringZero(String *string); 121 extern int SSAStringInit(String *string, uchar_t *chars, int len, 123 extern int SSAStringCpy(String *string1, String *string2, char *error_label);
|
| /onnv/onnv-gate/usr/src/cmd/lms/ |
| LMS_if.h | 53 * @RequestStringLength: length of the string identifies the request 54 * @RequestString: the string that identifies the request 60 UINT8 String[0]; 153 * @ServiceNameLength - The length of the service name string. 164 * @ServiceNameLength - The length of the service name string. 191 * @UsernameLength - The length of the user name string. 194 * @ServiceNameLength - The length of the service name string. 196 * @MethodNameLength - The length of the method name string. 211 * @MethodNameListLength - The length of the methods list string. 212 * @MethodNameList - A comma seperated string of authenticatio [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/ |
| ModifyAddressesDialog.java | 46 private String table; 54 private static final String keepString = 58 private String [] servers; 62 servers = new String[2]; 86 private String [] macros; 93 macros = new String[macs.length + 1]; 95 macros = new String[1]; 122 String table) { 128 numberLabel.setText(String.valueOf(recs.length)); 131 public String getTitle() [all...] |
| AddressWizard.java | 56 private String comment = ""; 57 private String server = DataManager.get().getShortServerName(); 61 private String baseName = DataManager.get().getShortServerName(); 62 private String macro = DataManager.get().getShortServerName(); 70 String name; 77 public Address(int a, String n) { 82 public Address(String a, String n) { 91 public void setAddr(String a) { 99 public String toString() [all...] |
| /onnv/onnv-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
| BrowserApp.java | 183 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, 184 String hostName, int port, TXTRecord txtRecord) 187 portLabel.setText( String.valueOf( port)); 201 public static void main(String s[]) 218 String serviceName, String regType, String domain) 226 String serviceName, String regType, String domain [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
| rtld.c | 176 * Obtain a string - typically a link-map name. 179 String(uintptr_t addr, const char *name) 207 return (String((uintptr_t)NAME(&rtmap), 358 if ((str = String((uintptr_t)NAME(&rtmap), 403 if ((str = String((uintptr_t)NAME(&rtmap), 449 if ((str = String((uintptr_t)NAME(&rtmap), 454 if ((str = String((uintptr_t)PATHNAME(&rtmap), 467 if ((str = String((uintptr_t)REFNAME(&rtmap), 472 if ((str = String((uintptr_t)RPATH(&rtmap), 507 if ((str = String((uintptr_t)NAME(lmp) [all...] |
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| ProbeData.java | 83 new String[] {"enabledProbeID", "CPU", 232 addSymbolRecord(int i, String lookupString) 252 addStackRecord(int i, String framesString) 306 addAggregationRecord(String aggregationName, long aggid, 335 addPrintaFormattedString(Tuple tuple, String s) 399 setFormattedString(String s) 579 String s1 = r1.toString(); 580 String s2 = r2.toString(); 708 * @see Consumer#setOption(String option) 780 * Gets a string representation of this {@code ProbeData} instanc [all...] |
| /onnv/onnv-gate/usr/src/lib/libiscsitgt/common/ |
| iscsitgt_impl.h | 175 typedef enum xml_val_type { String, Int, Uint64 } xml_val_type_t;
|
| /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/ |
| topo_parse.h | 43 * Plenty of room to hold string representation of an instance 163 #define String "string"
|
| /onnv/onnv-gate/usr/src/uts/intel/sys/acpi/ |
| acobject.h | 198 * Note: The String and Buffer object must be identical through the Pointer 211 ACPI_COMMON_BUFFER_INFO (char) /* String in AML stream or allocated string */ 564 ACPI_OBJECT_STRING String;
|
| actypes.h | 358 * some compilers can catch printf format string problems 449 typedef char * ACPI_STRING; /* Null terminated ASCII string */ [all...] |
| aclocal.h | 841 char *String; /* NULL terminated string */ 842 UINT8 *Buffer; /* buffer or string */ 843 char *Name; /* NULL terminated string */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/lms/heci/ |
| PTHICommand.h | 44 #include <string> 128 UINT8 String[UNICODE_STRING_LEN]; 571 AMT_STATUS GetDNSSuffixList(std::list<std::string> &dnsSuffixList);
|