HomeSort by: relevance | last modified time | path
    Searched refs:lstat (Results 1 - 25 of 362) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/xcvs/dist/lib/
lstat.h 22 # undef lstat macro
23 # define lstat rpl_lstat macro
lstat.c 1 /* Work around a bug of lstat on some systems
20 __RCSID("$NetBSD: lstat.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
31 "#define lstat lstat64" is being used, and sys_stat.h deletes this
42 /* lstat works differently on Linux and Solaris systems. POSIX (see
45 FILE is a symbolic link. On Linux systems, the lstat function already
46 has the desired semantics (in treating `lstat("symlink/",sbuf)' just like
47 `lstat("symlink/.",sbuf)', but on Solaris it does not.
50 then append a `.' to FILE and call lstat a second time. */
58 int lstat_result = lstat (file, sbuf);
68 Append a `.' to FILE and repeat the lstat call. *
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
lstat.c 1 /* $NetBSD: lstat.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
41 lstat(const char *path, struct stat *buf) function
  /src/external/gpl3/binutils/dist/libiberty/
unlink-if-ordinary.c 58 #define lstat stat macro
67 if (lstat (name, &st) == 0
  /src/external/gpl3/binutils.old/dist/libiberty/
unlink-if-ordinary.c 58 #define lstat stat macro
67 if (lstat (name, &st) == 0
  /src/external/gpl3/gcc/dist/libiberty/
unlink-if-ordinary.c 58 #define lstat stat macro
67 if (lstat (name, &st) == 0
  /src/external/gpl3/gcc.old/dist/libiberty/
unlink-if-ordinary.c 58 #define lstat stat macro
67 if (lstat (name, &st) == 0
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
stat4.c 19 if (lstat (".", &buf) != 0
22 if (lstat (path, &buf) != 0
stat2.c 15 if (lstat (".", &buf) != 0
stat5.c 1 /* Check that lstat:ing an nonexistent file works as expected.
16 if (lstat ("nonexistent", &buf) == 0 || errno != ENOENT)
stat7.c 17 if (lstat (NULL, &buf) != -1
20 perror ("lstat 1");
  /src/external/gpl3/gdb.old/dist/libiberty/
unlink-if-ordinary.c 58 #define lstat stat macro
67 if (lstat (name, &st) == 0
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
stat4.c 19 if (lstat (".", &buf) != 0
22 if (lstat (path, &buf) != 0
stat2.c 15 if (lstat (".", &buf) != 0
stat5.c 1 /* Check that lstat:ing an nonexistent file works as expected.
16 if (lstat ("nonexistent", &buf) == 0 || errno != ENOENT)
stat7.c 17 if (lstat (NULL, &buf) != -1
20 perror ("lstat 1");
  /src/external/gpl3/gdb/dist/libiberty/
unlink-if-ordinary.c 58 #define lstat stat macro
67 if (lstat (name, &st) == 0
  /src/tools/compat/
lchflags.c 32 /* Emulate lchflags(2), checking path with lstat(2) first to ensure that
47 if (lstat(path, &psb) == -1)
lchmod.c 32 /* Emulate lchmod(2), checking path with lstat(2) first to ensure that
47 if (lstat(path, &psb) == -1)
lchown.c 32 /* Emulate lchown(2), checking path with lstat(2) first to ensure that
47 if (lstat(path, &psb) == -1)
  /src/external/ibm-public/postfix/dist/src/util/
warn_stat.h 21 #define lstat(p, s) warn_lstat((p), (s)) macro
lstat_as.c 7 /* lstat file as user
51 /* lstat_as - lstat file as user */
65 * Lstat that file.
67 status = lstat(path, st);
  /src/lib/libc/stdio/
remove.c 59 if (lstat(file, &sb) < 0)
  /src/external/gpl3/gdb/dist/gnulib/import/
fstatat.c 70 These are the same problems that lstat.c and stat.c address, so
87 /* Fix lstat behavior. */
119 /* Likewise, if there is no native 'lstat', then the gnulib
122 # undef lstat macro
123 # define lstat stat_func macro
129 Failing that, simulate it via save_cwd/fchdir/(stat|lstat)/restore_cwd.
135 # define AT_FUNC_F1 lstat
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fstatat.c 70 These are the same problems that lstat.c and stat.c address, so
87 /* Fix lstat behavior. */
119 /* Likewise, if there is no native 'lstat', then the gnulib
122 # undef lstat macro
123 # define lstat stat_func macro
129 Failing that, simulate it via save_cwd/fchdir/(stat|lstat)/restore_cwd.
135 # define AT_FUNC_F1 lstat

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>