Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dsprintf_s.c48 int rc; in sprintf_s() local
120 rc = vsnprintf(s, bufsize, fmt, args); in sprintf_s()
125 if (rc < 0 || rc >= (int)bufsize) { in sprintf_s()
129 s[rc] = 0; in sprintf_s()
133 return rc; in sprintf_s()
140 rc = 0; /* standard stipulates this */ in sprintf_s()
146 return rc; in sprintf_s()
/picolibc-latest/newlib/libc/stdlib/
Dsystem.c125 int rc = wait (&status); in do_system() local
126 if (rc == -1) in do_system()
/picolibc-latest/newlib/libm/ld/ld80/
Ds_erfl.c228 rc[] = { variable
404 R = rc[0] + s * (rc[1] + s * (rc[2] + s * (rc[3] + in erfcl()
405 s * (rc[4] + s * rc[5])))); in erfcl()
/picolibc-latest/newlib/libc/stdio/
Dfread.c191 int rc = 0; in fread() local
200 rc = _srefill ( fp); in fread()
208 if (rc) in fread()