Searched defs:DOT (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrtoip6.c41 #define DOT 17 macro
77 lex['.'] = DOT;
117 case DOT:
136 case DOT:
/illumos-gate/usr/src/cmd/sh/
H A Dpwd.c46 #define DOT '.' macro
79 if ((*pdir == DOT) && (*(pdir+1) == SLASH)) {
90 if (*(--pdir) == DOT && pdir > dir && *(--pdir) == SLASH) {
105 if (*dir == DOT && *(dir+1) == NULLCHAR) {
129 if (*dir == DOT &&
130 *(dir+1) == DOT &&
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c63 #define DOT '.' macro
310 case DOT: /* any character */
319 break; /* end case DOT */
H A Dglob.c123 #define DOT '.' macro
900 /* Initial DOT must be matched literally. */
901 if (dp->d_name[0] == DOT && pattern->w_wc != DOT)
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h120 #define DOT 0x4010 macro
/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.h102 #define DOT (PROTO+25) macro
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1192 #define DOT 0x002E macro
1209 if ((unicode[0] == DOT) &&
1210 ((count == 1) || ((count == 2) && (unicode[1] == DOT)))) {
1211 crc = DOT;
1213 crc += DOT;
1230 if (unicode[i] == DOT) {
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1349 #define DOT 0x002E macro
1699 if ((in_str[1] == DOT) &&
1701 (in_str[2] == DOT)))) {
1707 if (((in_str[1] << 8 | in_str[2]) == DOT) &&
1709 ((in_str[3] << 8 | in_str[4]) == DOT)))) {
1735 if (w2_char == DOT) {
1798 * Make space for crc before the DOT

Completed in 1270 milliseconds