Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:to

10  * being able to modify and update the configuration file
12 * It has been folded into a single C source file to make it easier to
28 * responsibility of any person or organization contemplating export to
31 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
37 * to distribution of the software without specific, written prior
112 * object, which is used as a handle by users who need to query some
340 /* if this file is missing, skip to the next */
385 * the file "<default>" had previously been passed to profile_init(),
658 char *to, *from;
660 to = from = str;
662 for (to = from = str; *from && *from != '"'; to++, from++) {
667 *to = '\n';
670 *to = '\t';
673 *to = '\b';
676 *to = *from;
680 *to = *from;
682 *to = '\0';
1038 * A section header must have its value field set to 0, and may a one
1039 * or more child nodes, pointed to by first_child.
1041 * A relation has as its value a pointer to allocated memory
1146 * Add a node to a particular section
1160 * Find the place to insert the new node. We look for the
1240 * OK, we've found one match; now let's try to find another
1242 * there's guaranteed to be another match that's returned.
1329 * points to the stored character string in the parse string. Before
1330 * this string value is returned to a calling application
1387 * Find the section to list if we are a LIST_SECTION,