Searched refs:compline (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.sbin/services_mkdb/
H A Duniq.c74 char *compline; local
75 if (!comp(line, &compline, &complen)) {
80 key.data = compline;
102 * with whitespace converted to a single space in compline. If the line
108 comp(const char *origline, char **compline, size_t *len) argument
155 *compline = cline;

Completed in 59 milliseconds