Searched refs:nvram_get_list_x (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dbcmnvram_f.h55 const char *value = nvram_get_list_x(sid, name, index); \
89 extern char *nvram_get_list_x(const char *sid, const char *name, int index);
H A Dcommon.c366 strcpy(buf, nvram_get_list_x(svcLinks[sid].serviceId, name, i+1));
H A Dnvram_f.c210 char *nvram_get_list_x(const char *sid, const char *name, int index) function
H A Dweb_ex.c846 ret += websWrite(wp, nvram_get_list_x(sid, name, which));
2927 sprintf(buf, "\"%s\"", nvram_get_list_x(serviceId, gv->name, i));
6236 strcpy(buf, nvram_get_list_x(serviceId, gv->name, count));
6365 strcpy(buf_user, nvram_get_list_x(serviceId, "sh_acc_user", sh_edit));
6382 strcpy(buf_rright, nvram_get_list_x(serviceId, "sh_rright", sh_edit));
6383 strcpy(buf_wright, nvram_get_list_x(serviceId, "sh_wright", sh_edit));
7355 websAspDefine("nvram_get_list_x", ej_nvram_get_list_x);
7598 { "nvram_get_list_x", ej_nvram_get_list_x},

Completed in 92 milliseconds