HomeSort by relevance Sort by last modified time
    Searched refs:LSTAT (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/misc/
lsattr.c 15 * 93/11/13 - Replace stat() calls by lstat() to avoid loops
64 #define LSTAT lstat64
67 #define LSTAT lstat
112 if (LSTAT (name, &st) == -1)
136 if (LSTAT (path, &st) == -1)
chattr.c 15 * 93/11/13 - Replace stat() calls by lstat() to avoid loops
74 #define LSTAT lstat64
77 #define LSTAT lstat
190 if (LSTAT (name, &st) == -1) {

Completed in 18 milliseconds