Searched refs:MAXLINE (Results 1 – 12 of 12) sorted by relevance
/third_party/libpng/contrib/powerpc-vsx/ |
D | linux.c | 26 #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/ |
D | linux.c | 26 #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/ |
D | linux.c | 26 #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/ |
D | pthcli.c | 52 #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()
|
D | pthserv.c | 44 #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/ |
D | jam.h | 51 #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
|
D | execvms.cpp | 92 : check_cmd_for_too_long_lines( command->value, MAXLINE, error_length, in exec_check()
|
D | execunix.cpp | 157 : check_cmd_for_too_long_lines( command->value, MAXLINE, error_length, in exec_check()
|
/third_party/python/Lib/ |
D | ftplib.py | 53 MAXLINE = 8192 variable 101 maxline = MAXLINE
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a3.rst | 242 Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfssecaudit.c | 346 #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/ |
D | HISTORY | 632 - Issue #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
|