Searched refs:newstr (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dfile-upload.h42 char *newstr(char *str);
/asus-wl-520gu-7.0.1.45/src/router/library/fileupload/
H A Dfile-upload.h42 char *newstr(char *str);
H A Dfile-upload.c24 char *newstr(char *str) function
64 newnode->entry.name = newstr(item.name);
65 newnode->entry.value = newstr(item.value);
145 tempstr = newstr(CONTENT_TYPE);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_samr_util.c196 char *newstr; local
200 newstr = base64_encode_data_blob(mung);
201 DEBUG(10,("INFO_21 UNI_MUNGED_DIAL: %s -> %s\n",old_string, newstr));
202 if (STRING_CHANGED_NC(old_string,newstr))
203 pdb_set_munged_dial(to , newstr, PDB_CHANGED);
205 SAFE_FREE(newstr);
413 char *newstr; local
417 newstr = base64_encode_data_blob(mung);
418 DEBUG(10,("INFO_23 UNI_MUNGED_DIAL: %s -> %s\n",old_string, newstr));
419 if (STRING_CHANGED_NC(old_string, newstr))
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dfirewall_ex.c313 char newstr[64]; local
321 sprintf(newstr, " -p %s", proto);
322 strcat(g_buf, newstr);
327 sprintf(newstr, " --tcp-flags %s RST", flag);
328 strcat(g_buf, newstr);
334 sprintf(newstr, " --src-range %s", srcip);
336 sprintf(newstr, " -s %s", srcip);
337 strcat(g_buf, newstr);
342 sprintf(newstr, " --sport %s", srcport);
343 strcat(g_buf, newstr);
[all...]
H A Dfirewall_ex_noipt.c311 char newstr[64]; local
319 sprintf(newstr, " -p %s", proto);
320 strcat(g_buf, newstr);
325 sprintf(newstr, " --tcp-flags %s RST", flag);
326 strcat(g_buf, newstr);
332 sprintf(newstr, " --src-range %s", srcip);
334 sprintf(newstr, " -s %s", srcip);
335 strcat(g_buf, newstr);
340 sprintf(newstr, " --sport %s", srcport);
341 strcat(g_buf, newstr);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dfirewall_ex.c313 char newstr[64]; local
321 sprintf(newstr, " -p %s", proto);
322 strcat(g_buf, newstr);
327 sprintf(newstr, " --tcp-flags %s RST", flag);
328 strcat(g_buf, newstr);
334 sprintf(newstr, " --src-range %s", srcip);
336 sprintf(newstr, " -s %s", srcip);
337 strcat(g_buf, newstr);
342 sprintf(newstr, " --sport %s", srcport);
343 strcat(g_buf, newstr);
[all...]
H A Dfirewall_ex_noipt.c311 char newstr[64]; local
319 sprintf(newstr, " -p %s", proto);
320 strcat(g_buf, newstr);
325 sprintf(newstr, " --tcp-flags %s RST", flag);
326 strcat(g_buf, newstr);
332 sprintf(newstr, " --src-range %s", srcip);
334 sprintf(newstr, " -s %s", srcip);
335 strcat(g_buf, newstr);
340 sprintf(newstr, " --sport %s", srcport);
341 strcat(g_buf, newstr);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/util/
H A Dsubst.c109 static void replace_string(char *begin, char *end, char *newstr) argument
113 replace_len = strlen(newstr);
120 memcpy(begin, newstr, replace_len);
/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A Dstate.js1095 var newstr = ","+trim(newname)+",";
1097 var re = new RegExp(newstr, "gi");
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A Dstate.js1095 var newstr = ","+trim(newname)+",";
1097 var re = new RegExp(newstr, "gi");
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/misc/
H A Dchandev.c1353 char *newstr=str,*next; local
1376 *newstr++=*str++;
1379 *newstr=0;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlinelist.c3728 char *str, *s, *t, *newstr; local
3741 newstr = t = malloc_or_die(len+1,__FILE__,__LINE__);
3752 list->list[linenumber] = newstr;
3753 DEBUG4("Escape_colons: '%s'", newstr );

Completed in 98 milliseconds