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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dmain.c744 int remaining_chars;
756 remaining_chars = line_length;
764 if (remaining_chars <= strlen (token))
767 remaining_chars = line_length - TABULATION;
770 remaining_chars -= strlen (token) + 1; /* account for " " */
742 int remaining_chars; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpicmn.c466 phr->u.cu.chars8.remaining_chars =
H A Dhpi_internal.h1013 u32 remaining_chars; member in struct:hpi_control_union_res::__anon19112
H A Dhpifunc.c1703 && (hr.u.cu.chars8.remaining_chars + 8) >
1724 if ((hr.u.cu.chars8.remaining_chars == 0)

Completed in 103 milliseconds