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

12

/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DActionString.java36 * bundle, but parses the returned string for the mnemonic indicator and
39 * resource properties file - mnemonics can be embedded within the string,
50 private String string; field in class:ActionString
62 string = Finder.getString(key);
68 * Returns the text string without the mnemonic indicator
70 * @return the text string without the mnemonic character
74 return string;
92 * Split the retrieved message into its string and mnemonic parts.
105 (string.startsWith("<html>") && string
[all...]
H A DDblTreeNode.java62 public DblTreeNode(String string) { argument
63 super(string);
121 String string = getComparableObject().toString();
125 return string.compareTo(other.getComparableObject().toString());
127 return string.compareTo(object.toString());
H A DAttrObj.java36 * The set has a single key name and zero or more string values.
62 * Return an array of string values for the set.
64 * @return An array of string values
76 * Return a vector of string values for the set.
78 * @return A vector of string values
88 * Return the first string value in the set.
90 * @return A string value
125 * Set the specified string value as the values for the set.
128 * @param string A string valu
131 set(String string) argument
187 add(String string) argument
232 del(String string) argument
[all...]
/solaris-userland-s11u3/components/apache2-modules/mod_dtrace/src/
H A Dapache.d3 probe log__request(uintptr_t,string,string);
/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dtestlibusb.c127 char string[256]; local
136 ret = usb_get_string_simple(udev, dev->descriptor.iManufacturer, string, sizeof(string));
138 printf("- Manufacturer : %s\n", string);
140 printf("- Unable to fetch manufacturer string %d\n", ret);
145 ret = usb_get_string_simple(udev, dev->descriptor.iProduct, string, sizeof(string));
147 printf("- Product : %s\n", string);
149 printf("- Unable to fetch product string\n");
153 ret = usb_get_string_simple(udev, dev->descriptor.iSerialNumber, string, sizeo
[all...]
/solaris-userland-s11u3/components/proftpd/dtrace/
H A Dftp.d8 string fti_user; /* user name */
9 string fti_cmd; /* FTP command */
10 string fti_pathname; /* path of file being operated upon */
/solaris-userland-s11u3/components/samba/Solaris/include/samfs/
H A Dlib.h57 char *sam_attrtoa(int attr, char *string);
/solaris-userland-s11u3/tools/
H A Dbuild-watch.pl57 local($string, @expressions) = @_;
60 ($string =~ m{$_}) && return (1);
/solaris-userland-s11u3/components/stdcxx/Solaris/
H A Drun_examples.sh310 echo -n "Running example program string ... "
311 echo 'This is a test string' | ./string >> ./string.out 2>&1
319 echo "<a href=\"string.out\">string.out</a>" >> ${INDEX_HTML}
456 "string" \
H A Dconfigure182 string.h \
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_7/
H A Ddemo_module_7.c28 static long fileX_data = 111; // Hardcoded size of fileX context name string
29 static long fileY_data = 999; // Hardcoded size of fileY context name string
62 the new filename as a context string in the contextName member of the
149 by registering a context. The handler extracts the string from
189 (u_char *) requests->requestvb->val.string));
195 (u_char *) requests->requestvb->val.string);
260 "%s", (u_char *) requests->requestvb->val.string);
/solaris-userland-s11u3/components/jansson/doc/html/_static/
H A Ddoctools.js65 * highlight a given string on a jquery object by wrapping it in
114 gettext : function(string) {
115 var translated = Documentation.TRANSLATIONS[string];
117 return string;
118 return (typeof translated == 'string') ? translated : translated[0];
/solaris-userland-s11u3/components/open-fabrics/rds-tools/
H A Drds-vendor.c38 #include <string.h>
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_5/
H A Ddemo_module_5.c349 DEBUGMSGTL(("me5FileTable", "%x not octet string type", var->type));
353 if (!var->val.string) {
408 var->val.string[len] = '\0';
409 if (!ChangeItem(data->findex, (char *) var->val.string )) {
/solaris-userland-s11u3/make-rules/
H A Dips-buildinfo.mk55 # version string. Typically it should not be set unless all the packages
62 # string. It should not be set unless there is a specific need to
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_memory.c24 #include <string.h>
H A Dkr_nfsstat.c26 #include <string.h>
H A Dkr_vmstat.c23 #include <string.h>
/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dofa_solaris.h48 #include <string.h>
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_2/
H A Ddemo_module_2.c347 DEBUGMSGTL(("me1FileTable", "%x not octet string type", var->type));
351 if (!var->val.string) {
400 if (!ChangeItem(data->findex, (char *)var->val.string)){
/solaris-userland-s11u3/components/bash/
H A DMakefile106 CONFIGURE_OPTIONS += --enable-prompt-string-decoding
/solaris-userland-s11u3/components/jansson/doc/html/_downloads/
H A Dgithub_commits.c9 #include <string.h>
172 fprintf(stderr, "error: commit %d: sha is not a string\n", (int)(i + 1));
187 fprintf(stderr, "error: commit %d: message is not a string\n", (int)(i + 1));
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentPhysicalTable.c334 else if ((const char*)var->val.string != NULL) {
348 else if ((const char*)var->val.string != NULL) {
362 else if ((const char*)var->val.string != NULL) {
426 /* the way we are doing the string copying. Using */
428 /* since var->val.string is not NULL terminated*/
434 strncpy(zPhysicalEntry->entPhysicalSerialNum, (const char *)var->val.string, var->val_len);
444 strncpy(zPhysicalEntry->entPhysicalAlias, (const char *)var->val.string, var->val_len);
454 strncpy(zPhysicalEntry->entPhysicalAssetID, (const char *)var->val.string, var->val_len);
531 /* (zero-length string) */
/solaris-userland-s11u3/components/openssh/sources/
H A Daudit-solaris.c39 #include <string.h>
53 #include <string.h>
H A Dkexgssc.c44 #include <string.h>

Completed in 6683 milliseconds

12