Searched defs:st_buf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dassemble.c903 struct stat st_buf; local
914 switch (stat(itm_output_file, &st_buf)) {
/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c637 struct stat st_buf; local
658 if (stat(protofile, &st_buf) < 0) {
662 if (stat(protofile, &st_buf) < 0) {
700 struct stat st_buf; local
728 if (stat(protodir, &st_buf) < 0) {
732 if (!S_ISDIR(st_buf.st_mode)) {
H A Dprotocmp.c545 struct stat st_buf; local
548 if (stat(file_name, &st_buf) == 0) {
549 if (S_ISREG(st_buf.st_mode)) {
555 } else if (S_ISDIR(st_buf.st_mode)) {
691 struct stat st_buf; local
768 if (stat(argv[optind], &st_buf) == -1) {
772 if (!S_ISDIR(st_buf.st_mode)) {
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c200 struct stat64 st_buf; local
204 if (fstat64(*fdes, &st_buf) == -1)
206 if (!S_ISCHR(st_buf.st_mode) && !S_ISBLK(st_buf.st_mode)) {
207 if (S_ISFIFO(st_buf.st_mode))
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c1645 char st_buf[STIME_COLUMN_WIDTH + 1]; local
1675 (void) strftime(st_buf, sizeof (st_buf),
1678 (void) strftime(st_buf, sizeof (st_buf),
1681 (void) strftime(st_buf, sizeof (st_buf),
1685 STIME_COLUMN_WIDTH + 1, st_buf);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c7871 struct stat st_buf; local
7876 if (fstat(*fdes, &st_buf) == -1)
7878 if (!S_ISCHR(st_buf.st_mode) && !S_ISBLK(st_buf.st_mode)) {
7879 if (S_ISFIFO(st_buf.st_mode)) {
7897 } else if (st_buf.st_dev & 0x8000) /* if remote rdev */

Completed in 75 milliseconds