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

/ast/src/cmd/cs/vcs_src/
H A Difs_ftp.c34 int ftype; member in struct:fileinfo
137 fi->ftype = 0;
143 case 'd': fi->ftype = 1; /* unix directory */
152 case 'l': fi->ftype = 2; /* unix link file */
165 fi->ftype = (buf[25] == 'D' ? 1 : 0);
198 if( finfo.ftype == 1 ) { /* directory file */
200 } else if( finfo.ftype == 2 ) { /* link file */
/ast/src/cmd/ie/
H A Dio.h132 char ftype; member in struct:fileblk
207 /* possible values for ftype */

Completed in 12 milliseconds