Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h178 #define DUMPINFMT "%258s %c %128[^\n]\n" /* inverse for scanf */ macro
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c327 if (sscanf(buf, DUMPINFMT, ip->id_name, &ip->id_incno, un_buf) != 3) in makeidate()