Searched refs:dir_end (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dprintf-parse.h39 const char* dir_end; member in struct:__anon8932
H A Dchdir-long.c115 char *dir_end = dir + len; local
139 char *slash = memchr (dir + 3, '/', dir_end - (dir + 3));
160 assert (dir <= dir_end);
162 while (PATH_MAX <= dir_end - dir)
185 if (dir < dir_end)
H A Dvasnprintf.c214 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++)
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dfiles.c375 int dir_end,
408 dir_end = -1;
429 dir_end = i > 0 ? i : 1;
438 strncpy(dir, pn, dir_end);
439 dir[dir_end] = '\0';
460 if (leaf_end >= dir_end + 1)
370 int dir_end, local
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c281 * dir_end = fullpath_alloc() return value.
283 #define FILL_PATH(fpath, dir_end, filename) \
284 ((fpath)->bv_len = lutil_strcopy(dir_end, filename) - (fpath)->bv_val)
946 char *dir_end; /* will point past dirname in fpath */ local
961 dir_end = fullpath_alloc( &fpath, path, fpath.bv_len );
962 if ( dir_end == NULL )
970 FILL_PATH( &fpath, dir_end, BVL_NAME( ptr ));
/macosx-10.9.5/vim-53/src/
H A Dmisc1.c4447 char_u *dir_end = fname; local
4465 dir_end = next_dir_end;
4470 return dir_end;
9505 char_u *dir_end = gettail_dir(path); local
9510 is_in_curdir = fnamencmp(curdir, path, dir_end - path) == 0
9511 && curdir[dir_end - path] == NUL;

Completed in 255 milliseconds