Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:from

7  * Kerberos team.  This version was originally taken from the Kerberos
26 * Export of this software from the United States of America may require
27 * a specific license from the United States Government. It is the
94 time_t timestamp; /* time tree was last updated from file */
658 char *to, *from;
660 to = from = str;
662 for (to = from = str; *from && *from != '"'; to++, from++) {
663 if (*from == '\\') {
664 from++;
665 switch (*from) {
676 *to = *from;
680 *to = *from;
1454 * querying items from the profile.
1459 * This function only gets the first value from the file; it is a