Searched refs:append_string (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpnserv/
H A Dopenvpnserv.c247 char append_string[2]; local
331 QUERY_REG_STRING ("log_append", append_string);
356 if (append_string[0] == '0')
358 else if (append_string[0] == '1')
362 MSG (M_ERR, "Log file append flag (given as '%s') must be '0' or '1'", append_string);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.l50 static void append_string(const char *str, int size)
154 append_string(yytext, yyleng);
159 append_string(yytext, yyleng);
162 append_string(yytext + 1, yyleng - 1);
167 append_string(yytext + 1, yyleng - 1);
175 append_string(yytext, 1);
205 append_string(" ", 8);
208 append_string(" ", ts);
218 append_string("\n", 1);
226 append_string(yytex
[all...]
H A Dlex.zconf.c821 static void append_string(const char *str, int size) function
1214 append_string(zconftext, zconfleng);
1222 append_string(zconftext, zconfleng);
1232 append_string(zconftext + 1, zconfleng - 1);
1240 append_string(zconftext + 1, zconfleng - 1);
1251 append_string(zconftext, 1);
1288 append_string(" ", 8);
1291 append_string(" ", ts);
1312 append_string("\n", 1);
1323 append_string(zconftex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l49 void append_string(const char *str, int size)
153 append_string(yytext, yyleng);
158 append_string(yytext, yyleng);
161 append_string(yytext + 1, yyleng - 1);
166 append_string(yytext + 1, yyleng - 1);
174 append_string(yytext, 1);
204 append_string(" ", 8);
207 append_string(" ", ts);
217 append_string("\n", 1);
220 append_string(yytex
[all...]
H A Dlex.zconf.c784 void append_string(const char *str, int size) function
1141 append_string(zconftext, zconfleng);
1149 append_string(zconftext, zconfleng);
1159 append_string(zconftext + 1, zconfleng - 1);
1167 append_string(zconftext + 1, zconfleng - 1);
1178 append_string(zconftext, 1);
1215 append_string(" ", 8);
1218 append_string(" ", ts);
1239 append_string("\n", 1);
1245 append_string(zconftex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dzconf.l46 void append_string(const char *str, int size)
152 append_string(yytext, yyleng);
157 append_string(yytext, yyleng);
160 append_string(yytext+1, yyleng);
165 append_string(yytext+1, yyleng);
173 append_string(yytext, 1);
202 append_string(" ", 8);
205 append_string(" ", ts);
216 append_string("\n", 1);
219 append_string(yytex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Durl.c1318 append_string (const char *str, struct growable *dest)
1563 append_string (opt.dir_prefix, &fnres);
1574 append_string (supported_schemes[u->scheme].name, &fnres);
1581 append_string (u->host, &fnres);
1586 append_string ("%2E%2E", &fnres);
1592 append_string (portstr, &fnres);
2268 append_string (test_array[i].original_url, &dest);
1312 append_string (const char *str, struct growable *dest) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Dsnprintf.c222 append_string (struct state *state, function
365 if (append_string(state,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/missing/
H A Dsnprintf.c222 append_string (struct state *state, function
365 if (append_string(state,

Completed in 191 milliseconds