Searched refs:used (Results 1 - 25 of 2111) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dverror_msg.c20 int applet_len, strerr_len, msgeol_len, used; local
28 used = vasprintf(&msg, s, p);
29 if (used < 0)
43 msg1 = realloc(msg, applet_len + used + strerr_len + msgeol_len + 3);
45 msg[used++] = '\n'; /* overwrites NUL */
50 memmove(msg + applet_len, msg, used);
51 used += applet_len;
57 msg[used++] = ':';
58 msg[used++] = ' ';
60 strcpy(&msg[used], strer
87 #define used macro
[all...]
H A Dinfo_msg.c19 /* va_copy is used because it is not portable
36 int used;
44 used = vasprintf(&msg, s, p);
46 if (used < 0)
55 /* used = strlen(msg); - must be true already */
56 msg[used++] = '\n';
57 full_write(STDOUT_FILENO, msg, used);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dverror_msg.c20 int applet_len, strerr_len, msgeol_len, used; local
28 used = vasprintf(&msg, s, p);
29 if (used < 0)
43 msg1 = realloc(msg, applet_len + used + strerr_len + msgeol_len + 3);
45 msg[used++] = '\n'; /* overwrites NUL */
50 memmove(msg + applet_len, msg, used);
51 used += applet_len;
57 msg[used++] = ':';
58 msg[used++] = ' ';
60 strcpy(&msg[used], strer
87 #define used macro
[all...]
H A Dinfo_msg.c19 /* va_copy is used because it is not portable
36 int used;
44 used = vasprintf(&msg, s, p);
46 if (used < 0)
55 /* used = strlen(msg); - must be true already */
56 msg[used++] = '\n';
57 full_write(STDOUT_FILENO, msg, used);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dverror_msg.c20 int applet_len, strerr_len, msgeol_len, used; local
28 used = vasprintf(&msg, s, p);
29 if (used < 0)
43 msg1 = realloc(msg, applet_len + used + strerr_len + msgeol_len + 3);
45 msg[used++] = '\n'; /* overwrites NUL */
50 memmove(msg + applet_len, msg, used);
51 used += applet_len;
57 msg[used++] = ':';
58 msg[used++] = ' ';
60 strcpy(&msg[used], strer
87 #define used macro
[all...]
H A Dinfo_msg.c19 /* va_copy is used because it is not portable
36 int used;
44 used = vasprintf(&msg, s, p);
46 if (used < 0)
55 /* used = strlen(msg); - must be true already */
56 msg[used++] = '\n';
57 full_write(STDOUT_FILENO, msg, used);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/script/
H A Dfind_unused_macros.pl2 # Script that reads in C files and prints defines that are used nowhere in the
11 my %used;
30 if($cur ne $1) { $used{$1} = "$tmp:$ln"; }
37 if(!$used{$_}) { print "$defined{$_}: Macro `$_' is unused\n"; }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/script/
H A Dfind_unused_macros.pl2 # Script that reads in C files and prints defines that are used nowhere in the
11 my %used;
30 if($cur ne $1) { $used{$1} = "$tmp:$ln"; }
37 if(!$used{$_}) { print "$defined{$_}: Macro `$_' is unused\n"; }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/script/
H A Dfind_unused_macros.pl2 # Script that reads in C files and prints defines that are used nowhere in the
11 my %used;
30 if($cur ne $1) { $used{$1} = "$tmp:$ln"; }
37 if(!$used{$_}) { print "$defined{$_}: Macro `$_' is unused\n"; }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/tunala/
H A Dbuffer.c7 buf->used = 0;
14 buf->used = 0;
20 return buf->used;
25 return (MAX_DATA_SIZE - buf->used);
30 return (buf->used == MAX_DATA_SIZE ? 1 : 0);
35 return (buf->used < MAX_DATA_SIZE ? 1 : 0);
40 return (buf->used == 0 ? 1 : 0);
45 return (buf->used > 0 ? 1 : 0);
68 unsigned int added = MAX_DATA_SIZE - buf->used;
73 memcpy(buf->data + buf->used, pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/tunala/
H A Dbuffer.c7 buf->used = 0;
14 buf->used = 0;
19 return buf->used; }
21 return (MAX_DATA_SIZE - buf->used); }
23 return (buf->used == MAX_DATA_SIZE ? 1 : 0); }
25 return (buf->used < MAX_DATA_SIZE ? 1 : 0); }
27 return (buf->used == 0 ? 1 : 0); }
29 return (buf->used > 0 ? 1 : 0); }
43 unsigned int added = MAX_DATA_SIZE - buf->used;
48 memcpy(buf->data + buf->used, pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/tunala/
H A Dbuffer.c7 buf->used = 0;
14 buf->used = 0;
19 return buf->used; }
21 return (MAX_DATA_SIZE - buf->used); }
23 return (buf->used == MAX_DATA_SIZE ? 1 : 0); }
25 return (buf->used < MAX_DATA_SIZE ? 1 : 0); }
27 return (buf->used == 0 ? 1 : 0); }
29 return (buf->used > 0 ? 1 : 0); }
43 unsigned int added = MAX_DATA_SIZE - buf->used;
48 memcpy(buf->data + buf->used, pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/tunala/
H A Dbuffer.c7 buf->used = 0;
14 buf->used = 0;
20 return buf->used;
25 return (MAX_DATA_SIZE - buf->used);
30 return (buf->used == MAX_DATA_SIZE ? 1 : 0);
35 return (buf->used < MAX_DATA_SIZE ? 1 : 0);
40 return (buf->used == 0 ? 1 : 0);
45 return (buf->used > 0 ? 1 : 0);
68 unsigned int added = MAX_DATA_SIZE - buf->used;
73 memcpy(buf->data + buf->used, pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/tunala/
H A Dbuffer.c7 buf->used = 0;
14 buf->used = 0;
20 return buf->used;
25 return (MAX_DATA_SIZE - buf->used);
30 return (buf->used == MAX_DATA_SIZE ? 1 : 0);
35 return (buf->used < MAX_DATA_SIZE ? 1 : 0);
40 return (buf->used == 0 ? 1 : 0);
45 return (buf->used > 0 ? 1 : 0);
68 unsigned int added = MAX_DATA_SIZE - buf->used;
73 memcpy(buf->data + buf->used, pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/tunala/
H A Dbuffer.c7 buf->used = 0;
14 buf->used = 0;
19 return buf->used; }
21 return (MAX_DATA_SIZE - buf->used); }
23 return (buf->used == MAX_DATA_SIZE ? 1 : 0); }
25 return (buf->used < MAX_DATA_SIZE ? 1 : 0); }
27 return (buf->used == 0 ? 1 : 0); }
29 return (buf->used > 0 ? 1 : 0); }
43 unsigned int added = MAX_DATA_SIZE - buf->used;
48 memcpy(buf->data + buf->used, pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/h8300/kernel/
H A Dgpio.c57 unsigned char used; member in struct:__anon13057
65 unsigned char *used; local
69 used = &(gpio_regs[port].used);
70 if ((*used & bits) != 0)
72 *used |= bits;
78 unsigned char *used; local
82 used = &(gpio_regs[port].used);
83 if ((*used
127 unsigned char used,ddr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/h8300/kernel/
H A Dgpio.c57 unsigned char used; member in struct:__anon24750
65 unsigned char *used; local
69 used = &(gpio_regs[port].used);
70 if ((*used & bits) != 0)
72 *used |= bits;
78 unsigned char *used; local
82 used = &(gpio_regs[port].used);
83 if ((*used
127 unsigned char used,ddr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/uwb/wlp/
H A Dmessages.c152 size_t used = sizeof(*attr); local
156 used = wlp_set_wssid(ptr, &wss->wssid);
157 used += wlp_set_wss_name(ptr + used, wss->name, strlen(wss->name));
158 used += wlp_set_accept_enrl(ptr + used, wss->accept_enroll);
159 used += wlp_set_wss_sec_status(ptr + used, wss->secure_status);
160 used += wlp_set_wss_bcast(ptr + used,
395 size_t used = 0; local
503 size_t used = 0; local
570 size_t used = 0; local
688 size_t used = 0; local
769 size_t used = 0; local
898 size_t used; local
954 size_t used = 0; local
1086 size_t used; local
1219 size_t used; local
1317 size_t used; local
1429 size_t used; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/uwb/wlp/
H A Dmessages.c152 size_t used = sizeof(*attr); local
156 used = wlp_set_wssid(ptr, &wss->wssid);
157 used += wlp_set_wss_name(ptr + used, wss->name, strlen(wss->name));
158 used += wlp_set_accept_enrl(ptr + used, wss->accept_enroll);
159 used += wlp_set_wss_sec_status(ptr + used, wss->secure_status);
160 used += wlp_set_wss_bcast(ptr + used,
395 size_t used = 0; local
503 size_t used = 0; local
570 size_t used = 0; local
688 size_t used = 0; local
769 size_t used = 0; local
898 size_t used; local
954 size_t used = 0; local
1086 size_t used; local
1219 size_t used; local
1317 size_t used; local
1429 size_t used; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dfasttimer.c166 /* If a longer timeout than the timer can handle is used,
509 static unsigned long used; local
513 used = 0;
519 if (!offset || !used)
523 used = 0;
524 used += sprintf(bigbuf + used, "Fast timers added: %i\n",
526 used += sprintf(bigbuf + used, "Fast timers started: %i\n",
528 used
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dfasttimer.c486 static unsigned long used; local
491 used = 0;
498 if (!offset || !used) {
501 used = 0;
502 used += sprintf(bigbuf + used, "Fast timers added: %i\n",
504 used += sprintf(bigbuf + used, "Fast timers started: %i\n",
506 used += sprintf(bigbuf + used, "Fas
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dfasttimer.c166 /* If a longer timeout than the timer can handle is used,
509 static unsigned long used; local
513 used = 0;
519 if (!offset || !used)
523 used = 0;
524 used += sprintf(bigbuf + used, "Fast timers added: %i\n",
526 used += sprintf(bigbuf + used, "Fast timers started: %i\n",
528 used
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dfasttimer.c486 static unsigned long used; local
491 used = 0;
498 if (!offset || !used) {
501 used = 0;
502 used += sprintf(bigbuf + used, "Fast timers added: %i\n",
504 used += sprintf(bigbuf + used, "Fast timers started: %i\n",
506 used += sprintf(bigbuf + used, "Fas
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/sysklogd/
H A Dklogd.c47 int used; local
74 used = 0;
83 start = log_buffer + used;
84 n = klogctl(2, start, KLOGD_LOGBUF_SIZE-1 - used);
105 used = newline - start;
106 if (used < KLOGD_LOGBUF_SIZE-1) {
111 used = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/sysklogd/
H A Dklogd.c47 int used; local
74 used = 0;
83 start = log_buffer + used;
84 n = klogctl(2, start, KLOGD_LOGBUF_SIZE-1 - used);
105 used = newline - start;
106 if (used < KLOGD_LOGBUF_SIZE-1) {
111 used = 0;

Completed in 576 milliseconds

1234567891011>>