Home | Sort by: relevance | last modified time | path |
/src/sys/ufs/lfs/ | |
lfs_alloc.c | 354 ino_t headino, thisino, oldnext, tailino; local in function:lfs_valloc_fixed 387 oldnext = lfs_if_getnextfree(fs, ifp); 397 LFS_PUT_HEADFREE(fs, cip, cbp, oldnext); 436 lfs_if_setnextfree(fs, ifp, oldnext); |
/src/lib/libc/regex/ | |
regcomp.c | 1489 const char *oldnext = p->next; local in function:bothcases 1512 p->next = oldnext; 1552 const char *oldnext = p->next; local in function:nonnewline 1566 p->next = oldnext; |