Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:in

2  * profile.c -- A simple configuration file parsing "library in a file"
4 * The profile library was originally written by Theodore Ts'o in 1995
5 * for use in the MIT Kerberos v5 library. It has been
8 * v5 distribution, version 1.4.2, and radically simplified for use in
34 * notice appear in all copies and that both that copyright notice and
35 * this permission notice appear in supporting documentation, and that
36 * the name of M.I.T. not be used in advertising or publicity pertaining
39 * your software as modified software and not distribute it in such a
121 * Used by the profile iterator in prof_get.c
130 * Check if a filespec is last in a list (NULL on UNIX, invalid FSSpec on MacOS
394 const char *in;
420 in = def_string;
421 while (*in) {
422 end = strchr(in, '\n');
423 len = end ? (end - in) : (int) strlen(in);
433 memcpy(line, in, len);
448 in = end+1;
564 * If we don't have the stat() call, assume that our in-core
1032 * All of the details of how the tree is stored is abstracted away in
1034 * modify the tree via the accessor functions found in this file.
1114 * probably in this file.
1192 * nodes in the section. If section_flag is non-zero, only return the
1328 * Note: the returned character strings in ret_name and ret_value
1329 * points to the stored character string in the parse string. Before
1554 /* Garbage in string. */
1596 /* Garbage in string. */
1633 /* Garbage in string. */
1860 fprintf(stderr, "Syntax error in %s, line number %d: %s\n",