Home
last modified time | relevance | path

Searched refs:_buf_findstr (Results 1 – 5 of 5) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/argz/
Dargz_replace.c39 if(_buf_findstr(str, &buf_iter, &buf_len)) in argz_replace()
58 if (_buf_findstr(str, &buf_iter, &buf_len)) in argz_replace()
Dbuf_findstr.h12 int _buf_findstr(const char *str, char **buf, size_t *buf_len);
Denvz_get.c25 if (_buf_findstr(name, &buf_ptr, &buf_len)) in envz_get()
Denvz_entry.c25 if (_buf_findstr(name, &buf_ptr, &buf_len)) in envz_entry()
Dbuf_findstr.c17 _buf_findstr(const char *str, char **buf, size_t *buf_len) in _buf_findstr() function