Searched refs:nchars (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dshell_common.c56 int nchars; /* -n NUM */ local
75 nchars = 0; /* if != 0, -n is in effect */
77 nchars = bb_strtou(opt_n, NULL, 10);
78 if (nchars < 0 || errno)
129 if (nchars || (read_flags & BUILTIN_READ_SILENT)) {
132 if (nchars) {
134 tty.c_cc[VMIN] = nchars < 256 ? nchars : 255;
221 } while (--nchars);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dshell_common.c56 int nchars; /* -n NUM */ local
75 nchars = 0; /* if != 0, -n is in effect */
77 nchars = bb_strtou(opt_n, NULL, 10);
78 if (nchars < 0 || errno)
129 if (nchars || (read_flags & BUILTIN_READ_SILENT)) {
132 if (nchars) {
134 tty.c_cc[VMIN] = nchars < 256 ? nchars : 255;
221 } while (--nchars);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dshell_common.c56 int nchars; /* -n NUM */ local
75 nchars = 0; /* if != 0, -n is in effect */
77 nchars = bb_strtou(opt_n, NULL, 10);
78 if (nchars < 0 || errno)
129 if (nchars || (read_flags & BUILTIN_READ_SILENT)) {
132 if (nchars) {
134 tty.c_cc[VMIN] = nchars < 256 ? nchars : 255;
221 } while (--nchars);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dmemdebug.c371 int nchars; local
382 nchars = vsnprintf(buf, LOGLINE_BUFSIZE, format, ap);
385 if(nchars > LOGLINE_BUFSIZE - 1)
386 nchars = LOGLINE_BUFSIZE - 1;
388 if(nchars > 0)
389 fwrite(buf, 1, nchars, logfile);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dmemdebug.c371 int nchars; local
382 nchars = vsnprintf(buf, LOGLINE_BUFSIZE, format, ap);
385 if(nchars > LOGLINE_BUFSIZE - 1)
386 nchars = LOGLINE_BUFSIZE - 1;
388 if(nchars > 0)
389 fwrite(buf, 1, nchars, logfile);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dmemdebug.c371 int nchars; local
382 nchars = vsnprintf(buf, LOGLINE_BUFSIZE, format, ap);
385 if(nchars > LOGLINE_BUFSIZE - 1)
386 nchars = LOGLINE_BUFSIZE - 1;
388 if(nchars > 0)
389 fwrite(buf, 1, nchars, logfile);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dwin32.c773 size_t nchars = 1; local
777 nchars += strlen (e->string) + 1;
779 nchars += strlen(force_path)+1;
781 ret = (char *) malloc (nchars);
814 size_t nchars = 1; local
827 nchars += len + 3;
834 buf = alloc_buf_gc (nchars, gc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dwin32.c773 size_t nchars = 1; local
777 nchars += strlen (e->string) + 1;
779 nchars += strlen(force_path)+1;
781 ret = (char *) malloc (nchars);
814 size_t nchars = 1; local
827 nchars += len + 3;
834 buf = alloc_buf_gc (nchars, gc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dwin32.c773 size_t nchars = 1; local
777 nchars += strlen (e->string) + 1;
779 nchars += strlen(force_path)+1;
781 ret = (char *) malloc (nchars);
814 size_t nchars = 1; local
827 nchars += len + 3;
834 buf = alloc_buf_gc (nchars, gc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/cris/
H A Dtraps.c2502 int nchars = -1; local
2552 nchars = strlen (argv0) + 1;
2565 nchars = strlen (lbuf) + 1;
2572 nchars = readlink (pbuf, lbuf, SIM_PATHMAX);
2579 if (nchars == -1)
2585 if (bufsiz < nchars)
2586 nchars = bufsiz;
2589 buf, nchars) != (unsigned int) nchars)
2592 retval = nchars;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/cris/
H A Dtraps.c2502 int nchars = -1; local
2552 nchars = strlen (argv0) + 1;
2565 nchars = strlen (lbuf) + 1;
2572 nchars = readlink (pbuf, lbuf, SIM_PATHMAX);
2579 if (nchars == -1)
2585 if (bufsiz < nchars)
2586 nchars = bufsiz;
2589 buf, nchars) != (unsigned int) nchars)
2592 retval = nchars;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/cris/
H A Dtraps.c2502 int nchars = -1; local
2552 nchars = strlen (argv0) + 1;
2565 nchars = strlen (lbuf) + 1;
2572 nchars = readlink (pbuf, lbuf, SIM_PATHMAX);
2579 if (nchars == -1)
2585 if (bufsiz < nchars)
2586 nchars = bufsiz;
2589 buf, nchars) != (unsigned int) nchars)
2592 retval = nchars;
[all...]

Completed in 224 milliseconds