Searched refs:pos (Results 1 – 2 of 2) sorted by relevance
/posix/ |
A D | regex.c | 49 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument 50 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) 51 # define re_match(bufp, string, size, pos, regs) \ argument 52 __re_match (bufp, string, size, pos, regs)
|
A D | tst-sysconf.c | 14 #define N_(name, pos) { _POSIX_##name, #name, _SC_##name, pos, false } argument
|
Completed in 5 milliseconds