Searched refs:expbuf (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/misc/ |
D | regexp.c | 48 step (const char *string, const char *expbuf) in step() argument 52 expbuf += __alignof (regex_t *); in step() 53 expbuf -= (expbuf - ((const char *) 0)) % __alignof__ (regex_t *); in step() 55 if (__regexec ((const regex_t *) expbuf, string, 1, &match, REG_NOTEOL) in step() 71 advance (const char *string, const char *expbuf) in advance() argument 75 expbuf += __alignof__ (regex_t *); in advance() 76 expbuf -= (expbuf - ((const char *) 0)) % __alignof__ (regex_t *); in advance() 78 if (__regexec ((const regex_t *) expbuf, string, 1, &match, REG_NOTEOL) in advance()
|
/glibc-2.36/stdio-common/ |
D | printf_fphex.c | 133 char expbuf[5]; in __printf_fphex() local 408 expstr = _itoa_word (exponent, expbuf + sizeof expbuf, 10, 0); in __printf_fphex() 417 + ((expbuf + sizeof expbuf) - expstr)); in __printf_fphex() 468 PRINT (expstr, wexpstr, (expbuf + sizeof expbuf) - expstr); in __printf_fphex()
|