Searched refs:pathbuflen (Results 1 – 2 of 2) sorted by relevance
85 static size_t pathbuflen = MAXPATHLEN; variable160 pathbuf = malloc(pathbuflen); in main()203 if (p - pathbuf + 2 >= pathbuflen) { in pushfilename()205 pathbuflen += MAXPATHLEN; in pushfilename()206 np = realloc(pathbuf, pathbuflen); in pushfilename()
8227 size_t pathbuflen = strlen(path) + 1; in adjust_ancestors() local8234 pathbuf = kmem_alloc(pathbuflen, KM_SLEEP); in adjust_ancestors()8239 kmem_free(pathbuf, pathbuflen); in adjust_ancestors()8314 kmem_free(pathbuf, pathbuflen); in adjust_ancestors()