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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibipt_webmon.c635 int str_index = 0; local
638 while( (test = str[str_index]) != '\0' && is_whitespace == 1)
646 str_index = is_whitespace == 1 ? str_index+1 : str_index;
648 new_start = str_index;
651 str_index = strlen(str) - 1;
653 while( str_index >= new_start && is_whitespace == 1)
659 is_whitespace = str[str_index] == whitespace[whitespace_index] ? 1 : 0;
661 str_index
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/extensions/
H A Dlibipt_webmon.c635 int str_index = 0; local
638 while( (test = str[str_index]) != '\0' && is_whitespace == 1)
646 str_index = is_whitespace == 1 ? str_index+1 : str_index;
648 new_start = str_index;
651 str_index = strlen(str) - 1;
653 while( str_index >= new_start && is_whitespace == 1)
659 is_whitespace = str[str_index] == whitespace[whitespace_index] ? 1 : 0;
661 str_index
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibipt_webmon.c635 int str_index = 0; local
638 while( (test = str[str_index]) != '\0' && is_whitespace == 1)
646 str_index = is_whitespace == 1 ? str_index+1 : str_index;
648 new_start = str_index;
651 str_index = strlen(str) - 1;
653 while( str_index >= new_start && is_whitespace == 1)
659 is_whitespace = str[str_index] == whitespace[whitespace_index] ? 1 : 0;
661 str_index
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Ddload_internal.h185 u32 str_index; member in struct:tramp_sym
H A Dtramp.c300 u32 str_index,
324 new_sym->str_index = str_index;
353 if (sym_found->str_index == string_index)
299 priv_tramp_sym_create(struct dload_state *dlthis, u32 str_index, struct local_symbol *tmp_sym) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/dynload/
H A Ddload_internal.h185 u32 str_index; member in struct:tramp_sym
H A Dtramp.c300 u32 str_index,
324 new_sym->str_index = str_index;
353 if (sym_found->str_index == string_index)
299 priv_tramp_sym_create(struct dload_state *dlthis, u32 str_index, struct local_symbol *tmp_sym) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/common/
H A Dlpd_status.c109 char *str_index;//JY1120 local
147 if((str_index = strstr(readbuffer, "PRINTER_STATUS=\"")))
149 str_index += 16;//moving to status
150 strncpy(printerstatus, str_index, strlen(str_index) - 2 );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/src/common/
H A Dlpd_status.c109 char *str_index;//JY1120 local
147 if((str_index = strstr(readbuffer, "PRINTER_STATUS=\"")))
149 str_index += 16;//moving to status
150 strncpy(printerstatus, str_index, strlen(str_index) - 2 );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/src/common/
H A Dlpd_status.c109 char *str_index;//JY1120 local
147 if((str_index = strstr(readbuffer, "PRINTER_STATUS=\"")))
149 str_index += 16;//moving to status
150 strncpy(printerstatus, str_index, strlen(str_index) - 2 );

Completed in 294 milliseconds