Searched refs:string (Results 651 - 675 of 5152) sorted by relevance

<<21222324252627282930>>

/opensolaris-onvv-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinux.h128 #include <linux/string.h>
155 #include <string.h>
/opensolaris-onvv-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c61 char *string; variable
107 string = argv[c];
109 sysid = string;
113 volid = string;
117 volsetid = string;
121 pubid = string;
125 prepid = string;
129 applid = string;
133 copyfile = string;
137 absfile = string;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A Dregexp.316 int regexec(prog, string)
18 char *string;
88 The default \fIregerror\fR writes the string \fImsg\fR,
105 An atom followed by `?' matches a match of the atom, or the null string.
109 (matching any single character), `^' (matching the null string at the
110 beginning of the input string), `$' (matching the null string at the
111 end of the input string), a `\e' followed by a single character (matching
126 If a regular expression could match two different parts of the input string,
145 the `b*' must match its last possibility\(emthe empty string\(emsinc
[all...]
/opensolaris-onvv-gate/usr/src/common/util/
H A Dstring.c27 * Implementations of the functions described in vsnprintf(3C) and string(3C),
39 #include <string.h>
47 #include "string.h"
57 * Given a buffer 'buf' of size 'buflen', render as much of the string
58 * described by <fmt, args> as possible. The string will always be
59 * null-terminated, so the maximum string length is 'buflen - 1'.
61 * entire string, not including null terminator (just like vsnprintf(3S)).
179 sp = "<null string>";
529 strpbrk(const char *string, const char *brkset) argument
534 for (p = brkset; *p != '\0' && *p != *string;
606 strspn(const char *string, const char *charset) argument
622 strcspn(const char *string, const char *charset) argument
686 strtok(char *string, const char *sepset) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttributeV1.java40 * Handles attribute string encoding and decoding for SLPv1.
56 * Handles radix64 string encoding and decoding for SLPv1.
146 // convert a string in the encoding to the buffer format
485 // Process the string to remove escapes.
574 // Escape an attribute string with the char code.
576 static String escapeAttributeString(String string, argument
581 int i, n = string.length();
587 char c = string.charAt(i);
617 // Unescape attribute string, using charCode for reserved characters.
619 static String unescapeAttributeString(String string, argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lms/
H A DProtocol.h37 #include <string>
124 static bool _compareDNSSuffix(std::string AMTDNSSuffix, std::string suffix);
130 bool _checkListen(std::string address, in_port_t port, int &socket);
158 std::list<std::string> _AMTDNSSuffixes;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv23 'string|s=s',
40 $Opt{string} and Encode::from_to($Opt{string}, $from, $to) and print $Opt{string} and exit;
95 $name [-f from_encoding] [-t to_encoding] [-s string] [files...]
106 -s,--string string
107 "string" will be the input instead of STDIN or files
124 piconv [-f from_encoding] [-t to_encoding] [-s string] [files...]
160 =item -s,--string
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm83 =item -E<gt>encode($string [,$check])
85 MUST return the octet sequence representing I<$string>.
91 If I<$check> is true, it SHOULD modify I<$string> in place to remove
92 the converted part (i.e. the whole string unless there is an error).
98 fragment of string that has been converted and modify $string in-place
105 convert the string - for example, by using a replacement character.
111 MUST return the string that I<$octets> represents.
123 If an error occurs, it SHOULD return the fragment of string that has
131 convert the string
[all...]
/opensolaris-onvv-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c45 #include <string.h>
329 error("unterminated string constant");
350 error("unterminated string constant");
354 error("empty char string");
407 {TOK_STRING, "string"},
/opensolaris-onvv-gate/usr/src/lib/libshell/common/edit/
H A Dcompletion.c38 static char *fmtx(const char *string) argument
40 register const char *cp = string;
46 return((char*)string);
48 stakwrite(string,--cp-string);
/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.h34 #include <string>
47 TgtFCHBAPort(std::string path);
48 virtual std::string getPath()
135 std::string path;
140 static const std::string FCT_DRIVER_PATH;
/opensolaris-onvv-gate/usr/src/lib/libbsm/common/
H A Dadt_token.c39 #include <string.h>
56 /* 0x + Classification + Compartments + end of string */
200 * a string showing the whole command and no envp
207 char *string; local
209 string = ((union convert *)p_data)->tcharstar;
211 if (string == NULL) {
213 string = empty;
219 (void) au_write(event->ae_event_handle, au_to_cmd(1, &string,
617 * The format string, normally null, is sort of a wrapper around
619 * handles the format string
642 char *string; local
829 char *string; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/avs/rdc/
H A Dsndrsubr.c200 rdc_msg(char *prefix, spcs_s_info_t *status, char *string, va_list ap) argument
209 if (string && *string != '\0') {
210 (void) vfprintf(stderr, string, ap);
217 rdc_err(spcs_s_info_t *status, char *string, ...) argument
220 va_start(ap, string);
222 rdc_msg(gettext("Error"), status, string, ap);
229 rdc_warn(spcs_s_info_t *status, char *string, ...) argument
232 va_start(ap, string);
234 rdc_msg(gettext("warning"), status, string, a
[all...]
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dsetmode.c18 #include <string.h>
38 char *string; member in struct:mds
300 for (i = 0; imodes[i].string != NULL; i++) {
301 if (strcmp(curtoken, imodes[i].string) == 0) {
307 for (i = 0; omodes[i].string != NULL; i++) {
308 if (strcmp(curtoken, omodes[i].string) == 0) {
314 for (i = 0; cmodes[i].string != NULL; i++) {
315 if (strcmp(curtoken, cmodes[i].string) == 0) {
321 for (i = 0; lmodes[i].string != NULL; i++) {
322 if (strcmp(curtoken, lmodes[i].string)
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm141 my ($name, $string, $check) = @_;
142 return undef unless defined $string;
149 my $octets = $enc->encode($string,$check);
150 $_[1] = $string if $check;
164 my $string = $enc->decode($octets,$check);
166 return $string;
171 my ($string,$from,$to,$check) = @_;
172 return undef unless defined $string;
184 my $uni = $f->decode($string,$check);
185 return undef if ($check && length($string));
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c269 * string is terminated with '\0' when we're done with a line and TRUE is returned
516 * mesg[]. The string in mesg[] is terminated with a '\0' and TRUE is returned to
758 * string is terminated with '\0' when we're done with a line and TRUE is returned
814 * of string which consists solely of characters from charset.
817 strspn(string, charset)
818 char *string;
823 for(q=string; *q != '\0'; ++q) {
829 return(q-string);
836 * in the character string `string'; NUL
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/
H A Dsystem-board.info46 PROP Label string r 0 "BAT"
67 PROP SlotType string r 0 "system-board"
68 Prop Label string r 0 "C0"
71 PROP SlotType string r 0 "system-board"
72 Prop Label string r 0 "C1"
75 PROP SlotType string r 0 "system-board"
76 Prop Label string r 0 "C2"
79 PROP SlotType string r 0 "system-board"
80 Prop Label string r 0 "C3"
137 PROP SlotType string
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8.pm35 $num_octets = utf8::upgrade($string);
36 $success = utf8::downgrade($string[, FAIL_OK]);
39 utf8::encode($string);
40 utf8::decode($string);
80 literals such as identifier names, string constants, and constant
89 (for example embedded Latin-1 in your string literals), C<use utf8>
114 =item * $num_octets = utf8::upgrade($string)
116 Converts (in-place) internal representation of string to Perl's
118 represent the string as I<UTF-X>. Can be used to make sure that the
125 =item * $success = utf8::downgrade($string[, FAIL_O
[all...]
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/common/
H A Dctrl_descriptors.c91 util_doProperty(DEVICEID, string, str, cim_true, inst, errp);
95 util_doProperty(CREATION_CLASS, string, provider, cim_true, inst,
100 util_doProperty(SYS_CREATION_CLASS, string, COMPUTER_SYSTEM,
105 util_doProperty(SYSTEM, string, hostname, cim_true, inst, errp);
170 util_doProperty("ProtocolSupported", string, protocol,
206 util_doProperty("Availability", string, avail,
208 util_doProperty("StatusInfo", string, status,
H A Ddisk_descriptors.c110 util_doProperty("Name", string, drive, cim_false, inst, errp);
135 util_doProperty("Model", string, prodid, cim_false, inst, errp);
148 util_doProperty("Manufacturer", string, vid, cim_false, inst, errp);
166 util_doProperty("Status", string, "Lost Comm", cim_false,
169 util_doProperty("Status", string, "OK", cim_false, inst,
197 util_doProperty(TAG, string, str, cim_true, inst, errp);
211 util_doProperty(TAG, string, drive, cim_true, inst, errp);
226 util_doProperty(CREATION_CLASS, string, DISK, cim_true, inst, errp);
245 util_doProperty("Status", string, "Lost Comm", cim_false,
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dstart.S40 /* Print message string */
342 notification_string: .string "Loading stage1.5"
344 notification_string: .string "Loading stage2"
347 notification_step: .string "."
348 notification_done: .string "\r\n"
350 geometry_error_string: .string "Geom"
351 read_error_string: .string "Read"
352 general_error_string: .string " Error"
355 * message: write the string pointed to by %si
374 jne 1b /* if not end of string, jm
[all...]
/opensolaris-onvv-gate/usr/src/cmd/csplit/
H A Dcsplit.c37 #include <string.h>
261 fatal(char *string, char *arg) argument
268 /* gettext dynamically replaces string */
270 (void) fprintf(stderr, gettext(string), arg);
422 * line_arg takes as its argument a pointer to a character string
423 * (assumed to be a line number). If that character string can be
492 re_arg(char *string) argument
498 ch = *string;
499 ptr = string;
521 fatal("%s: illegal offset\n", string);
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Devp_test.c51 #include <string.h>
96 static char *sstrsep(char **string, const char *delim) argument
99 char *token = *string;
101 if (**string == 0)
113 while (!isdelim[(unsigned char)(**string)])
115 (*string)++;
118 if (**string)
120 **string = 0;
121 (*string)++;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Din.talkd.c57 #include <string.h>
124 print_error(char *string) argument
141 (void) fprintf(cons, "Talkd : %s : %s(%d)\n\r", string,
/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Dnlm_prot.x103 string caller_name<LM_MAXSTRLEN>;
162 string caller_name<LM_MAXSTRLEN>;
182 string name<LM_MAXNAMELEN>;
254 string caller_name<LM_MAXSTRLEN>;
311 string caller_name<LM_MAXSTRLEN>;
331 string name<LM_MAXNAMELEN>;

Completed in 387 milliseconds

<<21222324252627282930>>