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

/openwrt/target/linux/at91/image/dfboot/src/
H A Dmain.c545 unsigned int ix; local
633 for(ix = 1; (message[ix] == ' ') && (ix < 12); ix++); // Skip some whitespace
635 if(!AsciiToHex(&message[ix], &DeviceAddress) )
/openwrt/tools/flock/src/
H A Dflock.c132 int opt, ix; local
149 while ( (opt = getopt_long(argc, argv, "+sexnouw:hV?", long_options, &ix)) != EOF ) {

Completed in 34 milliseconds