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

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dfilecomplete.c265 char **match_list = NULL, *retstr, *prevstr; local
271 while ((retstr = (*genfunc) (text, (int)matches)) != NULL) {
286 match_list[++matches] = retstr;
303 retstr = malloc(max_equal + 1);
304 if (retstr == NULL) {
308 (void)strncpy(retstr, match_list[1], max_equal);
309 retstr[max_equal] = '\0';
310 match_list[0] = retstr;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/bibtex/
H A Dbibtex.tcl408 set retstr ""
442 append retstr $char
444 regsub -all {\s+} $retstr { } retstr
445 return [list [string trim $retstr] $index]
/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Dopen.c38 apr_status_t utf8_to_unicode_path(apr_wchar_t* retstr, apr_size_t retlen, argument
42 * the true size of the retstr, but that's a memory over speed
54 apr_wchar_t *t = retstr;
73 wcscpy (retstr, L"\\\\?\\");
83 wcscpy (retstr, L"\\\\?\\UNC\\");
101 apr_status_t unicode_to_utf8_path(char* retstr, apr_size_t retlen, argument
112 char *t = retstr;
119 retstr[0] = '\\';
120 retstr[1] = '\\';
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dbuttonbox.itk363 set retstr [uplevel $itk_component($tag) configure $args]
367 return $retstr
379 set retstr [uplevel $itk_component($tag) cget [list $option]]
381 return $retstr
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/incoming/src/
H A Dbuttoncage.itk390 set retstr [uplevel $itk_component($tag) configure $args]
394 return $retstr
406 set retstr [uplevel $itk_component($tag) cget [list $option]]
408 return $retstr
/macosx-10.10/OpenSSL098-52/src/util/
H A Dpod2man.pl1094 my $retstr = "the ";
1097 $retstr .= "C<$items[$i]>";
1098 $retstr .= ", " if @items > 2 && $i != $#items;
1099 $retstr .= " and " if $i+2 == @items;
1102 $retstr .= " entr" . ( @items > 1 ? "ies" : "y" )
1106 $retstr .= " " if length $trailing_and;
1107 $retstr .= $trailing_and;
1109 return $retstr;
/macosx-10.10/vim-55/src/
H A Dex_getln.c4867 char_u *retstr; local
4873 retstr = call_user_expand_func(call_func_retstr, xp, num_file, file);
4874 if (retstr == NULL)
4878 for (s = retstr; *s != NUL; s = e)
4904 vim_free(retstr);
/macosx-10.10/zsh-61/zsh/Src/
H A Dutils.c4492 char *retstr; local
4494 (void)mb_niceformat(s, NULL, &retstr, heap);
4496 return retstr;

Completed in 130 milliseconds