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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dbfin_sport.h77 int word_len; /* How length of the word in bits, 3-32 bits */ member in struct:sport_config
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c2385 int word_len = strcspn(str, ifs); local
2386 if (word_len) {
2387 memcpy(pos, str, word_len); /* store non-ifs chars */
2388 pos += word_len;
2389 str += word_len;

Completed in 76 milliseconds