Searched refs:string (Results 301 - 325 of 5152) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/
H A Darcfour_str2key.c24 const krb5_data *string, const krb5_data *salt,
39 /* compute the space needed for the new string.
46 slen = ((string->length)>128)?128:string->length;
53 /* make the string. start by creating the unicode version of the password*/
54 asctouni(copystr, (uchar_t *)string->data, slen );
22 krb5int_arcfour_string_to_key(krb5_context context, const struct krb5_enc_provider *enc, const krb5_data *string, const krb5_data *salt, const krb5_data *params, krb5_keyblock *key) argument
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_buffer.c30 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrstr.c32 #include <string.h>
40 int s2len = strlen(s2); /* length of the second string */
42 * If the length of the second string is 0,
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/gen/
H A Dstrchr.s32 movb (%rdi),%dl / %dl = byte of string
38 movb 1(%rdi),%dl / %dl = byte of string
44 movb 2(%rdi),%dl / %dl = byte of string
50 movb 3(%rdi),%dl / %dl = byte of string
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dstrcpy.s31 / Copies string s2 to s1. s1 must be large enough.
H A Dstrlen.s31 / Returns the number of non-NULL bytes in string argument.
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dbasename.c40 #include <string.h>
H A Dcalloc.c34 #include <string.h>
H A Ddirname.c42 #include <string.h>
H A Dmkdtemp.c33 #include <string.h>
H A Dsetlabel.c38 #include <string.h>
H A Dstpncpy.c30 #include <string.h>
H A Dstrdup.c35 #include <string.h>
40 * string duplication
41 * returns pointer to a new string which is the duplicate of string
43 * NULL is returned if new string can't be created
H A Dstrlcpy.c30 #include <string.h>
H A Dstrndup.c27 #include <string.h>
32 * Create a copy of string s, but only duplicate the first n bytes.
33 * Return NULL if the new string can't be allocated.
H A Dvpfmt.c44 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libc/port/print/
H A Dasprintf.c29 #include <string.h>
39 char string[INIT_SZ]; local
45 ret = vsnprintf(string, INIT_SZ, format, ap);
52 (void) strlcpy(newstr, string, len);
H A Dsnprintf.c45 snprintf(char *string, size_t n, const char *format, ...) argument
51 unsigned char tmpbuf[1]; /* dummy buffer for _doprnt() if NULL string */
54 siop._base = siop._ptr = (unsigned char *)string;
69 * When n==0, string may be NULL, so always use tmpbuf to
71 * the buffer when n==0, so using tmpbuf instead of string
72 * (ie, if string is not NULL) should not matter.
112 _snprintf_c89(char *string, size_t n, const char *format, ...) argument
118 count = _vsnprintf_c89(string, n, format, ap);
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A Dctermid.c37 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dwinchnstr.c49 * chars to string. NULL terminate string upon completion.
54 winchnstr(WINDOW *win, chtype *string, int ncols) argument
81 *string++ = wc | attr;
85 *string++ = wc | attr;
90 *string = (chtype) 0;
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dutils.c16 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsecutil.c9 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libmapmalloc/common/
H A Dcalloc.c30 #include <string.h>
/opensolaris-onvv-gate/usr/src/lib/libnsl/netselect/
H A Dnetcspace.h46 char *string; member in struct:nc_data
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dgethostname.c41 #include <string.h>

Completed in 121 milliseconds

<<11121314151617181920>>