Searched defs:dblock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Ddict.c38 char dblock[PATH_MAX]; variable
67 (void) snprintf(dblock, sizeof (dblock), "%s/authtok_check.lock", path);
69 if ((lockfd = open(dblock, O_WRONLY|O_CREAT|O_EXCL, 0400)) == -1) {
71 lockfd = open(dblock, O_WRONLY);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c144 /* max value dblock.dbuf.efsize can store */
373 } dblock, *tbuf, xhdr_buf; variable in typeref:union:hblock
1301 if ((dblock.dbuf.typeflag != 'A') &&
1464 * endtape checks the entry in dblock.dbuf to see if its the
1476 if (dblock.dbuf.name[0] != '\0') {
1483 if (is_posix && dblock.dbuf.prefix[0] != '\0') {
1514 readtape((char *)&dblock);
1515 if (dblock.dbuf.name[0] == '\0')
1518 (void) sscanf(dblock.dbuf.mode, "%8lo", &Gen.g_mode);
1519 (void) sscanf(dblock
[all...]

Completed in 74 milliseconds