Home
last modified time | relevance | path

Searched refs:bracket (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/posix/
Dregcomp.c1008 char bracket[3]; in bothcases() local
1012 p->next = bracket; in bothcases()
1013 p->end = bracket+2; in bothcases()
1014 bracket[0] = ch; in bothcases()
1015 bracket[1] = ']'; in bothcases()
1016 bracket[2] = '\0'; in bothcases()
1018 assert(p->next == bracket+2); in bothcases()
1052 char bracket[4]; in nonnewline() local
1054 p->next = bracket; in nonnewline()
1055 p->end = bracket+3; in nonnewline()
[all …]
/picolibc-latest/newlib/
DChangeLog-201511793 to AC_CONFIG_SUBDIRS. Add square bracket quoting as