Searched refs:strnlen (Results 26 - 50 of 55) sorted by relevance

123

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_persist.c776 len = strnlen(buf, MAXLINELEN);
H A Dipadm_prop.c1373 if (!reset && strnlen(buf, MAXPROPVALLEN) >= MAXPROPVALLEN)
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c1241 size_t len = strnlen(bridge, MAXLINKNAMELEN);
1275 llen = strnlen(link, MAXLINKNAMELEN);
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c485 (strnlen((char *)hostGroupName, sizeof (stmfGroupName))
560 (strnlen((char *)targetGroupName, sizeof (stmfGroupName))
985 (strnlen((char *)hostGroupName, sizeof (stmfGroupName))
3177 (strnlen((char *)targetGroupName, sizeof (stmfGroupName))
5970 (strnlen((char *)hostGroupName, sizeof (stmfGroupName))
6045 (strnlen((char *)targetGroupName, sizeof (stmfGroupName))
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c1676 strnlen(chapsecret, iscsitAuthStringMaxLength),
1688 strnlen(targetchapsecret, iscsitAuthStringMaxLength),
1700 strnlen(radiussecret, iscsitAuthStringMaxLength),
H A Discsit_tgt.c863 strnlen(cfg_tgt->tgt_name, MAX_ISCSI_NODENAMELEN) + 1, 0);
875 strnlen(cfg_tgt->tgt_name, MAX_ISCSI_NODENAMELEN);
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c420 size_t data_length = strnlen(ptr, buffer_length);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_usr.c464 nmlen = strnlen(ioc->ioc_name, SMBIOC_MAX_NAME-1);
/illumos-gate/usr/src/uts/i86pc/io/
H A Disa.c1418 if ((strncmp(name, "lp", 2) != 0) || (strnlen(name, 3) != 2))
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c1085 if (arg == 0 && strnlen(piece, len) == 1 && piece[0] == '0')
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c130 if (strnlen(values_string[i], NWAM_MAX_VALUE_LEN) ==
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c1036 col += strnlen(&knp[i].value.c[0], 16);
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com156 strnlen.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com167 strnlen.o \
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c220 if ((patlen = strnlen(pattern, PATH_MAX)) == PATH_MAX)
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h442 extern size_t strnlen(const char *, size_t) __PURE;
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile140 strnlen.o \
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2693 cp += strnlen(cp, zlen);
2709 zaddr[strnlen(zaddr, zlen) + 1] = '\0';
2760 zaddr, strnlen(zaddr, zlen) + 1);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c7846 if ((strnlen(phyp->path, 5) >= 5) &&
7847 (strnlen(ctmp->path, 5) >= 5)) {
7850 strnlen(phyp->path, 32) - 5) == 0) {
7981 strnlen(phyp->target->unit_address, PMCS_MAX_UA_SIZE)) == 0) {
/illumos-gate/usr/src/man/man3c/
H A DMakefile1231 strnlen.3c \
2292 strnlen.3c := LINKSRC = string.3c
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com176 strnlen.o \
/illumos-gate/usr/src/man/man9f/
H A DMakefile1189 strnlen.9f \
2039 strnlen.9f := LINKSRC = string.9f
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c834 if ((strnlen(input, sizeof (hexlen)) > 2) &&
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c1080 } else if (strnlen(uuidstr, uuidlen + 1) != uuidlen) {
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c561 nxt += strnlen(name, ((sizeof (ei->strings) - nxt) - 1));

Completed in 202 milliseconds

123