Home
last modified time | relevance | path

Searched refs:fileTypeByHandle (Results 1 – 3 of 3) sorted by relevance

/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Debprot.h347 char fileTypeByHandle(int fd) ;
H A Dstringfile.c927 char fileTypeByHandle(int fd) in fileTypeByHandle() function
H A Dmain.c568 if (fileTypeByHandle(fileno(stdout)) != 'f') in main()