Searched refs:strlen (Results 1201 - 1225 of 1552) sorted by relevance

<<41424344454647484950>>

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_prop.c377 int slen = strlen(dsub); /* default sublist length */
407 len = slen + 1 + strlen(name);
423 len = slen + (strlen(name) - (cp - dsub));
863 strlen(pd->pd_colname) + 1);
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dkrb5_acct_mgmt.c83 if (strlen(password) == 0) {
/osnet-11/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c311 strlen(rep_passwd) > 13 && rep_passwd[13] == ',')
/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_enclosure_ctl.c213 len = strlen(nick);
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c521 nodename = alloca(strlen(name) + 1);
530 nodename, (strlen(name) + 1));
558 strlen(root_complex) + sizeof (device_str) + sizeof (devctl_str));
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dargs.c534 size += strlen(sp);
620 if(c<(w=strlen(name)))
683 sfnputc(sfstdout,' ',24-strlen(name));
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c445 if (strncasecmp(sip_header->sip_hdr_current, SIP, strlen(SIP)) == 0) {
448 sip_proto_version->name.sip_str_len = strlen(SIP);
1191 if (sip_header->sip_hdr_current + strlen(SIP_VERSION) >=
H A Dsip_parse_hdrs.c1607 if (value->cftr_uri.sip_str_len <= strlen("<>")) {
1649 strlen(uri)) == 0) && (strlen(uri) ==
/osnet-11/usr/src/lib/libldap4/common/
H A Dcharset.c1762 if ( (o = oo = (Byte *)malloc( 2 * strlen( s ) + 64 )) == NULL ) {
1781 if ( (oo = (Byte *)realloc( o, strlen( o ) + 1 )) == NULL ) {
1816 if ( (o = oo = (Byte *)malloc( 2 * strlen( s ) + 64 )) == NULL ) {
1859 if ( (oo = (Byte *)realloc( o, strlen( o ) + 1 )) == NULL ) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c1734 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * strlen( s ) + 64 )) == NULL ) {
1753 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
1788 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * strlen( s ) + 64 )) == NULL ) {
1831 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-method.c201 pathname_parse = g_alloca(strlen(pathname) + 1);
230 pathname_parse_ucs2 = g_malloc(strlen(pathname_parse_unescaped) + 1);
233 strlen(pathname_parse_unescaped) + 1);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dwinreg_svc.c545 keylen = strlen(subkey);
554 if (keylen < strlen(key->sk_name))
580 subkeylen = strlen(subkey);
/osnet-11/usr/src/lib/libcmd/common/
H A Dcp.c176 int suflen; /* strlen(state.suffix) */
508 n = strlen(s);
945 state->suflen = strlen(state->suffix);
968 state->postsiz = strlen(file);
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c175 rc = cfg_put_cstring(cfg, "dsvol", buf, strlen(buf));
214 strlen(buf)) < 0) {
404 strlen(buf)) < 0) {
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_ident.c260 p2 = p1 + strlen(p1);
272 if (*p1 == '[' && p1[strlen(p1) - 1] == ']') {
282 p1[strlen(p1) - 1] = '\0';
H A Ddt_options.c170 len = strlen(opt) + strlen(arg) + 1;
570 len = strlen(arg);
/osnet-11/usr/src/lib/libelfsign/common/
H A Delfsignlib.c119 oid_len = strlen(oid);
563 new_size = old_size + strlen(elf_section) + 1;
613 old_size + strlen(elf_section) + 1) != ELFSIGN_SUCCESS) {
/osnet-11/usr/src/lib/libexacct/common/
H A Dexacct_ops.c981 f->ef_creator, strlen(f->ef_creator)) == -1 ||
983 EXACCT_HDR_STR, strlen(EXACCT_HDR_STR)) == -1 ||
985 hostbuf, strlen(hostbuf)) == -1) {
/osnet-11/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c496 if (strlen((char *)macLinkName) > MAXLINKNAMELEN-1) {
636 if (strlen((char *)macLinkName) > MAXLINKNAMELEN-1) {
1010 if (strlen((char *)macLinkName) > MAXLINKNAMELEN-1) {
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c766 return (topo_fmri_strhash_one(fmri, strlen(fmri)));
769 return (topo_fmri_strhash_one(fmri, strlen(fmri)));
773 return (topo_fmri_strhash_one(fmri, strlen(fmri)));
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.c818 if (strlen(prod) > 0 && strlen(ch_sn) > 0) {
825 } else if (strlen(prod) > 0) {
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c73 #include <string.h> /* memcpy(), strlen() */
1688 So if there is a precision, we must not use strlen. */
1695 So if there is a precision, we must not use strlen. */
1701 tmp_length = strlen (arg);
2540 arg_end = arg + strlen (arg);
3636 ndigits = strlen (digits);
3696 ndigits = strlen (digits);
3732 if (strlen (digits2) == precision + 1)
3832 ndigits = strlen (digits);
3868 if (strlen (digits
[all...]
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c254 node->dl_dirname = malloc((unsigned)strlen(dirname) + 1);
263 be = bs + strlen(bs) - 1;
447 i = strlen(name) + 1;
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c184 out_buf.length = strlen((char *)out_buf.value);
320 send_tok.length = strlen(svc_name);
337 input_chan_bindings.application_data.length = strlen(ver_str_concat);
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c133 input = malloc(strlen(flags) + 1);
365 hosthash[ix].ht_length = strlen(hosthash[ix].ht_value);
656 /* 4 = strlen(" as ") */
671 /* 6 = strlen(" from ") */
678 /* 11 = strlen(" proc_auid ") */
845 maxavail = OUTPUT_BUF_SIZE - strlen(localname) - 2;

Completed in 212 milliseconds

<<41424344454647484950>>