Searched defs:dotdot (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libgen/common/ |
H A D | rmdirp.c | 51 static int dotdot(char *); 71 if (dotdot(d)) { 92 if (dotdot(++slash)) { 136 dotdot(char *dir) function
|
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | dir.c | 595 static const ntfschar dotdot[3] = { const_cpu_to_le16('.'), variable 770 rc = filldir(dirent, dotdot, 1, FILE_NAME_POSIX, *pos, 787 rc = filldir(dirent, dotdot, 2, FILE_NAME_POSIX, *pos,
|
/osnet-11/usr/src/lib/storage/libg_fc/common/ |
H A D | genf.c | 234 char *dotdot; local 238 dotdot = strstr(path, "/../"); 239 if (dotdot == NULL) { 251 if (dotdot == path) { 261 * at the '/' just before "../" using the dotdot pointer. 263 *dotdot = '\0'; 277 strcat(path, dotdot+4);
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 85 int dotdot; /* set for .. in subscript */ member in struct:_mac_ 833 mp->dotdot = stktell(stkp); 1013 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)) 1837 if(mp->dotdot)
|
Completed in 27 milliseconds