Searched refs:recurse1 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Drecurse2.c33 int recurse1(int x, int y, char *s);
42 return (recurse1(x + 1, y, str));
H A Drecurse.c47 recurse1(int x, int y, char *s) function
93 (void) recurse1(0, optd, NULL);

Completed in 127 milliseconds