Home
last modified time | relevance | path

Searched refs:ndirbuf (Results 1 – 3 of 3) sorted by relevance

/dports/devel/9base/9base-6/ls/
H A Dls.c27 int ndirbuf; variable
245 if(n <= ndirbuf) in growto()
247 ndirbuf = n; in growto()
248 dirbuf=(NDir *)realloc(dirbuf, ndirbuf*sizeof(NDir)); in growto()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Dls.c27 int ndirbuf; variable
245 if(n <= ndirbuf) in growto()
247 ndirbuf = n; in growto()
248 dirbuf=(NDir *)realloc(dirbuf, ndirbuf*sizeof(NDir)); in growto()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/q/
H A Drunq.c25 long ndirbuf = 0; variable