Searched refs:string (Results 351 - 375 of 5152) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/print/libpapi-common/common/
H A Dlibrary.c37 #include <string.h>
H A Duri.h58 extern int uri_from_string(char *string, uri_t **uri);
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlibrary.c35 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.cc71 string HBANPIVPort::lookupControllerPath(string path) {
82 string tmp = "Unable to open ";
100 string cfg_path = dir;
/opensolaris-onvv-gate/usr/src/stand/lib/sa/
H A Dstrdup.c29 #include <string.h>
/opensolaris-onvv-gate/usr/src/tools/ctf/common/
H A Dsymbol.c30 #include <string.h>
/opensolaris-onvv-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daccygwin.h134 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dstrncmp.s32 movl 8(%esp),%esi / %esi = first string
34 movl 12(%esp),%edi / %edi = second string
35 cmpl %esi,%edi / same string?
46 je .equal / End of string?
54 je .equal / End of string?
62 je .equal / End of string?
72 jne .loop / End of string?
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dcexpand.c44 #include <string.h>
57 * Remove the padding sequences from the input string.
58 * Return the new string without the padding sequences
128 /* of the string. */
168 *cconvert(char *string) argument
174 if (string == NULL)
177 while (c = *string++) {
215 * Convert the terminfo string into a termcap string.
237 * Print out a string ont
241 cpr(FILE *stream, char *string) argument
[all...]
H A Dwaddwchnstr.c39 * Add ncols worth of data to win, using string as input.
44 waddwchnstr(WINDOW *win, chtype *string, int ncols) argument
70 while ((ncols > 0) && (*string) && (counter > 0)) {
71 attr = *string & A_WATTRIBUTES;
72 rawc = *string & A_WCHARTEXT;
74 /* conver wchar_t to mbuti byte string */
85 /* store multi-byte string into chtype */
98 /* store single-byte string into chtype */
105 string++;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
H A Dfru_FT0.info27 * supported prop types: void, int, uint, float, string
63 PROP SlotType string r 0 "fan-unit"
64 Prop Label string r 0 "F0"
77 PROP Class string r 0 "fan"
81 PROP Class string r 0 "led"
85 PROP Class string r 0 "led"
/opensolaris-onvv-gate/usr/src/cmd/lms/
H A DLMEConnection.h41 #include <string>
53 std::string Password;
75 LMEServiceRequestMessage(std::string serviceName = "") :
79 std::string ServiceName;
137 LMEUserAuthRequestMessage(std::string username = "",
138 std::string serviceName = "",
139 std::string methodName = "",
147 std::string Username;
148 std::string ServiceName;
149 std::string MethodNam
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/
H A Denvmodel.info48 PROP Class string r 0 "temperature-sensor"
53 PROP Class string r 0 "temperature-sensor"
64 PROP Class string r 0 "temperature-sensor"
69 PROP Class string r 0 "temperature-sensor"
82 PROP Class string r 0 "fan"
91 PROP Class string r 0 "fan"
100 PROP Class string r 0 "fan"
110 PROP Label string r 0 "system-fan"
114 PROP Label string r 0 "cpu-fan"
118 PROP Label string
[all...]
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/dk/
H A Dstringtokey.c42 const krb5_data *string, const krb5_data *salt,
56 concatlen = string->length+(salt?salt->length:0);
70 /* construct input string ( = string + salt), fold it, make_key it */
72 memcpy(concat, string->data, string->length);
74 memcpy(concat+string->length, salt->data, salt->length);
39 krb5int_dk_string_to_key( krb5_context context, const struct krb5_enc_provider *enc, const krb5_data *string, const krb5_data *salt, const krb5_data *parms, krb5_keyblock *key) argument
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dstring_to_key.c38 const krb5_data *string,
46 const krb5_data *string, const krb5_data *salt,
49 return krb5_c_string_to_key_with_params(context, enctype, string, salt,
55 const krb5_data *string,
101 ret = (*krb5_enctypes_list[i].str2key)(context, enc, string, salt,
45 krb5_c_string_to_key(krb5_context context, krb5_enctype enctype, const krb5_data *string, const krb5_data *salt, krb5_keyblock *key) argument
54 krb5_c_string_to_key_with_params(krb5_context context, krb5_enctype enctype, const krb5_data *string, const krb5_data *salt, const krb5_data *params, krb5_keyblock *key) argument
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dstring.c22 * string processing routines for Korn shell
50 * <table> is searched for string <sp> and corresponding value is returned
176 * look for the substring <oldsp> in <string> and replace with <newsp>
177 * The new string is put on top of the stack
179 char *sh_substitute(const char *string,const char *oldsp,char *newsp) argument
181 assume string!=NULL && oldsp!=NULL && newsp!=NULL;
183 strlen(x)==(strlen(in string)+strlen(in newsp)-strlen(in oldsp));
186 register const char *sp = string;
231 /* copy rest of string */
301 char *sh_fmtq(const char *string) argument
438 sh_fmtqf(const char *string, int single, int fold) argument
639 sh_strchr(const char *string, register const char *dp) argument
707 fmtident(const char *string) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmp.x57 string name<>;
58 string value<>;
63 string name<>;
68 string name<>;
244 string user<>;
245 string password<>;
250 string user<>;
310 string auth_id<>;
311 string auth_password<>;
317 string auth_i
[all...]
/opensolaris-onvv-gate/usr/src/common/fsreparse/
H A Dfs_reparse.c34 #include <string.h>
42 static int reparse_create_nvlist(const char *string, nvlist_t *nvl);
45 static int reparse_validate_create_nvlist(const char *string, nvlist_t *nvl);
47 /* array of characters not allowed in service type string */
90 * Parse the specified string and populate the nvlist with the svc_types
91 * and data from the 'string'. The string could be read from the reparse
98 reparse_parse(const char *string, nvlist_t *nvl) argument
102 if (string == NULL || nvl == NULL)
105 if ((err = reparse_validate(string)) !
176 reparse_validate(const char *string) argument
190 reparse_validate_create_nvlist(const char *string, nvlist_t *nvl) argument
322 reparse_create_nvlist(const char *string, nvlist_t *nvl) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/ents/frudr/
H A Dfru_PS0_data.info31 * supported prop types: void, int, uint, float, string
80 PROP Class string r 0 "voltage-indicator"
84 PROP Class string r 0 "voltage-indicator"
88 PROP Class string r 0 "voltage-indicator"
92 PROP Class string r 0 "voltage-indicator"
96 PROP Class string r 0 "current-indicator"
100 PROP Class string r 0 "temperature-indicator"
104 PROP Class string r 0 "current-indicator"
108 PROP Class string r 0 "fan"
112 PROP Class string
[all...]
H A Dfru_PS1_data.info31 * supported prop types: void, int, uint, float, string
80 PROP Class string r 0 "voltage-indicator"
84 PROP Class string r 0 "voltage-indicator"
88 PROP Class string r 0 "voltage-indicator"
92 PROP Class string r 0 "voltage-indicator"
96 PROP Class string r 0 "current-indicator"
100 PROP Class string r 0 "temperature-indicator"
104 PROP Class string r 0 "current-indicator"
108 PROP Class string r 0 "fan"
112 PROP Class string
[all...]
/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dkeytab.c36 #include <string.h>
76 static char _kt_backslash_escape(const char *string, const char **endp);
77 static int _kt_is_emacs_meta(const char *string);
78 static int _kt_is_emacs_ctrl(const char *string);
131 * Allocate a string allocation object. This allows allocation of
268 int size; /* The size to allocate for the binary string */
281 * for the binary copy of the string, noting that binary meta characters
282 * embedded in the input string get split into two characters.
287 * Allocate a string that has the length of keyseq[].
521 * Convert a keybinding string int
837 _kt_backslash_escape(const char *string, const char **endp) argument
907 _kt_is_emacs_meta(const char *string) argument
924 _kt_is_emacs_ctrl(const char *string) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/
H A Dsystem-board.info46 PROP Label string r 0 "SC"
51 PROP SlotType string r 0 "cpu"
52 PROP Label string r 0 "P0"
55 PROP SlotType string r 0 "cpu"
56 PROP Label string r 0 "P1"
59 PROP Label string r 0 "HDDBP"
64 PROP SlotType string r 0 "dvd-slot"
65 PROP Label string r 0 "RMD0"
68 PROP Label string r 0 "SCC"
73 PROP Label string
[all...]
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.c32 #include <string.h>
89 "string table");
181 * strset -- update a dynamically-allocated string or die trying.
185 strset(char *string, char *value) argument
191 if (string == NULL) {
193 if ((string = malloc(vlen + 1)) == NULL) {
196 "string");
198 } else if (strlen(string) < vlen) {
200 if ((string = realloc(string, vle
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/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/print/libprint/common/
H A Dns_cmn_kvp.c35 #include <string.h>
177 char *string = NULL; local
182 string = value_to_string(string, value);
183 if (string != NULL)
184 value = string_to_value(key, string);
209 * printer structure passed in. The results is an ascii string.
220 * This is done by converting the value to a string first.
235 ns_set_value_from_string(const char *key, const char *string, argument
255 if (string !
[all...]

Completed in 139 milliseconds

<<11121314151617181920>>