Searched refs:_buf_findstr (Results 1 – 5 of 5) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/argz/ |
D | argz_replace.c | 39 if(_buf_findstr(str, &buf_iter, &buf_len)) in argz_replace() 58 if (_buf_findstr(str, &buf_iter, &buf_len)) in argz_replace()
|
D | buf_findstr.h | 12 int _buf_findstr(const char *str, char **buf, size_t *buf_len);
|
D | envz_get.c | 25 if (_buf_findstr(name, &buf_ptr, &buf_len)) in envz_get()
|
D | envz_entry.c | 25 if (_buf_findstr(name, &buf_ptr, &buf_len)) in envz_entry()
|
D | buf_findstr.c | 17 _buf_findstr(const char *str, char **buf, size_t *buf_len) in _buf_findstr() function
|