Home | Sort by: relevance | last modified time | path |
/src/share/examples/puffs/pgfs/ | |
pgfs_db.c | 365 char tmpstore[1024]; local in function:vsendcmd 394 buf = tmpstore; 395 sz = snprintf(tmpstore, sizeof(tmpstore), 398 assert((size_t)sz < sizeof(tmpstore)); |