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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c293 char *varstr; /* points to "name=" portion */ member in struct:variable
813 putenv(var->varstr);
948 puts(e->varstr);
2634 if (strncmp(cur->varstr, name, len) == 0 && cur->varstr[len] == '=')
2657 if (strncmp(cur->varstr, str, name_len) != 0) {
2675 if (strcmp(cur->varstr, str) == 0) {
2682 strcpy(cur->varstr, str);
2688 free(cur->varstr);
2698 cur->varstr
[all...]

Completed in 58 milliseconds