Searched refs:fgetln (Results 51 - 57 of 57) sorted by relevance

123

/freebsd-11-stable/usr.sbin/jail/
H A Dconfig.c651 while ((ln = fgetln(f, &lnlen))) {
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c713 while ((line = fgetln(fp, &len)) != NULL) {
1105 while (!found && (line = fgetln(fd, &len)) != NULL) {
/freebsd-11-stable/sbin/natd/
H A Dnatd.c1541 while ((buf = fgetln(file, &len)) != NULL) {
/freebsd-11-stable/usr.bin/patch/
H A Dpch.c1226 line = fgetln(pfp, &len);
/freebsd-11-stable/lib/libc/net/
H A Dgetservent.c352 if ((line = fgetln(st->fp, &linesize)) == NULL) {
/freebsd-11-stable/lib/libfetch/
H A Dhttp.c1489 while ((line = fgetln(in, &len)) != NULL) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7215 INTERCEPTOR(char *, fgetln, __sanitizer_FILE *stream, SIZE_T *len) {
7217 COMMON_INTERCEPTOR_ENTER(ctx, fgetln, stream, len);
7218 char *str = REAL(fgetln)(stream, len);
7225 #define INIT_FGETLN COMMON_INTERCEPT_FUNCTION(fgetln)

Completed in 155 milliseconds

123