Home
last modified time | relevance | path

Searched refs:string (Results 51 – 75 of 1153) sorted by relevance

12345678910>>...47

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstok.c53 __wcstok_xpg5(wchar_t *string, const wchar_t *sepset, wchar_t **ptr) in __wcstok_xpg5() argument
58 if ((string == WNULL && (string = *ptr) == 0) || in __wcstok_xpg5()
59 (((q = string + wcsspn(string, sepset)) != WNULL) && *q == L'\0')) in __wcstok_xpg5()
74 wcstok(wchar_t *string, const wchar_t *sepset) in wcstok() argument
80 return (__wcstok_xpg5(string, sepset, lasts)); in wcstok()
84 wstok(wchar_t *string, const wchar_t *sepset) in wstok() argument
86 return (wcstok(string, sepset)); in wstok()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.x120 string r_netid<>; /* network id */
240 string r_nc_netid<>; /* netid field */
277 string netid<>;
289 string netid<>;
343 string
356 RPCBPROC_UADDR2TADDR(string) = 7;
358 string
369 string
388 RPCBPROC_UADDR2TADDR(string) = 7;
390 string
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/
H A Dpiclfrutree.info124 PROP Label string r 0 "DVD"
217 PROP Label string r 0 "ALARM"
243 Prop Label string r 0 "F0"
250 Prop Label string r 0 "F0"
262 PROP Label string r 0 "FT2"
271 PROP Label string r 0 "FT3"
282 PROP Label string r 0 "PDB"
294 PROP Label string r 0 "PSU0"
298 PROP Label string r 0 "PSU1"
302 PROP Label string r 0 "PSU2"
[all …]
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorpi.c148 alldigits(char *string) in alldigits() argument
150 for (; *string && isdigit(*string); string++) in alldigits()
152 return (*string == '\0'); in alldigits()
175 piptr(char *string) in piptr() argument
177 if (*string != '-') in piptr()
179 while (*string && *string == '-') in piptr()
180 string++; in piptr()
181 if (*string != '^') in piptr()
183 string++; in piptr()
184 while (*string && *string == '-') in piptr()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/frudata/
H A Dlibpiclfrudata.conf33 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/motherboard-fru-prom@0,a2:mot…
36 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,b6:dimm-spd"
39 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,b8:dimm-spd"
42 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,ba:dimm-spd"
45 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,bc:dimm-spd"
48 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,c6:dimm-spd"
51 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,c8:dimm-spd"
54 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,ca:dimm-spd"
57 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,cc:dimm-spd"
60 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/audio-card-fru-prom@0,a0:audi…
[all …]
/illumos-gate/usr/src/lib/libtsol/common/
H A Dbtos.c57 return_string(char **string, int str_len, char *val) in return_string() argument
62 if (*string == NULL) { in return_string()
63 if ((*string = malloc(val_len)) == NULL) in return_string()
66 **string = '\0'; in return_string()
70 cpyptr = *string; in return_string()
87 alloc_string(char **string, size_t size, char val) in alloc_string() argument
89 if (*string == NULL) { in alloc_string()
90 if ((*string = malloc(ALLOC_CHUNK)) == NULL) in alloc_string()
93 if ((*string = realloc(*string, size + ALLOC_CHUNK)) == NULL) { in alloc_string()
94 **string = val; in alloc_string()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frutree/
H A Dpiclfrutree.info83 PROP Label string r 0 "FT0"
87 PROP Label string r 0 "F0"
91 PROP Label string r 0 "F1"
97 PROP Label string r 0 "FT1"
101 PROP Label string r 0 "F0"
107 PROP Label string r 0 "FT2"
111 PROP Label string r 0 "F0"
117 PROP Label string r 0 "PS0"
121 PROP Label string r 0 "PS1"
192 PROP Label string r 0 "SCC"
[all …]
/illumos-gate/usr/src/common/ficl/
H A Dutility.c26 ficlStringReverse(char *string) in ficlStringReverse() argument
28 int i = strlen(string); in ficlStringReverse()
29 char *p1 = string; /* first char of string */ in ficlStringReverse()
42 return (string); in ficlStringReverse()
79 ficlLtoa(ficlInteger value, char *string, int radix) in ficlLtoa() argument
81 char *cp = string; in ficlLtoa()
87 FICL_ASSERT(NULL, string); in ficlLtoa()
119 return (ficlStringReverse(string)); in ficlLtoa()
128 char *cp = string; in ficlUltoa()
134 FICL_ASSERT(NULL, string); in ficlUltoa()
[all …]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dioutil.c101 int term_width, int start, const char *string) in _io_display_text() argument
115 if(!string || !write_fn) { in _io_display_text()
147 for(ndone=0; string[ndone]; start=0) { in _io_display_text()
183 if(string[i] == '\n') { in _io_display_text()
187 } else if(isspace((int) string[i])) { in _io_display_text()
200 if(nnew==0 && string[i] == '\0') in _io_display_text()
205 if(write_fn(data, string+ndone, nnew) != nnew) in _io_display_text()
215 if(string[ndone] != '\0') { in _io_display_text()
237 while(string[ndone] && isspace((int)string[ndone]) && in _io_display_text()
238 string[ndone] != '\n') in _io_display_text()
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwaddchnstr.c50 waddchnstr(WINDOW *win, chtype *string, int ncols) in waddchnstr() argument
61 while (*string && remcols) { in waddchnstr()
62 sw = mbscrw((int)(_CHAR(*string))); in waddchnstr()
63 ew = mbeucw((int)(_CHAR(*string))); in waddchnstr()
67 if (waddch(win, *string++) == ERR) in waddchnstr()
74 while ((*string) && (remcols > 0) && (ncols > 0)) { in waddchnstr()
75 sw = mbscrw((int)(_CHAR(*string))); in waddchnstr()
76 ew = mbeucw((int)(_CHAR(*string))); in waddchnstr()
80 if (waddch(win, *string++) == ERR) in waddchnstr()
/illumos-gate/usr/src/common/fsreparse/
H A Dfs_reparse.c97 reparse_parse(const char *string, nvlist_t *nvl) in reparse_parse() argument
101 if (string == NULL || nvl == NULL) in reparse_parse()
104 if ((err = reparse_validate(string)) != 0) in reparse_parse()
107 if ((err = reparse_create_nvlist(string, nvl)) != 0) in reparse_parse()
175 reparse_validate(const char *string) in reparse_validate() argument
177 return (reparse_validate_create_nvlist(string, NULL)); in reparse_validate()
194 if (string == NULL) in reparse_validate_create_nvlist()
197 if (strlen(string) >= MAXREPARSELEN) in reparse_validate_create_nvlist()
200 if ((reparse_data = strdup(string)) == NULL) in reparse_validate_create_nvlist()
321 reparse_create_nvlist(const char *string, nvlist_t *nvl) in reparse_create_nvlist() argument
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A DSB-tables.info46 PROP Class string r 0 "cdrom"
57 PROP Class string r 0 "keyswitch"
124 PROP Class string r 0 "led"
128 PROP Class string r 0 "led"
132 PROP Class string r 0 "led"
244 PROP Class string r 0 "cpu"
265 PROP Class string r 0 "cpu"
346 PROP Class string r 0 "fan"
353 PROP Class string r 0 "fan"
360 PROP Class string r 0 "fan"
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/frudata/
H A Dlibpiclfrudata.conf56 PROP FRUDevicePath string r 0 "/devices/pci@8,700000/ebus@5/i2c@1,30/motherboard-fru@0,a8:motherboa…
62 PROP FRUDevicePath string r 0 "/devices/pci@8,700000/ebus@5/i2c@1,30/cpu-fru@0,a0:cpu-fru"
65 PROP FRUDevicePath string r 0 "/devices/pci@8,700000/ebus@5/i2c@1,30/cpu-fru@0,a2:cpu-fru"
71 PROP FRUDevicePath string r 0 "/devices/pci@8,700000/ebus@5/i2c@1,2e/dimm-fru@1,a0:dimm-fru"
74 PROP FRUDevicePath string r 0 "/devices/pci@8,700000/ebus@5/i2c@1,2e/dimm-fru@1,a2:dimm-fru"
77 PROP FRUDevicePath string r 0 "/devices/pci@8,700000/ebus@5/i2c@1,2e/dimm-fru@1,a4:dimm-fru"
80 PROP FRUDevicePath string r 0 "/devices/pci@8,700000/ebus@5/i2c@1,2e/dimm-fru@1,a6:dimm-fru"
83 PROP FRUDevicePath string r 0 "/devices/pci@8,700000/ebus@5/i2c@1,2e/dimm-fru@1,a8:dimm-fru"
86 PROP FRUDevicePath string r 0 "/devices/pci@8,700000/ebus@5/i2c@1,2e/dimm-fru@1,aa:dimm-fru"
89 PROP FRUDevicePath string r 0 "/devices/pci@8,700000/ebus@5/i2c@1,2e/dimm-fru@1,ac:dimm-fru"
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/
H A Dpiclfrutree.info69 PROP SlotType string r 0 "system-board"
70 PROP Label string r 0 "MB"
74 PROP Label string r 0 "F0"
80 PROP Label string r 0 "F1"
84 PROP Label string r 0 "F2"
88 PROP Label string r 0 "F3"
94 PROP Label string r 0 "PS0"
102 PROP SlotType string r 0 "disk-slot"
103 PROP Label string r 0 "HDD0"
106 PROP SlotType string r 0 "disk-slot"
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frudr/
H A DSB-tables.info46 PROP Class string r 0 "cdrom"
54 PROP Class string r 0 "tape"
65 PROP Class string r 0 "cdrom"
87 PROP Class string r 0 "led"
91 PROP Class string r 0 "led"
95 PROP Class string r 0 "led"
186 PROP Label string r 0 "SYSCTRL"
194 PROP Class string r 0 "cpu"
209 PROP Class string r 0 "cpu"
284 PROP Class string r 0 "fan"
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A DSB-tables.info54 PROP Class string r 0 "cdrom"
111 PROP Class string r 0 "led"
115 PROP Class string r 0 "led"
119 PROP Class string r 0 "led"
123 PROP Class string r 0 "led"
127 PROP Class string r 0 "led"
131 PROP Class string r 0 "led"
187 PROP Class string r 0 "fan"
191 PROP Class string r 0 "fan"
199 PROP Class string r 0 "fan"
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
H A Dpiclfrutree.info79 PROP Label string r 0 "MB"
117 PROP Label string r 0 "PS0"
121 PROP Label string r 0 "PS1"
125 PROP Label string r 0 "PS2"
129 PROP Label string r 0 "PS3"
141 Prop Label string r 0 "C0"
145 Prop Label string r 0 "C1"
149 Prop Label string r 0 "C2"
205 PROP Label string r 0 "SC"
215 PROP Label string r 0 "RMD0"
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/frutree/
H A Dpiclfrutree.info68 PROP ViewPoints string r 0 "front rear side"
71 PROP Label string r 0 "MB"
74 PROP SlotType string r 0 "fan-unit"
75 PROP Label string r 0 "F0"
80 PROP SlotType string r 0 "fan-unit"
81 PROP Label string r 0 "F1"
87 PROP Label string r 0 "F2"
93 PROP Label string r 0 "PS0"
99 PROP Label string r 0 "HDD0"
103 PROP Label string r 0 "HDD1"
[all …]
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c161 if(eq(speeds[i].string))
171 if(eq(speeds[i].string))
182 if(eq(speeds[i].string)) {
198 if(eq(imodes[i].string)) {
211 if(eq(omodes[i].string)) {
220 if(eq(cmodes[i].string)) {
231 if(eq(lmodes[i].string)) {
274 static int eq(string) in eq() argument
275 char *string; in eq()
283 if(s_arg[i] != string[i])
[all …]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dread.cc86 if (source->string.free_after_use && in get_next_block_fn()
87 (source->string.buffer.start != NULL)) { in get_next_block_fn()
88 retmem(source->string.buffer.start); in get_next_block_fn()
89 source->string.buffer.start = NULL; in get_next_block_fn()
134 num_wc_chars = mbstowcs(source->string.text.end, in get_next_block_fn()
150 source->string.text.end += num_wc_chars; in get_next_block_fn()
151 *source->string.text.end = 0; in get_next_block_fn()
154 if (*(source->string.text.end - 1) != (int) newline_char) { in get_next_block_fn()
158 *source->string.text.end++ = (int) newline_char; in get_next_block_fn()
159 *source->string.text.end = (int) nul_char; in get_next_block_fn()
[all …]
H A Dmacro.cc157 sourceb.string.text.p = sourceb.string.buffer.start = wcsdup(vals.get_string()); in expand_value()
159 sourceb.string.text.end = in expand_value()
264 String_rec string; in expand_macro() local
350 &string, in expand_macro()
391 &string, in expand_macro()
397 &string, in expand_macro()
427 &string, in expand_macro()
444 (string.text.p - string.buffer.start >= 2) && in expand_macro()
461 (void) wcscpy(string.buffer.start, string.buffer.start + 2); in expand_macro()
602 string.text.p - string.buffer.start); in expand_macro()
[all …]
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c164 result->string = strdup(v->string); in papiAttributeValueDup()
300 v.string = (char *)string; in papiAttributeListAddString()
911 char string[24]; in papiAttributeToString() local
913 snprintf(string, sizeof (string), "%d", in papiAttributeToString()
924 char string[24]; in papiAttributeToString() local
927 snprintf(string, sizeof (string), "%d", in papiAttributeToString()
930 snprintf(string, sizeof (string), "%d-%d", in papiAttributeToString()
937 char string[24]; in papiAttributeToString() local
939 snprintf(string, sizeof (string), "%dx%ddp%c", in papiAttributeToString()
953 strftime(string, sizeof (string), "%c", tm); in papiAttributeToString()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc45 SRCS += $(SASRC)/string/bcmp.c $(SASRC)/string/bcopy.c
46 SRCS += $(SASRC)/string/bzero.c $(SASRC)/string/ffs.c
47 SRCS += $(SASRC)/string/fls.c $(SASRC)/string/memccpy.c
48 SRCS += $(SASRC)/string/memchr.c $(SASRC)/string/memcmp.c
49 SRCS += $(SASRC)/string/memcpy.c $(SASRC)/string/memmove.c
50 SRCS += $(SASRC)/string/memset.c $(SASRC)/string/strcat.c
51 SRCS += $(SASRC)/string/strchr.c $(SASRC)/string/strcmp.c
52 SRCS += $(SASRC)/string/strcpy.c $(SASRC)/string/stpcpy.c
58 SRCS += $(SASRC)/string/strsep.c $(SASRC)/string/strspn.c
59 SRCS += $(SASRC)/string/strstr.c $(SASRC)/string/strtok.c
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvmodel.info92 PROP Label string r 0 "cpu0-sensor"
96 PROP Label string r 0 "cpu1-sensor"
100 PROP Label string r 0 "mb-sensor"
124 PROP Label string r 0 "psu-sensor"
129 PROP Label string r 0 "cpu0-fan"
133 PROP Label string r 0 "cpu1-fan"
137 PROP Label string r 0 "pci-fan"
152 PROP Label string r 0 "hard-disk0"
156 PROP Label string r 0 "hard-disk1"
181 PROP Class string r 0 "fan"
[all …]
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME32 twrest [string] /*sequence to restore terminal*/
33 twnl [string] /*sequence to print newline*/
34 hlr [string] /*sequence for half-line reverse*/
35 hlf [string] /*sequence for half-line forward*/
36 flr [string] /*sequence for full-line reverse*/
37 bdon [string] /*sequence to turn on bold*/
38 bdoff [string] /*sequence to turn off bold*/
39 iton [string] /*sequence to turn on italic*/
40 itoff [string] /*sequence to turn off italic*/
41 ploton [string] /*sequence to enter plot mode*/
[all …]

12345678910>>...47