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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dslist.c109 struct curl_slist *outlist = NULL; local
113 tmp = curl_slist_append(outlist, inlist->data);
116 curl_slist_free_all(outlist);
120 outlist = tmp;
123 return outlist;
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Djoin.c150 int* outlist; member in struct:Join_s
173 if (jp->outlist)
174 free(jp->outlist);
224 outptr = jp->outlist = newof(0, int, NFIELD + 1, 0);
249 jp->outlist = newof(jp->outlist, int, 2 * nfield + 1, 0);
250 outptr = jp->outlist + nfield;
252 outmax = jp->outlist + nfield;
280 jp->outlist = newof(jp->outlist, in
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkPitchCmd.c1037 cPitch(Sound *s, Tcl_Interp *interp, int **outlist, int *length) argument
1124 *outlist = tmp;
H A DjkGetF0.c1614 cGet_f0(Sound *sound, Tcl_Interp *interp, float **outlist, int *length) argument
1737 *outlist = tmp;
H A DjkSoundProc.c1688 extern int cGet_f0(Sound *s, Tcl_Interp *interp, float **outlist, int *length);
/macosx-10.10/vim-55/src/
H A Dgui_gtk_x11.c1803 * Parse NUL separated "src" strings. Make it an array "outlist" form. On
1808 filter_uri_list(char_u **outlist, int max, char_u *src) argument
1814 outlist[i] = NULL;
1822 outlist[j++] = vim_strsave(src);

Completed in 282 milliseconds