Searched refs:len (Results 1 – 2 of 2) sorted by relevance
/argp/ |
A D | argp-fmtstream.c | 124 size_t len; in __argp_fmtstream_update() local 162 len = fs->p - buf; in __argp_fmtstream_update() 163 nl = memchr (buf, '\n', len); in __argp_fmtstream_update() 172 if (fs->point_col + len < fs->rmargin) in __argp_fmtstream_update() 177 fs->point_col += len; in __argp_fmtstream_update() 214 fs->point_col += len; in __argp_fmtstream_update() 273 if ((nextline == buf + len + 1 in __argp_fmtstream_update() 285 len = nextline + mv - buf; in __argp_fmtstream_update() 300 len += buf - fs->buf; in __argp_fmtstream_update() 327 len -= nextline - buf; in __argp_fmtstream_update() [all …]
|
A D | argp-fmtstream.h | 56 #define __argp_fmtstream_write(fs,str,len) fwrite(str,1,len,fs) argument 57 #define argp_fmtstream_write(fs,str,len) fwrite(str,1,len,fs) argument
|
Completed in 5 milliseconds