Home
last modified time | relevance | path

Searched refs:thedir (Results 1 – 25 of 106) sorted by relevance

12345

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Ddir.c26 apr_dir_t *dir = thedir; in dir_cleanup()
36 if (thedir == NULL) in apr_dir_open()
39 thedir->pool = pool; in apr_dir_open()
45 thedir->handle = 0; in apr_dir_open()
47 *new = thedir; in apr_dir_open()
58 if (thedir->handle) { in apr_dir_close()
77 if (thedir->handle == 0) { in apr_dir_read()
79 rv = DosFindFirst(apr_pstrcat(thedir->pool, thedir->dirname, "/*", NULL), &thedir->handle, in apr_dir_read()
81 &thedir->entry, sizeof(thedir->entry), &entries, FIL_STANDARD); in apr_dir_read()
83 rv = DosFindNext(thedir->handle, &thedir->entry, sizeof(thedir->entry), &entries); in apr_dir_read()
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/os2/
H A Ddir.c26 apr_dir_t *dir = thedir; in dir_cleanup()
36 if (thedir == NULL) in apr_dir_open()
39 thedir->pool = pool; in apr_dir_open()
45 thedir->handle = 0; in apr_dir_open()
47 *new = thedir; in apr_dir_open()
58 if (thedir->handle) { in apr_dir_close()
77 if (thedir->handle == 0) { in apr_dir_read()
79 rv = DosFindFirst(apr_pstrcat(thedir->pool, thedir->dirname, "/*", NULL), &thedir->handle, in apr_dir_read()
81 &thedir->entry, sizeof(thedir->entry), &entries, FIL_STANDARD); in apr_dir_read()
83 rv = DosFindNext(thedir->handle, &thedir->entry, sizeof(thedir->entry), &entries); in apr_dir_read()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/win32/
H A Ddir.c40 apr_dir_t *dir = thedir; in dir_cleanup()
139 thedir->dirhand = FindFirstFileW(wdirname, thedir->w.entry); in apr_dir_read()
144 thedir->bof = 1; in apr_dir_read()
154 else if (!FindNextFileW(thedir->dirhand, thedir->w.entry)) { in apr_dir_read()
159 thedir->rootlen + wcslen(thedir->w.entry->cFileName) >= APR_PATH_MAX) in apr_dir_read()
161 if (!FindNextFileW(thedir->dirhand, thedir->w.entry)) { in apr_dir_read()
182 thedir->dirhand = FindFirstFileA(thedir->dirname, in apr_dir_read()
188 thedir->bof = 1; in apr_dir_read()
198 else if (!FindNextFile(thedir->dirhand, thedir->n.entry)) { in apr_dir_read()
202 thedir->rootlen + strlen(thedir->n.entry->cFileName) >= MAX_PATH) in apr_dir_read()
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/win32/
H A Ddir.c40 apr_dir_t *dir = thedir; in dir_cleanup()
139 thedir->dirhand = FindFirstFileW(wdirname, thedir->w.entry); in apr_dir_read()
144 thedir->bof = 1; in apr_dir_read()
154 else if (!FindNextFileW(thedir->dirhand, thedir->w.entry)) { in apr_dir_read()
159 thedir->rootlen + wcslen(thedir->w.entry->cFileName) >= APR_PATH_MAX) in apr_dir_read()
161 if (!FindNextFileW(thedir->dirhand, thedir->w.entry)) { in apr_dir_read()
182 thedir->dirhand = FindFirstFileA(thedir->dirname, in apr_dir_read()
188 thedir->bof = 1; in apr_dir_read()
198 else if (!FindNextFileA(thedir->dirhand, thedir->n.entry)) { in apr_dir_read()
202 thedir->rootlen + strlen(thedir->n.entry->cFileName) >= MAX_PATH) in apr_dir_read()
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/unix/
H A Ddir.c33 apr_dir_t *dir = thedir; in dir_cleanup()
111 return apr_pool_cleanup_run(thedir->pool, thedir, dir_cleanup); in apr_dir_close()
166 ret = readdir64_r(thedir->dirstruct, thedir->entry, &retent); in apr_dir_read()
171 ret = readdir_r(thedir->dirstruct, thedir->entry, &retent); in apr_dir_read()
195 thedir->entry = readdir(thedir->dirstruct); in apr_dir_read()
196 if (thedir->entry == NULL) { in apr_dir_read()
221 if (thedir->entry->DIRENT_INODE && thedir->entry->DIRENT_INODE != -1) { in apr_dir_read()
275 if (thedir->entry->DIRENT_INODE && thedir->entry->DIRENT_INODE != -1) { in apr_dir_read()
282 finfo->name = apr_pstrdup(thedir->pool, thedir->entry->d_name); in apr_dir_read()
358 *thedir = dir->dirstruct; in apr_os_dir_get()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Ddir.c29 apr_dir_t *dir = thedir; in dir_cleanup()
102 return apr_pool_cleanup_run(thedir->pool, thedir, dir_cleanup); in apr_dir_close()
144 ret = readdir_r(thedir->dirstruct, thedir->entry, &retent); in apr_dir_read()
167 thedir->entry = readdir(thedir->dirstruct); in apr_dir_read()
168 if (thedir->entry == NULL) { in apr_dir_read()
193 if (thedir->entry->DIRENT_INODE && thedir->entry->DIRENT_INODE != -1) { in apr_dir_read()
230 if (thedir->entry->DIRENT_INODE && thedir->entry->DIRENT_INODE != -1) { in apr_dir_read()
237 finfo->name = apr_pstrdup(thedir->pool, thedir->entry->d_name); in apr_dir_read()
248 rewinddir(thedir->dirstruct); in apr_dir_rewind()
308 *thedir = dir->dirstruct; in apr_os_dir_get()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/tools/src/
H A Dcheckdefs.sh20 thedir=.
22 thedir="$2"
25 if [ ! -d "$thedir" ]; then
61 exfiles=$(find -L "$thedir" -type f)
66 fn="$thedir/$i"
79 sedcmd="$sedcmd;s|\"$i\"|\"${match#$thedir/}\"|g"
81 sedcmd="$sedcmd;s|$i|${match#$thedir/}|g"
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Dengine.c242 int thedir[2]; in InitialCast() local
257 thedir[0]=1; in InitialCast()
264 thedir[0]=-1; in InitialCast()
270 thedir[1]=1; in InitialCast()
277 thedir[1]=-1; in InitialCast()
336 int thedir[2]; in Cast() local
348 thedir[0]=1; in Cast()
355 thedir[0]=-1; in Cast()
361 thedir[1]=1; in Cast()
368 thedir[1]=-1; in Cast()
[all …]
/dports/graphics/klatexformula/klatexformula-4.0.0/cmake/
H A Dcmake_uninstall.cmake.in38 get_filename_component(thedir "${file}" DIRECTORY)
39 file(GLOB files_in_thedir "${thedir}/*")
41 …#message("CONSIDERING DIR ${thedir} IN WHICH THERE WAS ${file} ... # of items = ${files_in_thedir_…
44 if (EXISTS "${thedir}")
45 message(STATUS "Removing directory \"${thedir}\"")
47 "@CMAKE_COMMAND@" ARGS "-E remove_directory \"${thedir}\""
55 message(FATAL_ERROR "Error uninstalling \"${thedir}\"")
59 remove_possibly_empty_directory("${thedir}")
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_Axis.cxx58 gp_Dir thedir = myComponent->Position().Direction(); in IMPLEMENT_STANDARD_RTTIEXT() local
61 myPfirst = loc.XYZ() + aLength*thedir.XYZ(); in IMPLEMENT_STANDARD_RTTIEXT()
62 myPlast = loc.XYZ() - aLength*thedir.XYZ(); in IMPLEMENT_STANDARD_RTTIEXT()
104 gp_Dir thedir = myComponent->Position().Direction(); in AIS_Axis() local
107 myPfirst = loc.XYZ() + aLength*thedir.XYZ(); in AIS_Axis()
108 myPlast = loc.XYZ() - aLength*thedir.XYZ(); in AIS_Axis()
149 gp_Dir thedir = myComponent->Position().Direction(); in SetComponent() local
152 myPfirst = loc.XYZ() + aLength*thedir.XYZ(); in SetComponent()
153 myPlast = loc.XYZ() - aLength*thedir.XYZ(); in SetComponent()
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DDirectory.java82 public static native int close(long thedir); in close() argument
89 public static native int rewind(long thedir); in rewind() argument
100 public static native int read(FileInfo finfo, int wanted, long thedir); in read() argument
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/GUI/
H A DxasyOptions.py79 thedir = os.path.dirname(fileName)
80 if not os.path.exists(thedir):
82 os.makedirs(thedir)
85 if not os.path.isdir(thedir):
/dports/editors/fpc-ide/fpc-3.2.2/rtl/unix/
H A Dsysdir.inc73 thedir,dummy : rawbytestring;
109 thedir:='';
129 thedir:=ansistring('/')+d^.d_name;
132 until (thedir<>'');
138 if thedir='' then
142 dir:=thedir;
145 thedir:='';
/dports/lang/fpc-utils/fpc-3.2.2/rtl/unix/
H A Dsysdir.inc73 thedir,dummy : rawbytestring;
109 thedir:='';
129 thedir:=ansistring('/')+d^.d_name;
132 until (thedir<>'');
138 if thedir='' then
142 dir:=thedir;
145 thedir:='';
/dports/lang/fpc-source/fpc-3.2.2/rtl/unix/
H A Dsysdir.inc73 thedir,dummy : rawbytestring;
109 thedir:='';
129 thedir:=ansistring('/')+d^.d_name;
132 until (thedir<>'');
138 if thedir='' then
142 dir:=thedir;
145 thedir:='';
/dports/lang/fpc/fpc-3.2.2/rtl/unix/
H A Dsysdir.inc73 thedir,dummy : rawbytestring;
109 thedir:='';
129 thedir:=ansistring('/')+d^.d_name;
132 until (thedir<>'');
138 if thedir='' then
142 dir:=thedir;
145 thedir:='';
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/fork/
H A D6-1.c86 int count( DIR * thedir ) in count() argument
92 rewinddir( thedir ); in count()
98 dp = readdir( thedir ); in count()
/dports/www/py-webassets/webassets-2.0/examples/appengine/webassets/filter/cssrewrite/
H A Durlpath.py204 thedir = '//toplevel/dirone/dirtwo/dirthree'
216 print('(%s, %s) : ' % (orig, dest), relpathto(thedir, orig, dest))
219 thedir = 'section3/'
224 answer = relpathto(thedir, orig, dest)
/dports/www/py-webassets/webassets-2.0/src/webassets/filter/cssrewrite/
H A Durlpath.py204 thedir = '//toplevel/dirone/dirtwo/dirthree'
216 print('(%s, %s) : ' % (orig, dest), relpathto(thedir, orig, dest))
219 thedir = 'section3/'
224 answer = relpathto(thedir, orig, dest)
/dports/net/gopher/gopher/gopher/
H A Ddownload.c359 DIR *thedir; in BuiltinDownload() local
375 thedir = opendir(dirname); in BuiltinDownload()
378 if (thedir == NULL) { in BuiltinDownload()
383 for (entry = readdir(thedir); entry != NULL; entry = readdir(thedir)) { in BuiltinDownload()
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/distlib/
H A Dmanifest.py145 action, patterns, thedir, dirpattern = self._parse_directive(directive)
178 if not self._include_pattern(pattern, prefix=thedir):
180 'under directory %r', pattern, thedir)
184 found = self._exclude_pattern(pattern, prefix=thedir)
226 patterns = thedir = dir_pattern = None
241 thedir = convert_path(words[1])
254 return action, patterns, thedir, dir_pattern
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/distlib/
H A Dmanifest.py145 action, patterns, thedir, dirpattern = self._parse_directive(directive)
178 if not self._include_pattern(pattern, prefix=thedir):
180 'under directory %r', pattern, thedir)
184 found = self._exclude_pattern(pattern, prefix=thedir)
226 patterns = thedir = dir_pattern = None
241 thedir = convert_path(words[1])
254 return action, patterns, thedir, dir_pattern
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.2-py2.py3-none-any/distlib/
H A Dmanifest.py145 action, patterns, thedir, dirpattern = self._parse_directive(directive)
178 if not self._include_pattern(pattern, prefix=thedir):
180 'under directory %r', pattern, thedir)
184 found = self._exclude_pattern(pattern, prefix=thedir)
226 patterns = thedir = dir_pattern = None
241 thedir = convert_path(words[1])
254 return action, patterns, thedir, dir_pattern
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/distlib/
H A Dmanifest.py145 action, patterns, thedir, dirpattern = self._parse_directive(directive)
178 if not self._include_pattern(pattern, prefix=thedir):
180 'under directory %r', pattern, thedir)
184 found = self._exclude_pattern(pattern, prefix=thedir)
226 patterns = thedir = dir_pattern = None
241 thedir = convert_path(words[1])
254 return action, patterns, thedir, dir_pattern
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.1-py2.py3-none-any/distlib/
H A Dmanifest.py145 action, patterns, thedir, dirpattern = self._parse_directive(directive)
178 if not self._include_pattern(pattern, prefix=thedir):
180 'under directory %r', pattern, thedir)
184 found = self._exclude_pattern(pattern, prefix=thedir)
226 patterns = thedir = dir_pattern = None
241 thedir = convert_path(words[1])
254 return action, patterns, thedir, dir_pattern

12345