Lines Matching defs:entry
75 char entry[1024];
92 while (fgets(entry, sizeof (entry), fp) != NULL) {
93 for (i = 0; entry[i] == ' '; i++)
96 end = strrchr(entry, '\n');
97 value = strchr(entry, '=');
98 if (end == NULL || value == NULL || entry[i] == '#')
110 if ((param = strchr(entry, '.')) == NULL) {
111 pastv6 = param = entry;
133 if (nvlist_add_string(nvlist, &entry[i], value) != 0) {