Home | History | Annotate | Download | only in posix

Lines Matching defs:from

8  * Deviations from posix:
75 // Callback from crunch_str to represent unprintable chars
87 char *to = buf, *from = buf+24;
90 memcpy(from, to, 8);
93 if (strchr(TT.escmore, from[i])) *to++ = from[i];
94 else if (-1 != (j = stridx("\\\a\b\033\f\n\r\t\v", from[i])))
96 else to += sprintf(to, "%03o", from[i]);
186 // callback from dirtree_recurse() determining how to handle this entry.
212 // Work around kernel bug that won't let us read this "metadata" from