Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/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()
/third_party/boost/tools/build/src/engine/
Djam.h51 #define MAXLINE 1024 /* longest 'together' actions */ macro
89 #define MAXLINE (undefined__see_execnt_c) /* max chars per command line */ macro
132 #define MAXLINE 996 /* max chars per command line */ macro
152 #define MAXLINE 23552 /* 24k - 1k, max chars per command line */ macro
262 #define MAXLINE 996 /* max chars per command line */ macro
444 #ifndef MAXLINE
445 #define MAXLINE 102400 /* max chars per command line */ macro
Dexecvms.cpp92 : check_cmd_for_too_long_lines( command->value, MAXLINE, error_length, in exec_check()
Dexecunix.cpp157 : check_cmd_for_too_long_lines( command->value, MAXLINE, error_length, in exec_check()
/third_party/python/Lib/
Dftplib.py53 MAXLINE = 8192 variable
101 maxline = MAXLINE
/third_party/python/Misc/NEWS.d/
D3.5.0a3.rst242 Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c346 #define MAXLINE 80 /* maximum processed size of a line */ macro
2072 char line[MAXLINE+1]; in showhex()
2106 } while (!done && (c != '\n') && (lth < MAXLINE)); in showhex()
/third_party/python/Misc/
DHISTORY632 - Issue #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.