Searched refs:dotdot (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/tests/unit/
H A Dunit1395.c24 #include "dotdot.h"
38 struct dotdot { struct
47 const struct dotdot pairs[] = {
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dpathcanon.c109 char *result, *p, *q, *base, *dotdot; local
144 * dotdot points just past the point where .. cannot backtrack
147 p = q = dotdot = base;
158 if (q > dotdot) /* can backtrack */
177 while (--q > dotdot && ISDIRSEP(*q) == 0)
187 dotdot = q;
/macosx-10.10/curl-83.1.2/curl/lib/
H A DMakefile.inc47 hostcheck.c bundles.c conncache.c pipeline.c dotdot.c x509asn1.c \
66 dotdot.h x509asn1.h http2.h sigpipe.h
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.dir.c344 int dotdot = 0; local
356 dotdot++;
361 if (dotdot == 0)
398 dotdot = 0;
408 dotdot++;
417 while (dotdot > 0)
424 dotdot--;
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dfts.c56 FTSENT* dotdot; \
1003 fts->dotdot = 0;
1077 fts->dotdot = f;
1135 || !fts->dotdot
1136 || !SAME(f->fts_statp, fts->dotdot->fts_statp)
1141 || !SAME(&sb, fts->dotdot->fts_statp)
/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c2038 int prev, bc, comma, dotdot; local
2042 for (str2 = str, bc = comma = dotdot = 0; *str2; ++str2)
2052 dotdot++; /* we have {num1..num2} */
2057 if (!comma && dotdot) {
2079 if (dotdot == 2 && *p == '.' && p[1] == '.') {
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dmacro.c87 int dotdot; /* set for .. in subscript */ member in struct:_mac_
848 mp->dotdot = stktell(stkp);
1012 mp->dotdot = 0;
1242 if(type && mp->dotdot)
1340 if(mp->dotdot)
1352 v = stkptr(stkp,mp->dotdot);
1405 if(ap && !mp->dotdot && !(ap->nelem&ARRAY_UNDEF))
1861 if(mp->dotdot)
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vnops.c1716 struct dosdirentry dotdot; member in struct:__anon11179

Completed in 173 milliseconds