Searched refs:string (Results 376 - 400 of 5152) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/ents/frudr/
H A Dfru_SC_data.info28 * supported prop types: void, int, uint, float, string
79 PROP Class string r 0 "led"
83 PROP Class string r 0 "led"
87 PROP Class string r 0 "led"
102 PROP Class string r 0 "led"
106 PROP Class string r 0 "led"
110 PROP Class string r 0 "led"
125 PROP Class string r 0 "led"
129 PROP Class string r 0 "led"
133 PROP Class string
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dquoting.sh306 [[ ${subject/${re}/\3} != words ]] && err_exit 'string replacement with \3 not working'
307 [[ ${subject/${re}/'\3'} != '\3' ]] && err_exit 'string replacement with '"'\3'"' not working'
308 [[ ${subject/${re}/"\\3"} != '\3' ]] && err_exit 'string replacement with "\\3" not working'
309 [[ ${subject/${re}/"\3"} != '\3' ]] && err_exit 'string replacement with "\3" not working'
310 string='\3'
311 [[ ${subject/${re}/${string}} != words ]] && err_exit 'string replacement with $string not working with string=\3'
312 [[ $(print -r "${subject/${re}/${string}}") !
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
H A DSB-tables.info46 PROP Class string r 0 "cdrom"
56 PROP Class string r 0 "voltage-sensor"
60 PROP Class string r 0 "voltage-sensor"
64 PROP Class string r 0 "voltage-sensor"
68 PROP Class string r 0 "voltage-sensor"
72 PROP Class string r 0 "voltage-sensor"
76 PROP Class string r 0 "voltage-sensor"
80 PROP Class string r 0 "voltage-sensor"
84 PROP Class string r 0 "voltage-sensor"
88 PROP Class string
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/blade/frutree/
H A Dsystem-board.info32 PROP SlotType string r 0 "system-board"
34 PROP SlotType string r 0 "cpu"
35 PROP Label string r 0 "CPU0"
39 PROP SlotType string r 0 "fan-unit"
40 PROP Label string r 0 "cpu-fan"
44 PROP SlotType string r 0 "memory-module"
46 PROP Label string r 0 "DIMM0"
49 PROP SlotType string r 0 "memory-module"
51 PROP Label string r 0 "DIMM1"
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnutils.c30 #include <string.h>
95 FN_string_t *string; local
98 string = fn_string_from_str((unsigned char *)str);
99 if (string == NULL) {
101 syslog(LOG_ERR, "Could not create FNS string object");
105 cname = fn_composite_name_from_string(string);
106 fn_string_destroy(string);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/
H A Dmktemp.t32 my $string = "woohoo\n";
33 print $fh $string;
41 # compare with previous string
42 ok($string, $line);
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/
H A Dsystem-board.info33 PROP SlotType string r 0 "pci"
34 PROP Label string r 0 "J2301"
38 PROP SlotType string r 0 "pci"
39 PROP Label string r 0 "J2401"
43 PROP SlotType string r 0 "pci"
44 PROP Label string r 0 "J2501"
48 PROP SlotType string r 0 "pci"
49 PROP Label string r 0 "J2601"
53 PROP SlotType string r 0 "cpu"
54 PROP Label string
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/
H A Dpiclfrutree.info28 * supported prop types: void, int, uint, float, string
81 PROP ViewPoints string r 0 "front rear side"
83 PROP SlotType string r 0 "system-board"
84 PROP Label string r 0 "MB"
87 PROP SlotType string r 0 "fan-unit"
88 PROP Label string r 0 "F0"
91 PROP SlotType string r 0 "fan-unit"
92 PROP Label string r 0 "F1"
95 PROP SlotType string r 0 "fan-unit"
96 PROP Label string
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/schumacher/frutree/
H A Dsystem-board.info34 PROP Label string r 0 "CPU 0"
36 PROP SlotType string r 0 "cpu"
40 PROP Label string r 0 "CPU 1"
42 PROP SlotType string r 0 "cpu"
47 PROP Label string r 0 "DIMM0"
48 PROP SlotType string r 0 "memory-module"
53 PROP Label string r 0 "DIMM1"
54 PROP SlotType string r 0 "memory-module"
59 PROP Label string r 0 "DIMM2"
60 PROP SlotType string
[all...]
/opensolaris-onvv-gate/usr/src/cmd/print/lpget/
H A Dlpget.c33 #include <string.h>
82 char *string = ns_get_value_string(*keys, local
84 rc += display_kvp(*keys, string);
92 char *string; local
97 string = ns_get_value_string((*list)->key,
99 rc += display_kvp((*list)->key, string);
/opensolaris-onvv-gate/usr/src/cmd/tip/
H A Dacu.c44 char *phnum, string[256]; local
95 while (fgets(string, sizeof (string), phfd) != NOSTR) {
96 if (string[0] == '#')
98 for (cp = string; !any(*cp, " \t\n"); cp++)
103 if (!equal(string, value(HOST)))
/opensolaris-onvv-gate/usr/src/head/
H A Dmetacl.x38 typedef string stringarray<>;
47 string mdc_node<>; /* associated node */
48 string mdc_misc<>; /* misc text */
/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dstringrp.c41 #include <string.h>
51 * called string-segments are used.
81 * string that can be stored, and for efficiency
83 * the average string that will be stored.
143 * Delete the list nodes that contained the string segments.
156 * Make a copy of a string in the specified string group, and return
160 * sg StringGroup * The group to store the string in.
161 * string const char * The string t
168 _sg_store_string(StringGroup *sg, const char *string, int remove_escapes) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Dmail.h47 #include <string.h>
250 string *orig_pattern;
256 string *recip_pattern;
261 /* the type of the command string */
266 string *cmd_left; /* transport translate postprocess */
267 string *cmd_right; /* transport translate postprocess */
285 extern void cmdexpand(int letnum, string *instr, string *outstr, char **lbraslist, char **lbraelist);
300 extern int findSurg(int letnum, string *execbuf, int flag, int *psurr_num, int *paccept, string *lori
[all...]
/opensolaris-onvv-gate/usr/src/cmd/beadm/
H A Dmessages.py198 def printLog(string, log_fd):
201 sendMsg(string, msgLog, log_fd)
203 def printStdout(string, log_fd):
206 sendMsg(string, msgOut, log_fd)
208 def printStderr(string, log_fd):
211 sendMsg(string, msgErr, log_fd)
213 def composeMsg(string, txt=None):
216 txt can be either a list or string object.
217 Return the newly composed string.
221 msg = string
[all...]
/opensolaris-onvv-gate/usr/src/lib/libadm/common/
H A Dcktime.c35 #include <string.h>
69 p_ndig(char *string, int *value) argument
75 if (!string)
77 for (ptr = string; *ptr && n > 0; n--, ptr++) {
89 p_time(char *string, int llim, int ulim) argument
93 if (!(ptr = p_ndig(string, &begin)))
100 /* p_meridian will parse the string for the meridian - AM/PM or am/pm */
103 p_meridian(char *string) argument
112 (void) sscanf(string, "%2s", mid);
115 legit = 1; /* found legitimate string */
124 p_delim(char *string, char dchoice) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
H A Dpiclfrutree.info29 * supported prop types: void, int, uint, float, string
75 PROP ViewPoints string r 0 "front rear side"
78 PROP SlotType string r 0 "system-board"
79 PROP Label string r 0 "MB"
82 PROP Label string r 0 "FT0"
83 PROP SlotType string r 0 "fan-tray"
86 PROP Label string r 0 "FT1"
87 PROP SlotType string r 0 "fan-tray"
90 PROP Label string r 0 "FT2"
91 PROP SlotType string
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/
H A Dsystem-board.info33 PROP Label string r 0 "PCI5"
34 PROP SlotType string r 0 "pci"
37 PROP Label string r 0 "PCI4"
38 PROP SlotType string r 0 "pci"
41 PROP Label string r 0 "PCI3"
42 PROP SlotType string r 0 "pci"
45 PROP Label string r 0 "PCI2"
46 PROP SlotType string r 0 "pci"
49 PROP Label string r 0 "PCI1"
50 PROP SlotType string
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cal/
H A Dcal.c74 static char string[432]; variable
145 cal(m, y, string, 24);
147 pstr(string+i, 24);
166 string[j] = '\0';
178 cal(i+1, y, string, 72);
179 cal(i+2, y, string+23, 72);
180 cal(i+3, y, string+46, 72);
182 pstr(string+j, 72);
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_ACT_SPEC.SpeculateWithCopyOutStr.d39 string str;
/opensolaris-onvv-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd.x29 typedef string WARNING_NAME_T<MAX_PRINCIPAL_LEN>;
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DSdText.h34 const String<SyntaxChar> &string() const;
60 const String<SyntaxChar> &SdText::string() const function in class:SP_NAMESPACE::SdText
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.info28 * supported prop types: void, int, uint, float, string
70 PROP Class string r 0 "temperature-sensor"
74 PROP Class string r 0 "temperature-sensor"
78 PROP Class string r 0 "fan"
86 PROP Color string r 0 "green"
88 PROP Color string r 0 "amber"
90 PROP Color string r 0 "blue"
97 PROP Class string r 0 "led"
101 PROP Class string r 0 "led"
105 PROP Class string
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/boston/envmon/
H A Dpiclenvmon.info31 * supported prop types: void, int, uint, float, string
84 PROP devfs-path string r 0 "/pseudo/rmclomv@0"
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/envmon/
H A Dpiclenvmon.info31 * supported prop types: void, int, uint, float, string
84 PROP devfs-path string r 0 "/pseudo/rmclomv@0"

Completed in 198 milliseconds

<<11121314151617181920>>