Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_doswin.c50 #ifndef S_ISCHR
52 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
54 # define S_ISCHR(m) (0) /* cannot tell if file is a device */ macro
537 if(base && ((stat(base, &st_buf)) == 0) && (S_ISCHR(st_buf.st_mode))) { in rename_if_reserved_dos()

Completed in 5 milliseconds