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
123 * Used by the profile iterator in prof_get.c
132 * Check if a filespec is last in a list (NULL on UNIX, invalid FSSpec on MacOS
397 const char *in;
423 in = def_string;
424 while (*in) {
425 end = strchr(in, '\n');
426 len = end ? (end - in) : (int) strlen(in);
436 memcpy(line, in, len);
451 in = end+1;
567 * If we don't have the stat() call, assume that our in-core
1035 * All of the details of how the tree is stored is abstracted away in
1037 * modify the tree via the accessor functions found in this file.
1117 * probably in this file.
1195 * nodes in the section. If section_flag is non-zero, only return the
1331 * Note: the returned character strings in ret_name and ret_value
1332 * points to the stored character string in the parse string. Before
1557 /* Garbage in string. */
1599 /* Garbage in string. */
1636 /* Garbage in string. */
1863 fprintf(stderr, "Syntax error in %s, line number %d: %s\n",