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

/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dstringlist.c59 sl->sl_str = malloc(sl->sl_max * sizeof(char *));
60 if (sl->sl_str == NULL)
76 sl->sl_str = reallocf(sl->sl_str, sl->sl_max * sizeof(char *));
77 if (sl->sl_str == NULL)
80 sl->sl_str[sl->sl_cur++] = name;
97 if (sl->sl_str) {
100 free(sl->sl_str[i]);
101 free(sl->sl_str);
118 if (strcmp(sl->sl_str[
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dsl_init.c58 sl->sl_str = malloc(sl->sl_max * sizeof(char *));
59 if (sl->sl_str == NULL) {
76 new = (char **)realloc(sl->sl_str,
81 sl->sl_str = new;
83 sl->sl_str[sl->sl_cur++] = name;
98 if (sl->sl_str) {
101 free(sl->sl_str[i]);
102 free(sl->sl_str);
117 if (strcmp(sl->sl_str[i], name) == 0)
118 return (sl->sl_str[
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstringlist.h45 char **sl_str; member in struct:_stringlist
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dcomplete.c105 p = words->sl_str[0] + wordlen;
117 lastmatch = words->sl_str[0];
120 for (j = wordlen ; j < strlen(words->sl_str[i]); j++)
121 if (lastmatch[j] != words->sl_str[i][j])
137 qsort(words->sl_str, words->sl_cur, sizeof(char *), comparstr);
240 (void)strlcat(path, words->sl_str[0], sizeof(path));
349 cp = dirlist->sl_str[i];
H A Dftp_var.h298 #define margv (marg_sl->sl_str) /* args parsed from input line */
H A Dutil.c905 w = strlen(sl->sl_str[i]);
917 p = sl->sl_str[j * lines + i];
/macosx-10.10.1/doc_cmds-49/makewhatis/
H A Dmakewhatis.c310 snprintf(path, sizeof path, "%s/%s.%s.gz", dir, names->sl_str[i], suffix);
380 qsort(whatis_lines->sl_str, whatis_lines->sl_cur, sizeof(char *), linesort);
382 char *line = whatis_lines->sl_str[i];
809 add_whatis_name(names->sl_str[i], page->suffix);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dregexec.c2741 Idx sub_last_idx, sl_str, bkref_str_off;
2746 sl_str = sub_top->str_idx;
2754 sl_str_diff = sub_last->str_idx - sl_str;
2772 if (memcmp (buf + bkref_str_off, buf + sl_str, sl_str_diff) != 0)
2777 sl_str += sl_str_diff;
2794 ++sl_str;
2796 for (; sl_str <= bkref_str_idx; ++sl_str)
2801 sl_str_off = sl_str - sub_top->str_idx;
2818 if (buf [bkref_str_off++] != buf[sl_str
2737 Idx sub_last_idx, sl_str, bkref_str_off; local
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h177 char **sl_str; member in struct:_stringlist

Completed in 269 milliseconds