Searched refs:strl (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vfsops.c | 159 size_t strl; in cachefs_mount() local 454 strl = 0; in cachefs_mount() 456 (void) copyinstr(uap->dir, tmpstr, MAXPATHLEN, &strl); in cachefs_mount() 457 if (strl > 1) { in cachefs_mount() 458 fscp->fs_mntpt = kmem_alloc(strl, KM_SLEEP); in cachefs_mount() 459 (void) strncpy(fscp->fs_mntpt, tmpstr, strl); in cachefs_mount() 471 strl = 0; in cachefs_mount() 475 tmpstr, MAXPATHLEN, &strl); in cachefs_mount() 476 if (strl > 1) { in cachefs_mount() 477 fscp->fs_hostname = kmem_alloc(strl, KM_SLEEP); in cachefs_mount() [all …]
|
H A D | cachefs_fscache.c | 143 size_t strl; in fscache_destroy() local 150 strl = strlen(fscp->fs_mntpt); in fscache_destroy() 151 if (strl != 0) in fscache_destroy() 152 kmem_free(fscp->fs_mntpt, strl + 1); in fscache_destroy() 155 strl = strlen(fscp->fs_hostname); in fscache_destroy() 156 if (strl != 0) in fscache_destroy() 157 kmem_free(fscp->fs_hostname, strl + 1); in fscache_destroy() 160 strl = strlen(fscp->fs_backfsname); in fscache_destroy() 161 if (strl != 0) in fscache_destroy() 162 kmem_free(fscp->fs_backfsname, strl + 1); in fscache_destroy()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | expand.c | 169 size_t strl; in get_prop_val_str() local 275 strl = strlen(str); in get_prop_val_str() 297 nl = strl + 1 + strlen(nv); in get_prop_val_str() 306 str[strl] = sep; in get_prop_val_str() 307 (void) strcpy(&str[strl + 1], nv); in get_prop_val_str() 311 strl = nl; in get_prop_val_str()
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | Makefile | 46 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 \
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | Makefile.com | 31 REMOBJS= errstring.o strl.o
|