Searched refs:rname_buf (Results 1 – 1 of 1) sorted by relevance
199 struct scratch_buffer *rname_buf) in realpath_stk() argument227 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 …]
Completed in 4 milliseconds