Home
last modified time | relevance | path

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

/xv6-public/
H A Dsh.c134 getcmd(char *buf, int nbuf) in getcmd() argument
137 memset(buf, 0, nbuf); in getcmd()
138 gets(buf, nbuf); in getcmd()