Searched refs:myfunc (Results 1 – 4 of 4) sorted by relevance
254 myfunc = second;257 myfunc = i;262 printf "#undef %s\n", $myfunc;279 if ($myfunc ~ /innstr/)281 if ($myfunc ~ /innwstr/)285 if ($myfunc ~ /ripoffline/) {288 if ($myfunc ~ /NCURSES_SP_NAME/) {292 if ($myfunc ~ /wunctrl/) {297 if ($myfunc ~ /get[n]?str/) {309 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 …]
3023 myfunc(const char *str, const char *fmt, ...)3031 myfunc("55", "%d");