Searched refs:strl (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c159 size_t strl; local
454 strl = 0;
456 (void) copyinstr(uap->dir, tmpstr, MAXPATHLEN, &strl);
457 if (strl > 1) {
458 fscp->fs_mntpt = kmem_alloc(strl, KM_SLEEP);
459 (void) strncpy(fscp->fs_mntpt, tmpstr, strl);
471 strl = 0;
475 tmpstr, MAXPATHLEN, &strl);
476 if (strl > 1) {
477 fscp->fs_hostname = kmem_alloc(strl, KM_SLEE
[all...]
H A Dcachefs_fscache.c143 size_t strl; local
150 strl = strlen(fscp->fs_mntpt);
151 if (strl != 0)
152 kmem_free(fscp->fs_mntpt, strl + 1);
155 strl = strlen(fscp->fs_hostname);
156 if (strl != 0)
157 kmem_free(fscp->fs_hostname, strl + 1);
160 strl = strlen(fscp->fs_backfsname);
161 if (strl != 0)
162 kmem_free(fscp->fs_backfsname, strl
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/startd/
H A Dexpand.c169 size_t strl; local
275 strl = strlen(str);
297 nl = strl + 1 + strlen(nv);
306 str[strl] = sep;
307 (void) strcpy(&str[strl + 1], nv);
311 strl = nl;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libmilter/
H A DMakefile.com33 REMOBJS= errstring.o strl.o
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A DMakefile46 strl.o strrevcmp.o strto.o test.o ungetc.o util.o vasprintf.o \
52 t-fopen t-strl t-strrevcmp t-path t-float t-scanf t-sem t-shm \
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbss_log.c180 int strl; member in struct:__anon2208
215 while(strncmp(buf, mapping[i].str, mapping[i].strl) != 0) i++;
217 pp = buf + mapping[i].strl;

Completed in 104 milliseconds