Home
last modified time | relevance | path

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

/netbsd-src/share/examples/puffs/pgfs/
H A Dpgfs_db.c365 char tmpstore[1024]; in vsendcmd() local
394 buf = tmpstore; in vsendcmd()
395 sz = snprintf(tmpstore, sizeof(tmpstore), in vsendcmd()
398 assert((size_t)sz < sizeof(tmpstore)); in vsendcmd()