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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h439 # define _RE_ARGS(args) args
443 # define _RE_ARGS(args) ()
449 extern reg_syntax_t re_set_syntax _RE_ARGS ((reg_syntax_t syntax));
455 _RE_ARGS ((const char *pattern, size_t length,
462 extern int re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer));
471 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string,
478 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1,
486 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string,
492 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1,
510 _RE_ARGS ((struc
434 # define _RE_ARGS macro
438 # define _RE_ARGS macro
[all...]
H A Dregex.c561 static void extract_number _RE_ARGS ((int *dest, unsigned char *source));
589 static void extract_number_and_incr _RE_ARGS ((int *destination,
1568 static reg_errcode_t regex_compile _RE_ARGS ((const char *pattern, size_t size,
1571 static void store_op1 _RE_ARGS ((re_opcode_t op, unsigned char *loc, int arg));
1572 static void store_op2 _RE_ARGS ((re_opcode_t op, unsigned char *loc,
1574 static void insert_op1 _RE_ARGS ((re_opcode_t op, unsigned char *loc,
1576 static void insert_op2 _RE_ARGS ((re_opcode_t op, unsigned char *loc,
1578 static boolean at_begline_loc_p _RE_ARGS ((const char *pattern, const char *p,
1580 static boolean at_endline_loc_p _RE_ARGS ((const char *p, const char *pend,
1582 static reg_errcode_t compile_range _RE_ARGS ((cons
[all...]

Completed in 177 milliseconds