Home
last modified time | relevance | path

Searched refs:dotdot (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/reiserfs/
H A Ddir.c284 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item_v1() local
288 dotdot = dot + 1; in make_empty_dir_item_v1()
300 put_deh_offset(dotdot, DOT_DOT_OFFSET); in make_empty_dir_item_v1()
303 dotdot->deh_dir_id = par_dirid; in make_empty_dir_item_v1()
304 dotdot->deh_objectid = par_objid; in make_empty_dir_item_v1()
307 mark_de_visible(dotdot); in make_empty_dir_item_v1()
318 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item() local
322 dotdot = dot + 1; in make_empty_dir_item()
337 dotdot->deh_dir_id = par_dirid; in make_empty_dir_item()
338 dotdot->deh_objectid = par_objid; in make_empty_dir_item()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/reiserfs/
H A Ddir.c284 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item_v1() local
288 dotdot = dot + 1; in make_empty_dir_item_v1()
300 put_deh_offset(dotdot, DOT_DOT_OFFSET); in make_empty_dir_item_v1()
303 dotdot->deh_dir_id = par_dirid; in make_empty_dir_item_v1()
304 dotdot->deh_objectid = par_objid; in make_empty_dir_item_v1()
307 mark_de_visible(dotdot); in make_empty_dir_item_v1()
318 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item() local
322 dotdot = dot + 1; in make_empty_dir_item()
337 dotdot->deh_dir_id = par_dirid; in make_empty_dir_item()
338 dotdot->deh_objectid = par_objid; in make_empty_dir_item()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/reiserfs/
H A Ddir.c284 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item_v1() local
288 dotdot = dot + 1; in make_empty_dir_item_v1()
300 put_deh_offset(dotdot, DOT_DOT_OFFSET); in make_empty_dir_item_v1()
303 dotdot->deh_dir_id = par_dirid; in make_empty_dir_item_v1()
304 dotdot->deh_objectid = par_objid; in make_empty_dir_item_v1()
307 mark_de_visible(dotdot); in make_empty_dir_item_v1()
318 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item() local
322 dotdot = dot + 1; in make_empty_dir_item()
337 dotdot->deh_dir_id = par_dirid; in make_empty_dir_item()
338 dotdot->deh_objectid = par_objid; in make_empty_dir_item()
[all …]
/dports/devel/p5-Perl6-Rules/Perl6-Rules-0.03/t/
H A Dcapture.t8 # rule dotdot { (.)(.) };
10 rule dotdot { .. };
12 ok("zzzabcdefzzz" =~ m/(a.)<dotdot>(..)/, "Match");
22 ok(!defined($0->{dotdot}), 'no $0->{dotdot}');
24 ok("zzzabcdefzzz" =~ m/(a.)<?dotdot>(..)/, "Match");
34 ok($0->{dotdot} eq 'cd', '$0->{dotdot}');
35 ok($0->{dotdot}[0] eq 'cd', '$0->{dotdot}[0]');
38 # ok($0->{dotdot}[1] eq 'c', '$0->{dotdot}[1]');
39 # ok($0->{dotdot}[2] eq 'd', '$0->{dotdot}[2]');
41 ok(!defined($0->{dotdot}[3]), '$0->{dotdot}[3]');
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/e2fsck/
H A Ddirinfo.c168 ent.dotdot = parent; in e2fsck_add_dir_info()
196 dir->dotdot = parent; in e2fsck_add_dir_info()
235 ret_dir_info.dotdot = buf->dotdot; in e2fsck_get_dir_info()
253 ctx->dir_info->array[low].dotdot, in e2fsck_get_dir_info()
261 ctx->dir_info->array[high].dotdot, in e2fsck_get_dir_info()
307 buf.dotdot = dir->dotdot; in e2fsck_put_dir_info()
403 ret_dir_info.dotdot = buf->dotdot; in e2fsck_dir_info_iter()
446 ext2_ino_t dotdot) in e2fsck_dir_info_set_dotdot() argument
453 p->dotdot = dotdot; in e2fsck_dir_info_set_dotdot()
479 ext2_ino_t *dotdot) in e2fsck_dir_info_get_dotdot() argument
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/e2fsck/
H A Ddirinfo.c168 ent.dotdot = parent; in e2fsck_add_dir_info()
196 dir->dotdot = parent; in e2fsck_add_dir_info()
235 ret_dir_info.dotdot = buf->dotdot; in e2fsck_get_dir_info()
253 ctx->dir_info->array[low].dotdot, in e2fsck_get_dir_info()
261 ctx->dir_info->array[high].dotdot, in e2fsck_get_dir_info()
307 buf.dotdot = dir->dotdot; in e2fsck_put_dir_info()
403 ret_dir_info.dotdot = buf->dotdot; in e2fsck_dir_info_iter()
446 ext2_ino_t dotdot) in e2fsck_dir_info_set_dotdot() argument
453 p->dotdot = dotdot; in e2fsck_dir_info_set_dotdot()
479 ext2_ino_t *dotdot) in e2fsck_dir_info_get_dotdot() argument
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/e2fsck/
H A Ddirinfo.c168 ent.dotdot = parent; in e2fsck_add_dir_info()
196 dir->dotdot = parent; in e2fsck_add_dir_info()
235 ret_dir_info.dotdot = buf->dotdot; in e2fsck_get_dir_info()
253 ctx->dir_info->array[low].dotdot, in e2fsck_get_dir_info()
261 ctx->dir_info->array[high].dotdot, in e2fsck_get_dir_info()
307 buf.dotdot = dir->dotdot; in e2fsck_put_dir_info()
403 ret_dir_info.dotdot = buf->dotdot; in e2fsck_dir_info_iter()
446 ext2_ino_t dotdot) in e2fsck_dir_info_set_dotdot() argument
453 p->dotdot = dotdot; in e2fsck_dir_info_set_dotdot()
479 ext2_ino_t *dotdot) in e2fsck_dir_info_get_dotdot() argument
[all …]
/dports/devel/9base/9base-6/lib9/
H A Dcleanname.c11 char *p, *q, *dotdot; in cleanname() local
23 p = q = dotdot = name+rooted; in cleanname()
31 if(q > dotdot) { /* can backtrack */ in cleanname()
32 while(--q > dotdot && *q != '/') in cleanname()
39 dotdot = q; in cleanname()
/dports/net/drawterm/drawterm/libc/
H A Dcleanname.c11 char *p, *q, *dotdot; in cleanname() local
23 p = q = dotdot = name+rooted; in cleanname()
31 if(q > dotdot) { /* can backtrack */ in cleanname()
32 while(--q > dotdot && *q != '/') in cleanname()
39 dotdot = q; in cleanname()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/
H A Dcleanname.c11 char *p, *q, *dotdot; in cleanname() local
23 p = q = dotdot = name+rooted; in cleanname()
31 if(q > dotdot) { /* can backtrack */ in cleanname()
32 while(--q > dotdot && *q != '/') in cleanname()
39 dotdot = q; in cleanname()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Drev-parse.c247 char *dotdot; in try_difference() local
261 *dotdot = 0; in try_difference()
275 *dotdot = '.'; in try_difference()
297 *dotdot = '.'; in try_difference()
300 *dotdot = '.'; in try_difference()
306 char *dotdot; in try_parent_shorthands() local
317 if (dotdot[2]) in try_parent_shorthands()
321 if (dotdot[2]) in try_parent_shorthands()
336 *dotdot = 0; in try_parent_shorthands()
339 *dotdot = '^'; in try_parent_shorthands()
[all …]
/dports/devel/git-svn/git-2.34.1/builtin/
H A Drev-parse.c248 char *dotdot; in try_difference() local
262 *dotdot = 0; in try_difference()
276 *dotdot = '.'; in try_difference()
298 *dotdot = '.'; in try_difference()
301 *dotdot = '.'; in try_difference()
307 char *dotdot; in try_parent_shorthands() local
318 if (dotdot[2]) in try_parent_shorthands()
322 if (dotdot[2]) in try_parent_shorthands()
337 *dotdot = 0; in try_parent_shorthands()
340 *dotdot = '^'; in try_parent_shorthands()
[all …]
/dports/devel/git-gui/git-2.34.1/builtin/
H A Drev-parse.c248 char *dotdot; in try_difference() local
262 *dotdot = 0; in try_difference()
276 *dotdot = '.'; in try_difference()
298 *dotdot = '.'; in try_difference()
301 *dotdot = '.'; in try_difference()
307 char *dotdot; in try_parent_shorthands() local
318 if (dotdot[2]) in try_parent_shorthands()
322 if (dotdot[2]) in try_parent_shorthands()
337 *dotdot = 0; in try_parent_shorthands()
340 *dotdot = '^'; in try_parent_shorthands()
[all …]
/dports/devel/git-p4/git-2.34.1/builtin/
H A Drev-parse.c248 char *dotdot; in try_difference() local
262 *dotdot = 0; in try_difference()
276 *dotdot = '.'; in try_difference()
298 *dotdot = '.'; in try_difference()
301 *dotdot = '.'; in try_difference()
307 char *dotdot; in try_parent_shorthands() local
318 if (dotdot[2]) in try_parent_shorthands()
322 if (dotdot[2]) in try_parent_shorthands()
337 *dotdot = 0; in try_parent_shorthands()
340 *dotdot = '^'; in try_parent_shorthands()
[all …]
/dports/devel/git/git-2.34.1/builtin/
H A Drev-parse.c248 char *dotdot; in try_difference() local
262 *dotdot = 0; in try_difference()
276 *dotdot = '.'; in try_difference()
298 *dotdot = '.'; in try_difference()
301 *dotdot = '.'; in try_difference()
307 char *dotdot; in try_parent_shorthands() local
318 if (dotdot[2]) in try_parent_shorthands()
322 if (dotdot[2]) in try_parent_shorthands()
337 *dotdot = 0; in try_parent_shorthands()
340 *dotdot = '^'; in try_parent_shorthands()
[all …]
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Drev-parse.c248 char *dotdot; in try_difference() local
262 *dotdot = 0; in try_difference()
276 *dotdot = '.'; in try_difference()
298 *dotdot = '.'; in try_difference()
301 *dotdot = '.'; in try_difference()
307 char *dotdot; in try_parent_shorthands() local
318 if (dotdot[2]) in try_parent_shorthands()
322 if (dotdot[2]) in try_parent_shorthands()
337 *dotdot = 0; in try_parent_shorthands()
340 *dotdot = '^'; in try_parent_shorthands()
[all …]
/dports/devel/dmake/dmake-4.13.1/unix/solaris/
H A Dgetcwd.c69 char *dotdot; /* -> dotdots[.], right to left */ local
108 for ( dotdot = &dotdots[sizeof dotdots]; dotdot != dotdots; )
110 dotdot -= 3; /* include one more "/.." section */
121 if ( (dirp = opendir( dotdot )) == NULL ) /* new parent */
153 (void)strcpy( name, dotdot );
/dports/devel/dmake/dmake-4.13.1/unix/sysvr3/pwd/
H A Dgetcwd.c69 char *dotdot; /* -> dotdots[.], right to left */ local
108 for ( dotdot = &dotdots[sizeof dotdots]; dotdot != dotdots; )
110 dotdot -= 3; /* include one more "/.." section */
121 if ( (dirp = opendir( dotdot )) == NULL ) /* new parent */
153 (void)strcpy( name, dotdot );
/dports/devel/dmake/dmake-4.13.1/unix/xenix/pwd/
H A Dgetcwd.c69 char *dotdot; /* -> dotdots[.], right to left */ local
108 for ( dotdot = &dotdots[sizeof dotdots]; dotdot != dotdots; )
110 dotdot -= 3; /* include one more "/.." section */
121 if ( (dirp = opendir( dotdot )) == NULL ) /* new parent */
153 (void)strcpy( name, dotdot );
/dports/devel/cook/cook-2.30/c_incl/
H A Dflatten.c47 static string_ty *dotdot; in flatten() local
60 dotdot = str_from_c(".."); in flatten()
116 str_equal(sl.string[1], dotdot) in flatten()
130 if (str_equal(sl.string[j], dotdot)) in flatten()
132 if (!str_equal(sl.string[j + 1], dotdot)) in flatten()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/xps/
H A Dxps-util.c90 char *p, *q, *dotdot, *start; in clean_path() local
104 p = q = dotdot = start + rooted; in clean_path()
114 if (q > dotdot) /* can backtrack */ in clean_path()
116 while(--q > dotdot && *q != '/') in clean_path()
125 dotdot = q; in clean_path()
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt7400-submodule-basic.sh98 dotdot="${2:-..}" &&
102 listbranches >"$dotdot/heads" &&
103 { git symbolic-ref HEAD || :; } >"$dotdot/head" &&
104 git rev-parse HEAD >"$dotdot/head-sha1" &&
107 git clean -n -d -x >"$dotdot/untracked"
/dports/shells/bash/bash-5.1/lib/sh/
H A Dpathcanon.c109 char *result, *p, *q, *base, *dotdot; local
147 p = q = dotdot = base;
158 if (q > dotdot) /* can backtrack */
177 while (--q > dotdot && ISDIRSEP(*q) == 0)
187 dotdot = q;
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/util/
H A Dpath.c220 size_t dotdot = 1; in relative_filename() local
223 dotdot++; in relative_filename()
226 if (dotdot > 2) { in relative_filename()
231 size_t len = dotdot * 3 + tlen; in relative_filename()
234 for (size_t i = 0; i < dotdot; i++) { in relative_filename()
237 memcpy(filename + dotdot * 3, f + clen, tlen + 1); in relative_filename()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/path/
H A Dpath.go83 r, dotdot := 0, 0
86 r, dotdot = 1, 1
101 case out.w > dotdot:
104 for out.w > dotdot && out.index(out.w) != '/' {
114 dotdot = out.w

12345678910>>...31