Searched refs:xgetc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/examples/
H A Dportab.h130 #undef xgetc macro
H A Dlzopack.c110 int xgetc(FILE *fp) function
300 method = xgetc(fi);
301 compression_level = xgetc(fi);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/alisp/
H A Dalisp.c500 static int xgetc(struct alisp_instance *instance) function
551 c = xgetc(instance);
562 while ((c = xgetc(instance)) != '\n' && c != EOF)
570 c = xgetc(instance);
576 c = xgetc(instance);
601 c = xgetc(instance);
603 c = xgetc(instance);
613 c = xgetc(instance);
646 c = xgetc(instance);
655 while ((c = xgetc(instanc
[all...]

Completed in 153 milliseconds