Home
last modified time | relevance | path

Searched refs:S_ISDIR (Results 1 – 2 of 2) sorted by last modified time

/curl/lib/
H A Dfile.c451 if(!S_ISDIR(statbuf.st_mode)) in file_do()
552 if(!S_ISDIR(statbuf.st_mode)) { in file_do()
566 if(!S_ISDIR(statbuf.st_mode)) { in file_do()
H A Dcurl_setup.h785 #if !defined(S_ISDIR) && defined(S_IFMT) && defined(S_IFDIR)
786 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro

Completed in 16 milliseconds