Home
last modified time | relevance | path

Searched refs:dir_end (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dchdir-long.c118 char *dir_end = dir + len; in chdir_long() local
142 char *slash = memchr (dir + 3, '/', dir_end - (dir + 3)); in chdir_long()
163 assure (dir <= dir_end); in chdir_long()
165 while (PATH_MAX <= dir_end - dir) in chdir_long()
188 if (dir < dir_end) in chdir_long()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dchdir-long.c129 char *dir_end = dir + len; in chdir_long() local
153 char *slash = memchr (dir + 3, '/', dir_end - (dir + 3)); in chdir_long()
174 assert (dir <= dir_end); in chdir_long()
176 while (PATH_MAX <= dir_end - dir) in chdir_long()
199 if (dir < dir_end) in chdir_long()
H A Dprintf-parse.h39 const char* dir_end; member
H A Dprintf-parse.c500 dp->dir_end = cp; in PRINTF_PARSE()
H A Dvasnprintf.c219 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++) in VASNPRINTF()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dprocess.c349 const WCHAR *dir_start, *dir_end, *dir_path; in search_path() local
388 dir_end = path; in search_path()
397 if (*dir_end == L'\0') { in search_path()
402 if (dir_end != path || *path == L';') { in search_path()
403 dir_end++; in search_path()
407 dir_start = dir_end; in search_path()
411 dir_end = wcschr(dir_start + 1, *dir_start); in search_path()
412 if (dir_end == NULL) { in search_path()
413 dir_end = wcschr(dir_start, L'\0'); in search_path()
417 dir_end = wcschr(dir_end, L';'); in search_path()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Ddriver.c439 char *dir_end; in test_mk_file_path()
456 dir_end = &full_file[strlen(full_file) - 1]; in test_mk_file_path()
457 dir_end_sep = *dir_end; in test_mk_file_path()
462 *dir_end = '\0'; in test_mk_file_path()
464 *dir_end = '.'; in test_mk_file_path()
/netbsd-src/tests/lib/libcurses/director/
H A Dtestlang_conf.l208 const char *dir_end = strrchr(cur_file, '/');
209 if (dir_end != NULL) {
210 dir_len = (int)(dir_end + 1 - dir_begin);
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dprintf-parse.h42 const char* dir_end; member
H A Dwprintf-parse.h42 const wchar_t* dir_end; member
H A Dprintf-parse.c500 dp->dir_end = cp; in PRINTF_PARSE()
H A Dvasnprintf.c209 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++) in VASNPRINTF()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dprintf-parse.h40 const char* dir_end; member
H A Dwprintf-parse.h40 const wchar_t* dir_end; member
H A Dprintf-parse.c505 dp->dir_end = cp; in PRINTF_PARSE()
H A Dvasnprintf.c205 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++) in VASNPRINTF()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dprintf-parse.h40 const char* dir_end; member
H A Dprintf-parse.c505 dp->dir_end = cp; in PRINTF_PARSE()
H A Dvasnprintf.c205 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++) in VASNPRINTF()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c288 #define FILL_PATH(fpath, dir_end, filename) \ argument
289 ((fpath)->bv_len = lutil_strcopy(dir_end, filename) - (fpath)->bv_val)
953 char *dir_end; /* will point past dirname in fpath */ in ldif_search_entry() local
968 dir_end = fullpath_alloc( &fpath, path, fpath.bv_len ); in ldif_search_entry()
969 if ( dir_end == NULL ) in ldif_search_entry()
977 FILL_PATH( &fpath, dir_end, BVL_NAME( ptr )); in ldif_search_entry()
/netbsd-src/external/gpl2/gmake/dist/
H A Ddir.c981 register struct directory **dir_end; in print_dir_data_base() local
988 dir_end = dir_slot + directories.ht_size; in print_dir_data_base()
989 for ( ; dir_slot < dir_end; dir_slot++) in print_dir_data_base()