list 78 libutil/find.c static STRBUF *list; list 204 libutil/find.c if (!list) list 205 libutil/find.c list = strbuf_open(0); list 207 libutil/find.c strbuf_reset(list); list 232 libutil/find.c strbuf_puts0(list, skipf); list 269 libutil/find.c p = strbuf_value(list); list 82 libutil/langmap.c const char *lang, *list, *tail; list 96 libutil/langmap.c list = lang + strlen(lang) + 1; list 97 libutil/langmap.c if (match_suffix_list(suffix, list)) list 99 libutil/langmap.c lang = list + strlen(list) + 1; list 109 libutil/langmap.c match_suffix_list(const char *suffix, const char *list) list 113 libutil/langmap.c while (*list) { list 114 libutil/langmap.c if ((p = locatestring(list, suffix, MATCH_AT_FIRST list 120 libutil/langmap.c for (list++; *list && *list != '.'; list++) list 91 libutil/split.c split(char *line, int npart, SPLIT *list) list 94 libutil/split.c struct part *part = &list->part[0]; list 121 libutil/split.c while (part-- > &list->part[0]) { list 125 libutil/split.c return list->npart = count; list 133 libutil/split.c recover(SPLIT *list) list 136 libutil/split.c for (i = 0; i < list->npart; i++) { list 137 libutil/split.c if ((c = list->part[i].savec) != '\0') list 138 libutil/split.c *(list->part[i].end) = c; list 145 libutil/split.c split_dump(SPLIT *list) list 150 libutil/split.c fprintf(stderr, "npart: %d\n", list->npart); list 152 libutil/split.c for (i = 0; i < list->npart; i++) { list 153 libutil/split.c part = &list->part[i];