Searched refs:parse (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libc/posix/ |
D | regcomp.c | 58 struct parse { struct 78 static void p_ere(struct parse *p, int stop); argument 79 static void p_ere_exp(struct parse *p); 80 static void p_str(struct parse *p); 81 static void p_bre(struct parse *p, int end1, int end2); 82 static int p_simp_re(struct parse *p, int starordinary); 83 static int p_count(struct parse *p); 84 static void p_bracket(struct parse *p); 85 static void p_b_term(struct parse *p, cset *cs); 86 static void p_b_cclass(struct parse *p, cset *cs); [all …]
|
/picolibc-latest/newlib/doc/ |
D | makedocbook.py | 400 xml = parser.parse(s, tracking=True, debug=(verbose > 2))
|
/picolibc-latest/ |
D | README.md | 877 10. Fix a number of tinystdio bugs: handle fread with size==0, parse
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 8864 n-char-sequence is omitted, still parse the (). 8894 * libc/stdlib/strtod.c (_strtod_r): Fall back to 0 if hex parse
|