Searched refs:DIR (Results 1 - 25 of 666) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/nacl/
H A Ddirent.h10 int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result);
11 void rewinddir(DIR *dirp);
12 long telldir(DIR *dirp);
13 void seekdir(DIR *dirp, long offset);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/dir/
H A Ddirstd.h38 } DIR; typedef in typeref:struct:__anon9053
55 extern DIR* opendir(const char*);
56 extern void closedir(DIR*);
57 extern struct dirent* readdir(DIR*);
58 extern void seekdir(DIR*, long);
59 extern long telldir(DIR*);
H A Dopendir.c46 static DIR* freedirp; /* always keep one dirp */
48 DIR*
51 register DIR* dirp = 0;
63 newof(0, DIR, 1, DIRBLKSIZ)
65 newof(0, DIR, 1, 0)
81 dirp->dd_buf = (void*)((char*)dirp + sizeof(DIR));
87 closedir(register DIR* dirp)
/macosx-10.10.1/emacs-93/emacs/mac/inc/
H A Ddirent.h38 typedef struct DIR { struct
42 int getting_volumes; /* true if this DIR struct refers to the root directory */
43 } DIR; typedef in typeref:struct:DIR
45 extern DIR *opendir(const char *);
46 extern int closedir(DIR *);
47 extern struct dirent *readdir(DIR *);
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dsftp-glob.sh41 DIR=${BASE}/dir
42 DATA=${DIR}/file
44 GLOB1="${DIR}/g-wild*"
45 GLOB2="${DIR}/g-wildx"
46 QUOTE="${DIR}/g-quote\""
47 SLASH="${DIR}/g-sl\\ash"
48 ESLASH="${DIR}/g-slash\\"
49 QSLASH="${DIR}/g-qs\\\""
50 SPACE="${DIR}/g-q space"
53 mkdir -p ${DIR}
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/
H A Dversion.sh6 DIR=`dirname $0`
7 . $DIR/version.var
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Ddirfd.c1 /* dirfd.c -- return the file descriptor associated with an open DIR*
26 dirfd (DIR const *dir_p)
H A Ddirent_.h39 extern DIR * opendir (const char *);
41 extern int closedir (DIR *);
H A Ddirfd.h28 int dirfd (DIR const *);
/macosx-10.10.1/libresolv-57/xcodescripts/
H A Dheaders.sh5 DIR="$DSTROOT"/usr/include/arpa
7 "$DIR"
8 ln -s ../nameser.h "$DIR"
9 chmod -h 0644 "$DIR"/nameser.h
10 chown -h "$INSTALL_OWNER:$INSTALL_GROUP" "$DIR"/nameser.h
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DinstallManPage20 DIR=$2
21 test -z "$S" && S="$DIR/"
58 rm -f $DIR/$FIRST $DIR/$FIRST.*
60 $MANPAGE > $DIR/$FIRST
61 chmod 444 $DIR/$FIRST
62 $ZIP $DIR/$FIRST
64 rm -f $DIR/$f $DIR/$f.*
65 ln $S$FIRST$Z $DIR/
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DinstallManPage20 DIR=$2
21 test -z "$S" && S="$DIR/"
58 rm -f $DIR/$FIRST $DIR/$FIRST.*
60 $MANPAGE > $DIR/$FIRST
61 chmod 444 $DIR/$FIRST
62 $ZIP $DIR/$FIRST
64 rm -f $DIR/$f $DIR/$f.*
65 ln $S$FIRST$Z $DIR/
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Ddirent.hin52 typedef struct _dirent_dirinfo DIR;
54 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL closedir(DIR *);
56 ROKEN_LIB_FUNCTION DIR * ROKEN_LIB_CALL opendir(const char *);
58 ROKEN_LIB_FUNCTION struct dirent * ROKEN_LIB_CALL readdir(DIR *);
60 ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL rewinddir(DIR *);
62 ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL seekdir(DIR *, long);
64 ROKEN_LIB_FUNCTION long ROKEN_LIB_CALL telldir(DIR *);
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dfindsym.pl17 opendir DIR,$Directory;
18 my @files = readdir DIR;
19 closedir DIR;
/macosx-10.10.1/ruby-106/ruby/win32/
H A Ddir.h27 } DIR; typedef in typeref:struct:__anon12344
30 DIR* rb_w32_opendir(const char*);
31 DIR* rb_w32_uopendir(const char*);
32 struct direct* rb_w32_readdir(DIR *, rb_encoding *);
33 long rb_w32_telldir(DIR *);
34 void rb_w32_seekdir(DIR *, long);
35 void rb_w32_rewinddir(DIR *);
36 void rb_w32_closedir(DIR *);
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dfastcwd.pl19 local(*DIR);
27 opendir(DIR, '.');
29 $_ = readdir(DIR);
37 closedir(DIR);
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Ddirent2.h49 } DIR; typedef in typeref:struct:_dirdesc
55 extern void closedir _ANSI_ARGS_((DIR *dirp));
56 extern DIR * opendir _ANSI_ARGS_((char *name));
57 extern struct dirent * readdir _ANSI_ARGS_((DIR *dirp));
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Ddirent2.h49 } DIR; typedef in typeref:struct:_dirdesc
55 extern void closedir _ANSI_ARGS_((DIR *dirp));
56 extern DIR * opendir _ANSI_ARGS_((char *name));
57 extern struct dirent * readdir _ANSI_ARGS_((DIR *dirp));
/macosx-10.10.1/gnutar-453/gnutar/tests/star/
H A Dquicktest.sh22 DIR=`cd $P; pwd`/../../src
23 if [ -d $DIR ]; then
24 PATH=`cd $DIR;pwd`:$PATH
29 DIR=quicktest.$$
30 mkdir $DIR
31 cd $DIR
40 ${TARTEST:-tartest} -v < $2 > $DIR/old.out
41 ${TARTEST:-tartest} -v < archive > $DIR/new.out
43 if cmp $DIR/old.out $DIR/ne
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Ddirent.h31 typedef struct DIR { struct
36 } DIR; typedef in typeref:struct:DIR
37 DIR *opendir(const char *name);
38 struct dirent *readdir(DIR *dir);
39 int closedir(DIR *dir);
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Ddirent.h66 }DIR; typedef in typeref:struct:__anon13871
68 DIR *opendir(const char*);
69 struct dirent *readdir(DIR*);
70 int closedir(DIR*);
71 void rewinddir(DIR*);
/macosx-10.10.1/python_modules-40/Modules/bonjour-py-0.3/
H A DMakefile10 ed - $(DIR)/setup.py < setup.py3.ed
11 ed - $(DIR)/bonjour.i < bonjour.i3.ed
12 ed - $(DIR)/examples/browse.py < examples_browse.py3.ed
13 ed - $(DIR)/examples/query.py < examples_query.py3.ed
14 2to3 --no-diffs -w -n $(DIR)
16 ed - $(DIR)/setup.py < setup.py.ed
20 cp -f $(DIR)/COPYING.txt $(OSL)/$(NAME)-$(VERSION).txt
/macosx-10.10.1/python_modules-40/Modules/matplotlib-1.3.1/
H A DMakefile11 cp -f $(DIR)/setup.cfg.template $(DIR)/setup.cfg
12 ed - $(DIR)/setup.py < setup.py.ed
13 ed - $(DIR)/setupext.py < setupext.py.ed
14 sed 's,XXXXX,$(TMPPREFIX),' setup.cfg.ed | ed - $(DIR)/setup.cfg
15 ed - $(DIR)/lib/matplotlib/animation.py < lib_matplotlib_animation.py.ed
16 ed - $(DIR)/src/ft2font.cpp < error.ed
/macosx-10.10.1/Libc-1044.1.2/include/
H A Ddirent.h83 } DIR; typedef in typeref:struct:__anon2741
105 int closedir(DIR *) __DARWIN_ALIAS(closedir);
108 int closedir(DIR *) LIBC_ALIAS(closedir);
115 DIR *opendir(const char *) __DARWIN_ALIAS_I(opendir);
118 DIR *opendir(const char *) LIBC_ALIAS_I(opendir);
122 struct dirent *readdir(DIR *) __DARWIN_INODE64(readdir);
123 int readdir_r(DIR *, struct dirent *, struct dirent **) __DARWIN_INODE64(readdir_r);
128 void rewinddir(DIR *) __DARWIN_ALIAS_I(rewinddir);
131 void rewinddir(DIR *) LIBC_ALIAS_I(rewinddir);
138 void seekdir(DIR *, lon
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.decls.h59 extern void tw_alias_start (DIR *, const Char *);
60 extern void tw_cmd_start (DIR *, const Char *);
61 extern void tw_logname_start (DIR *, const Char *);
62 extern void tw_var_start (DIR *, const Char *);
63 extern void tw_complete_start (DIR *, const Char *);
64 extern void tw_file_start (DIR *, const Char *);
65 extern void tw_vl_start (DIR *, const Char *);
66 extern void tw_wl_start (DIR *, const Char *);
67 extern void tw_bind_start (DIR *, const Char *);
68 extern void tw_limit_start (DIR *, cons
[all...]

Completed in 222 milliseconds

1234567891011>>