Searched refs:tbuf (Results 1 - 1 of 1) sorted by relevance

/sendmail/test/
H A Dt_pathconf.c39 char tbuf[100]; local
48 strcpy(tbuf, "TXXXXXX");
49 fd = mkstemp(tbuf);
52 printf("*** Could not create test file %s\n", tbuf);
59 i = pathconf(tbuf, _PC_CHOWN_RESTRICTED);
60 printf("pathconf(%s) returns %2d, errno = %d\n", tbuf, i, errno);
63 printf("fpathconf(%s) returns %2d, errno = %d\n", tbuf, i, errno);
82 (void) unlink(tbuf);

Completed in 237 milliseconds