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

/netgear-R7000-V1.0.7.12_1.2.5/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 85 milliseconds