Lines Matching refs:from
8 * Deviations from posix:
66 // Callback from crunch_str to represent unprintable chars
78 char *to = buf, *from = buf+24;
81 memcpy(from, to, 8);
84 if (strchr(TT.escmore, from[i])) *to++ = from[i];
85 else if (-1 != (j = stridx("\\\a\b\033\f\n\r\t\v", from[i])))
87 else to += sprintf(to, "%03o", from[i]);
179 // callback from dirtree_recurse() determining how to handle this entry.
211 // Work around kernel bug that won't let us read this "metadata" from
230 // rather than 1KiB as blocks unit, which is different from the implementation