Searched refs:tempstr (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/fileupload/
H A Dfile-upload.c26 char *tempstr = (char *)malloc(sizeof(char) * strlen(str) + 1); local
28 if (tempstr != NULL)
29 strcpy(tempstr,str);
30 return tempstr;
35 char *tempstr = buffer; local
42 return tempstr;
126 char *uploadfname=NULL, *tempstr=NULL, *boundary=NULL,*p=NULL; local
145 tempstr = newstr(CONTENT_TYPE);
146 boundary = strstr(tempstr,"boundary=");
269 if(tempstr)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dutil.c202 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; local
204 strcpy (tempstr, prompt);
206 prompt_len = strlen(tempstr);
212 if(tempstr[i] == '\n') tempstr[i] = ' ';
217 waddstr (win, tempstr);
222 word = tempstr;
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dutil.c202 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; local
204 strcpy (tempstr, prompt);
206 prompt_len = strlen(tempstr);
212 if(tempstr[i] == '\n') tempstr[i] = ' ';
217 waddstr (win, tempstr);
222 word = tempstr;
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dservices_ex.c4561 char tempstr[1]; local
4635 strcpy(tempstr, port);
4636 if (strcmp(tempstr, "1")==0)
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dservices_ex.c4549 char tempstr[1]; local
4623 strcpy(tempstr, port);
4624 if (strcmp(tempstr, "1")==0)

Completed in 114 milliseconds