Searched refs:string (Results 451 - 475 of 5152) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentAESKeyWrap.h34 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libnsl/nsl/
H A Dt_error.c38 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libparted/common/lib/
H A Dregex.c38 # define re_match(bufp, string, size, pos, regs) \
39 __re_match (bufp, string, size, pos, regs)
40 # define re_search(bufp, string, size, startpos, range, regs) \
41 __re_search (bufp, string, size, startpos, range, regs)
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DOpaque.java68 // Construct a byte array from an escaped string.
84 String string = str.substring(OPAQUE_HEADER.length());
87 // string.
89 int i, n = string.length();
95 if (string.charAt(i) != ServiceLocationAttribute.ESCAPE) {
126 string.substring(i, i+2), 16) & 0xFF);
190 // Convert each byte into a string, then escape. We use
/opensolaris-onvv-gate/usr/src/lib/libtnfctl/
H A Dprb_status.c32 #include <string.h>
44 * prb_status_str() - this routine returns a pointer to a static string
50 /* if this is in the errno range, use the errno string */
/opensolaris-onvv-gate/usr/src/lib/libuutil/common/
H A Duu_string.c30 #include <string.h>
51 /* Return true if string a Begins With string b */
/opensolaris-onvv-gate/usr/src/lib/libwrap/
H A Dsetenv.c27 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_cmdnam.c44 #include <string.h>
H A Dm_getenv.c46 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/wide/
H A Dm_mbstow.c32 * Takes a multibyte string, figures out how long it will be in wide chars,
33 * allocates that wide char string, copies to that wide char string.
50 #include <string.h>
65 m_error(m_textmsg(3642, "!multibyte string", "E"));
H A Dm_wcsdup.c40 #include <string.h>
44 * Return a wide copy of the wide string `s', or NULL
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dkeyname.c46 #include <string.h>
H A Dtgetstr.c45 #include <string.h>
51 * the buffer area used to receive a copy of the string.
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtgetstr.c50 #include <string.h>
56 * the buffer area used to receive a copy of the string.
/opensolaris-onvv-gate/usr/src/lib/nsswitch/files/common/
H A Dgetauuser.c31 #include <string.h>
H A Dgetprofattr.c31 #include <string.h>
H A Dgetuserattr.c31 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/passwdutil/
H A Ddebug.c33 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/print/libipp-core/common/
H A Dstrings.c34 #include <string.h>
300 ipp_string_opid(char *string) argument
305 if (strcasecmp(opid_strings[i], string) == 0)
309 if (strcasecmp(res_opid_strings[i], string) == 0)
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-common/common/
H A Duri.c33 #include <string.h>
44 uri_from_string(char *string, uri_t **uri) argument
49 if ((string == NULL) || (uri == NULL)) {
55 if ((ptr = strchr(string, ':')) == NULL) {
63 u->scheme = strndup(string, ptr - string);
72 string = ptr + 3; /* skip the :// */
74 if ((path = end = strchr(string, '/')) == NULL)
75 for (end = string; *end != '\0'; end++)
78 u->host_part = strndup(string, en
[all...]
/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DInternalError.cc47 InternalError::InternalError(string message) : HBAException(HBA_STATUS_ERROR) {
48 Trace log("InternalError::InternalError(string)");
H A DSun_fcGetAdapterName.cc44 * Returns the text string which describes this adapter and which is used to
56 std::string sname = list->getHBAName(index);
H A DSun_fcGetTgtAdapterName.cc44 * Returns the text string which describes this adapter and which is used to
56 std::string sname = list->getTgtHBAName(index);
/opensolaris-onvv-gate/usr/src/tools/protocmp/
H A Dstdusers.c26 #include <string.h>
/opensolaris-onvv-gate/usr/src/ucblib/libucb/port/gen/
H A D_psignal.c51 #include <string.h>

Completed in 143 milliseconds

<<11121314151617181920>>