Searched defs:pagbuf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Ddbm.h56 char pagbuf[PBLKSIZ]; variable
/illumos-gate/usr/src/ucbhead/
H A Ddbm.h59 char pagbuf[PBLKSIZ]; variable
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c117 char pagbuf[MAXPATHLEN]; local
375 strcpy(pagbuf, outalias);
377 strcat(pagbuf, dbm_pag);
453 if (rename(tmppagbuf, pagbuf) < 0) {
466 * sprintf(buf, "mv %s %s", tmppagbuf, pagbuf);

Completed in 59 milliseconds