Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/auth/secstore/
H A Dsecstore.c34 uchar skey[SHA1dlen], ib[Maxmsg+CHK], *ibr, *ibw, *bufw, *bufe; in getfile() local
45 bufw = bufe = nil; in getfile()
63 *buf = bufw = emalloc(len); in getfile()
64 bufe = bufw + len; in getfile()
124 assert(bufw + n <= bufe); in getfile()
125 memmove(bufw, ibr, n); in getfile()
126 bufw += n; in getfile()