Lines Matching defs:entries
102 * inittab_load(): returns all inittab entries with the specified criteria
106 * size_t *: set to the number of entries returned
107 * output: dhcp_symbol_t *: an array of dynamically allocated entries
150 * inittab_lookup(): returns inittab entries with the specified criteria
158 * size_t *: set to the number of entries returned
168 dhcp_symbol_t *new_entries, *entries = NULL;
229 * validate the values in the entries; skip if invalid.
252 * and if so, throw it onto the set of entries we'll return.
271 new_entries = realloc(entries, (n_entries + 1) *
294 entries = new_entries;
295 entries[n_entries++] = entry;
308 return (entries);
601 * figure out the number of entries by counting the spaces
740 * entries that will be decoded.
900 inittab_msg("inittab_encode: number of entries "
1312 inittab_msg("inittab_decode: number of entries "
1496 inittab_msg("decode_number: number of entries "
1577 inittab_msg("encode_number: number of entries "