Searched refs:myfunc (Results 1 – 4 of 4) sorted by relevance
248 myfunc = second;251 myfunc = i;256 printf "#undef %s\n", $myfunc;273 if ($myfunc ~ /innstr/)275 if ($myfunc ~ /innwstr/)279 if ($myfunc ~ /ripoffline/) {282 if ($myfunc ~ /NCURSES_SP_NAME/) {286 if ($myfunc ~ /wunctrl/) {291 if ($myfunc ~ /get[n]?str/) {303 for (i = myfunc; i <= NF; i++) {[all …]
48 void myfunc(size_t ncalls);138 myfunc(size_t ncalls) in myfunc() function154 myfunc(12); in ATF_TC_BODY()
879 # f_eval_catch myfunc echo 'echo "%s"' "Hello, World!"883 # DEBUG: myfunc: echo "Hello, World!"884 # DEBUG: myfunc: retval=0 <output below>890 # f_eval_catch -k contents myfunc cat 'cat "%s"' /some/file896 # DEBUG: myfunc: cat "/some/file"897 # DEBUG: myfunc: retval=1 <output below>903 # echo 123 | f_eval_catch myfunc rev rev907 # DEBUG: myfunc: rev908 # DEBUG: myfunc: retval=0 <output below>914 # f_eval_catch myfunc true true[all …]
2911 myfunc(const char *str, const char *fmt, ...)2919 myfunc("55", "%d");