Searched refs:DOT (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/
H A Dglob.c97 #define DOT '.' macro
658 /* Initial DOT must be matched literally. */
659 if (dp->d_name[0] == DOT && *pattern != DOT)
/haiku/src/bin/network/ping/
H A Dping.c171 static const char *DOT = "."; variable
289 DOT = optarg;
1118 (void)write(STDOUT_FILENO, &DOT[DOTidx++ % DOTlen], 1);
H A Dping6.c219 static const char *DOT = "."; variable
339 DOT = optarg;
1453 (void)write(STDOUT_FILENO, &DOT[DOTidx++ % DOTlen], 1);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp165 case DOT:
210 fIterationState = skipArtificialEntries ? OTHERS : DOT;
216 DOT, enumerator in enum:DirCookie::__anon31

Completed in 76 milliseconds