Home
last modified time | relevance | path

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

/coreutils/src/
Denv.c239 struct splitbuf struct
273 splitbuf_grow (struct splitbuf *ss) in splitbuf_grow() argument
284 splitbuf_append_byte (struct splitbuf *ss, char c) in splitbuf_append_byte()
296 check_start_new_arg (struct splitbuf *ss) in check_start_new_arg()
313 splitbuf_finishup (struct splitbuf *ss) in splitbuf_finishup()
352 struct splitbuf ss; in build_argv()