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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c293 char *varstr; /* points to "name=" portion */ member in struct:variable
814 putenv(var->varstr);
949 puts(e->varstr);
2635 if (strncmp(cur->varstr, name, len) == 0 && cur->varstr[len] == '=')
2658 if (strncmp(cur->varstr, str, name_len) != 0) {
2676 if (strcmp(cur->varstr, str) == 0) {
2683 strcpy(cur->varstr, str);
2689 free(cur->varstr);
2699 cur->varstr
[all...]

Completed in 100 milliseconds