HomeSort by: relevance | last modified time | path
    Searched defs:compline (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/services_mkdb/
uniq.c 82 char *compline; local in function:uniq
83 if (!comp(line, &compline, &complen)) {
88 key.data = compline;
111 * with whitespace converted to a single space in compline. If the line
117 comp(const char *origline, char **compline, size_t *len)
169 *compline = cline;
uniq.c 82 char *compline; local in function:uniq
83 if (!comp(line, &compline, &complen)) {
88 key.data = compline;
111 * with whitespace converted to a single space in compline. If the line
117 comp(const char *origline, char **compline, size_t *len)
169 *compline = cline;

Completed in 137 milliseconds