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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c1013 int optpos = 0; local
1040 optpos++;
1042 options = xrealloc(options, optpos + 2);
1043 options[optpos] = arg[j];
1101 optpos++;
1103 options = xrealloc(options, optpos + 2);
1104 options[optpos] = arg[j];
1109 if (optpos) {
1111 options[optpos + 1] = '\0';
1114 optpos
[all...]

Completed in 93 milliseconds