HomeSort by: relevance | last modified time | path
    Searched defs:tmpstore (Results 1 - 2 of 2) sorted by relevancy

  /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));
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));

Completed in 22 milliseconds