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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Drdswitch.c39 read_text_integer (FILE * file, long * result, int * termchar)
41 /* Reads one trailing character after the integer; returns it in termchar */
50 *termchar = ch;
56 *termchar = ch;
68 *termchar = ch;
86 int tblno, i, termchar; local
96 while (read_text_integer(fp, &val, &termchar)) { /* read 1st element of table */
104 if (! read_text_integer(fp, &val, &termchar)) {
116 if (termchar != EOF) {
130 read_scan_integer (FILE * file, long * result, int * termchar)
177 int scanno, ncomps, termchar; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dupgrade.tcl828 set termchar [string range $str $last $last]
829 if { [string compare $termchar \0] == 0 } {

Completed in 29 milliseconds