Home
last modified time | relevance | path

Searched refs:pathbuflen (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/rm/
H A Drm.c81 static size_t pathbuflen = MAXPATHLEN; variable
149 pathbuf = malloc(pathbuflen); in main()
192 if (p - pathbuf + 2 >= pathbuflen) { in pushfilename()
194 pathbuflen += MAXPATHLEN; in pushfilename()
195 np = realloc(pathbuf, pathbuflen); in pushfilename()
/titanic_41/usr/src/uts/common/os/
H A Dsunpm.c8236 size_t pathbuflen = strlen(path) + 1; in adjust_ancestors() local
8243 pathbuf = kmem_alloc(pathbuflen, KM_SLEEP); in adjust_ancestors()
8248 kmem_free(pathbuf, pathbuflen); in adjust_ancestors()
8323 kmem_free(pathbuf, pathbuflen); in adjust_ancestors()