fgetc             265 source3/client/client.c 		for (l=0;l<maxlen && (c=fgetc(stdin))!=EOF;l++) {
fgetc             694 source3/lib/ldb/common/ldb_ldif.c 	return fgetc(state->f);
fgetc             479 source3/lib/ldb/tools/oLschema2ldif.c 	while ((c = fgetc(in)) != EOF) {
fgetc             484 source3/lib/ldb/tools/oLschema2ldif.c 				c = fgetc(in);
fgetc             519 source3/lib/ldb/tools/oLschema2ldif.c 		} while ((c = fgetc(in)) != EOF); 
fgetc             398 source3/passdb/pdb_smbpasswd.c 				c = fgetc(fp);
fgetc             801 source3/passdb/pdb_smbpasswd.c 				c = fgetc(fp);
fgetc              66 source3/web/cgi.c 		c = fgetc(f);
fgetc             192 source4/client/client.c 		for (l=0;l<maxlen && (c=fgetc(stdin))!=EOF;l++) {
fgetc             695 source4/lib/ldb/common/ldb_ldif.c 	return fgetc(state->f);
fgetc             478 source4/utils/oLschema2ldif.c 	while ((c = fgetc(in)) != EOF) {
fgetc             483 source4/utils/oLschema2ldif.c 				c = fgetc(in);
fgetc             518 source4/utils/oLschema2ldif.c 		} while ((c = fgetc(in)) != EOF);