Home
last modified time | relevance | path

Searched refs:MAXLINE (Results 1 – 12 of 12) sorted by relevance

/external/libpng/contrib/powerpc-vsx/
Dlinux.c26 #ifndef MAXLINE
27 # define MAXLINE 1024 macro
36 char input[MAXLINE]; in png_have_vsx()
44 memset(input,0,MAXLINE); in png_have_vsx()
45 while(fgets(input,MAXLINE,f) != NULL) in png_have_vsx()
/external/ltp/testcases/kernel/sched/clisrv/
Dpthcli.c52 #define MAXLINE 1024 macro
66 char sendline[MAXLINE], recvline[MAXLINE + 1]; in str_cli()
68 while (fgets(sendline, MAXLINE, fp) != NULL) { in str_cli()
80 n = readline(sockfd, recvline, MAXLINE); in str_cli()
Dpthserv.c44 #define MAXLINE 1024 macro
59 char line[MAXLINE]; in str_echo()
66 n = readline(sockfd, line, MAXLINE); in str_echo()
/external/python/pycparser/utils/internal/
Dzc.c8 #define MAXLINE 1024 macro
17 char line[MAXLINE]; /* input buff, fgets() */ in main()
59 while((fgets(line, MAXLINE, fp)) != NULL) { in main()
/external/python/cpython3/Lib/
Dftplib.py53 MAXLINE = 8192 variable
101 maxline = MAXLINE
/external/python/cpython2/Lib/
Dftplib.py59 MAXLINE = 8192 variable
106 maxline = MAXLINE
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a3.rst242 Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
/external/python/cpython2/Misc/NEWS.d/
D2.7.10rc1.rst271 Increase impalib's MAXLINE to accommodate modern mailbox sizes.
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/external/python/cpython3/Misc/
DHISTORY632 - Issue #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.