Searched refs:buf_user (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dnvram_f.c716 char buf_user[205]; local
726 strcpy(buf_user, nvram_get_i("sh_acc_user", sh_edit));
734 strcpy(tmp_user, buf_user);
746 p=strstr(buf_user, user);
748 strcpy(username, buf_user);
750 strcpy(buf_user, username);
774 nvram_set_i("sh_acc_user",sh_edit,buf_user);
777 nvram_set("sh_acc_user_x",buf_user);
827 char buf_user[205]; local
837 strcpy(buf_user, nvram_get_
[all...]
H A Dweb_ex.c6344 char buf_user[MAX_LINE_SIZE+MAX_LINE_SIZE]; local
6365 strcpy(buf_user, nvram_get_list_x(serviceId, "sh_acc_user", sh_edit));
6366 if (strcmp(buf_user,"")==0)
6386 //printf(" %s\n %s\n %s\n",buf_user,buf_rright, buf_wright);
6388 user = strtok(buf_user, ";");

Completed in 95 milliseconds