Searched defs:M_FSDELIM (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/gen/
H A Dbase.c49 #define M_FSDELIM(c) ((c)=='/') macro
56 * M_FSDELIM, and since most of the degenerate cases end up with the
61 * - find last non-trailing M_FSDELIM
81 if (path[1]=='\0'&&M_FSDELIM(*path)) /* "/", or drive analog */
87 while (cp != path && M_FSDELIM(*cp))
90 for (;cp>path && !M_FSDELIM(*cp); cp--)
93 if (!M_FSDELIM(*cp))
/illumos-gate/usr/src/cmd/pathchk/
H A Dpathchk.c61 #ifndef M_FSDELIM
62 #define M_FSDELIM(c) ((c) == '/') macro
196 if (M_FSDELIM(*p)) {
230 * M_FSDELIM('\0') == 0
232 while (M_FSDELIM(*p))
250 while (*p != '\0' && !M_FSDELIM(*p)) {
/illumos-gate/usr/src/lib/libxcurses/h/solaris2/
H A Dmkslocal.h96 #define M_FSDELIM(c) ((c) == '/') macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dmks.h223 #ifndef M_FSDELIM
224 #define M_FSDELIM(c) ((c)=='/') macro

Completed in 101 milliseconds