Searched refs:DIR (Results 1 – 12 of 12) sorted by relevance
48 int dirfd(DIR *);51 int fdclosedir(DIR *);53 DIR *opendir(const char *);54 DIR *fdopendir(int);56 readdir(DIR *);58 int readdir_r(DIR *__restrict, struct dirent *__restrict,61 void rewinddir(DIR *);68 void _seekdir(DIR *, long);72 void seekdir(DIR *, long);73 long telldir(DIR *);[all …]
3 DIR=build-"$TARGET"7 mkdir $DIR9 (cd $DIR || exit 1
3 DIR=build-"$TARGET"11 mkdir "$DIR"13 (cd "$DIR" || exit 1
36 DIR="$(dirname "$0")"52 CROSS="$DIR"/cross-"$ARCH".txt114 "$DIR"/..122 "$DIR"/..
36 DIR="$(dirname "$0")"56 "$DIR"/..
52 } DIR; typedef
14 DIR=`dirname $0`15 meson $DIR \
364 DIR=`dirname $0`365 meson "$DIR" \368 --cross-file "$DIR"/cross-$ARCH.txt \
99 DIR *d = opendir(path); in do_nftw()
195 [--prefix=DIR]205 `--prefix=DIR'207 `DIR'.209 `--exec-prefix=DIR'211 `DIR'.
15914 * libc/sys/cygwin/sys/dirent.h (struct DIR): Change type of17947 * libc/sys/linux/sys/dirent.h: Add dd_lock to DIR structure.19356 * libc/sys/cygwin/sys/dirent.h (DIR): Add another internal element.20441 long telldir (DIR *) as mentioned in annex B of POSIX.122751 DIR struct used for readdir hashes.25008 * libc/sys/win32/sys/dirent.h (DIR): New member __d_dirname.25011 if argument is valid. Save directory name in DIR. malloc space