Home
last modified time | relevance | path

Searched refs:rname_buf (Results 1 – 13 of 13) sorted by relevance

/dports/devel/m4/m4-1.4.19/lib/
H A Dcanonicalize.c187 struct scratch_buffer *rname_buf) in canonicalize_filename_mode_stk() argument
218 scratch_buffer_init (rname_buf); in canonicalize_filename_mode_stk()
219 char *rname_on_stack = rname_buf->data; in canonicalize_filename_mode_stk()
230 while (!getcwd (rname, rname_buf->length)) in canonicalize_filename_mode_stk()
235 if (scratch_buffer_grow (rname_buf)) in canonicalize_filename_mode_stk()
245 rname = rname_buf->data; in canonicalize_filename_mode_stk()
269 && i + 1 < rname_buf->length) in canonicalize_filename_mode_stk()
324 while (rname + rname_buf->length - dest in canonicalize_filename_mode_stk()
328 if (!scratch_buffer_grow_preserve (rname_buf)) in canonicalize_filename_mode_stk()
330 rname = rname_buf->data; in canonicalize_filename_mode_stk()
[all …]
H A Dcanonicalize-lgpl.c204 struct scratch_buffer *rname_buf) in realpath_stk() argument
232 scratch_buffer_init (rname_buf); in realpath_stk()
233 char *rname_on_stack = rname_buf->data; in realpath_stk()
244 while (!__getcwd (rname, rname_buf->length)) in realpath_stk()
251 if (!scratch_buffer_grow (rname_buf)) in realpath_stk()
253 rname = rname_buf->data; in realpath_stk()
307 while (rname + rname_buf->length - dest in realpath_stk()
311 if (!scratch_buffer_grow_preserve (rname_buf)) in realpath_stk()
313 rname = rname_buf->data; in realpath_stk()
417 scratch_buffer_free (rname_buf); in realpath_stk()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dcanonicalize.c187 struct scratch_buffer *rname_buf) in canonicalize_filename_mode_stk() argument
218 scratch_buffer_init (rname_buf); in canonicalize_filename_mode_stk()
219 char *rname_on_stack = rname_buf->data; in canonicalize_filename_mode_stk()
230 while (!getcwd (rname, rname_buf->length)) in canonicalize_filename_mode_stk()
235 if (scratch_buffer_grow (rname_buf)) in canonicalize_filename_mode_stk()
245 rname = rname_buf->data; in canonicalize_filename_mode_stk()
269 && i + 1 < rname_buf->length) in canonicalize_filename_mode_stk()
324 while (rname + rname_buf->length - dest in canonicalize_filename_mode_stk()
328 if (!scratch_buffer_grow_preserve (rname_buf)) in canonicalize_filename_mode_stk()
330 rname = rname_buf->data; in canonicalize_filename_mode_stk()
[all …]
H A Dcanonicalize-lgpl.c203 struct scratch_buffer *rname_buf) in realpath_stk() argument
231 scratch_buffer_init (rname_buf); in realpath_stk()
232 char *rname_on_stack = rname_buf->data; in realpath_stk()
243 while (!__getcwd (rname, rname_buf->length)) in realpath_stk()
250 if (!scratch_buffer_grow (rname_buf)) in realpath_stk()
252 rname = rname_buf->data; in realpath_stk()
306 while (rname + rname_buf->length - dest in realpath_stk()
310 if (!scratch_buffer_grow_preserve (rname_buf)) in realpath_stk()
312 rname = rname_buf->data; in realpath_stk()
416 scratch_buffer_free (rname_buf); in realpath_stk()
[all …]
/dports/www/wget2/wget2-2.0.0/lib/
H A Dcanonicalize.c187 struct scratch_buffer *rname_buf) in canonicalize_filename_mode_stk() argument
218 scratch_buffer_init (rname_buf); in canonicalize_filename_mode_stk()
219 char *rname_on_stack = rname_buf->data; in canonicalize_filename_mode_stk()
230 while (!getcwd (rname, rname_buf->length)) in canonicalize_filename_mode_stk()
235 if (scratch_buffer_grow (rname_buf)) in canonicalize_filename_mode_stk()
245 rname = rname_buf->data; in canonicalize_filename_mode_stk()
269 && i + 1 < rname_buf->length) in canonicalize_filename_mode_stk()
324 while (rname + rname_buf->length - dest in canonicalize_filename_mode_stk()
328 if (!scratch_buffer_grow_preserve (rname_buf)) in canonicalize_filename_mode_stk()
330 rname = rname_buf->data; in canonicalize_filename_mode_stk()
[all …]
H A Dcanonicalize-lgpl.c204 struct scratch_buffer *rname_buf) in realpath_stk() argument
232 scratch_buffer_init (rname_buf); in realpath_stk()
233 char *rname_on_stack = rname_buf->data; in realpath_stk()
244 while (!__getcwd (rname, rname_buf->length)) in realpath_stk()
251 if (!scratch_buffer_grow (rname_buf)) in realpath_stk()
253 rname = rname_buf->data; in realpath_stk()
307 while (rname + rname_buf->length - dest in realpath_stk()
311 if (!scratch_buffer_grow_preserve (rname_buf)) in realpath_stk()
313 rname = rname_buf->data; in realpath_stk()
417 scratch_buffer_free (rname_buf); in realpath_stk()
[all …]
/dports/misc/findutils/findutils-4.8.0/gl/lib/
H A Dcanonicalize.c187 struct scratch_buffer *rname_buf) in canonicalize_filename_mode_stk() argument
218 scratch_buffer_init (rname_buf); in canonicalize_filename_mode_stk()
219 char *rname_on_stack = rname_buf->data; in canonicalize_filename_mode_stk()
230 while (!getcwd (rname, rname_buf->length)) in canonicalize_filename_mode_stk()
235 if (scratch_buffer_grow (rname_buf)) in canonicalize_filename_mode_stk()
245 rname = rname_buf->data; in canonicalize_filename_mode_stk()
269 && i + 1 < rname_buf->length) in canonicalize_filename_mode_stk()
324 while (rname + rname_buf->length - dest in canonicalize_filename_mode_stk()
328 if (!scratch_buffer_grow_preserve (rname_buf)) in canonicalize_filename_mode_stk()
330 rname = rname_buf->data; in canonicalize_filename_mode_stk()
[all …]
/dports/ftp/wget/wget-1.21.2/lib/
H A Dcanonicalize.c187 struct scratch_buffer *rname_buf) in canonicalize_filename_mode_stk() argument
218 scratch_buffer_init (rname_buf); in canonicalize_filename_mode_stk()
219 char *rname_on_stack = rname_buf->data; in canonicalize_filename_mode_stk()
230 while (!getcwd (rname, rname_buf->length)) in canonicalize_filename_mode_stk()
235 if (scratch_buffer_grow (rname_buf)) in canonicalize_filename_mode_stk()
245 rname = rname_buf->data; in canonicalize_filename_mode_stk()
269 && i + 1 < rname_buf->length) in canonicalize_filename_mode_stk()
324 while (rname + rname_buf->length - dest in canonicalize_filename_mode_stk()
328 if (!scratch_buffer_grow_preserve (rname_buf)) in canonicalize_filename_mode_stk()
330 rname = rname_buf->data; in canonicalize_filename_mode_stk()
[all …]
H A Dcanonicalize-lgpl.c203 struct scratch_buffer *rname_buf) in realpath_stk() argument
231 scratch_buffer_init (rname_buf); in realpath_stk()
232 char *rname_on_stack = rname_buf->data; in realpath_stk()
243 while (!__getcwd (rname, rname_buf->length)) in realpath_stk()
250 if (!scratch_buffer_grow (rname_buf)) in realpath_stk()
252 rname = rname_buf->data; in realpath_stk()
306 while (rname + rname_buf->length - dest in realpath_stk()
310 if (!scratch_buffer_grow_preserve (rname_buf)) in realpath_stk()
312 rname = rname_buf->data; in realpath_stk()
416 scratch_buffer_free (rname_buf); in realpath_stk()
[all …]
/dports/lang/guile/guile-3.0.7/lib/
H A Dcanonicalize-lgpl.c204 struct scratch_buffer *rname_buf) in realpath_stk() argument
232 scratch_buffer_init (rname_buf); in realpath_stk()
233 char *rname_on_stack = rname_buf->data; in realpath_stk()
244 while (!__getcwd (rname, rname_buf->length)) in realpath_stk()
251 if (!scratch_buffer_grow (rname_buf)) in realpath_stk()
253 rname = rname_buf->data; in realpath_stk()
307 while (rname + rname_buf->length - dest in realpath_stk()
311 if (!scratch_buffer_grow_preserve (rname_buf)) in realpath_stk()
313 rname = rname_buf->data; in realpath_stk()
417 scratch_buffer_free (rname_buf); in realpath_stk()
[all …]
/dports/archivers/gtar/tar-1.34/gnu/
H A Dcanonicalize-lgpl.c199 struct scratch_buffer *rname_buf) in realpath_stk() argument
227 scratch_buffer_init (rname_buf); in realpath_stk()
228 char *rname_on_stack = rname_buf->data; in realpath_stk()
239 while (!__getcwd (rname, rname_buf->length)) in realpath_stk()
246 if (!scratch_buffer_grow (rname_buf)) in realpath_stk()
248 rname = rname_buf->data; in realpath_stk()
302 while (rname + rname_buf->length - dest in realpath_stk()
306 if (!scratch_buffer_grow_preserve (rname_buf)) in realpath_stk()
308 rname = rname_buf->data; in realpath_stk()
412 scratch_buffer_free (rname_buf); in realpath_stk()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dcanonicalize-lgpl.c203 struct scratch_buffer *rname_buf) in realpath_stk() argument
231 scratch_buffer_init (rname_buf); in realpath_stk()
232 char *rname_on_stack = rname_buf->data; in realpath_stk()
243 while (!__getcwd (rname, rname_buf->length)) in realpath_stk()
250 if (!scratch_buffer_grow (rname_buf)) in realpath_stk()
252 rname = rname_buf->data; in realpath_stk()
306 while (rname + rname_buf->length - dest in realpath_stk()
310 if (!scratch_buffer_grow_preserve (rname_buf)) in realpath_stk()
312 rname = rname_buf->data; in realpath_stk()
416 scratch_buffer_free (rname_buf); in realpath_stk()
[all …]
/dports/devel/gdb/gdb-11.1/gnulib/import/
H A Dcanonicalize-lgpl.c199 struct scratch_buffer *rname_buf) in realpath_stk() argument
227 scratch_buffer_init (rname_buf); in realpath_stk()
228 char *rname_on_stack = rname_buf->data; in realpath_stk()
239 while (!__getcwd (rname, rname_buf->length)) in realpath_stk()
246 if (!scratch_buffer_grow (rname_buf)) in realpath_stk()
248 rname = rname_buf->data; in realpath_stk()
302 while (rname + rname_buf->length - dest in realpath_stk()
306 if (!scratch_buffer_grow_preserve (rname_buf)) in realpath_stk()
308 rname = rname_buf->data; in realpath_stk()
412 scratch_buffer_free (rname_buf); in realpath_stk()
[all …]