HomeSort by relevance Sort by last modified time
    Searched defs:MAXLINE (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/kernel/sched/clisrv/
pthcli.c 52 #define MAXLINE 1024
67 char sendline[MAXLINE], recvline[MAXLINE + 1];
69 while (fgets(sendline, MAXLINE, fp) != NULL) {
81 n = readline(sockfd, recvline, MAXLINE);
pthserv.c 44 #define MAXLINE 1024
60 char line[MAXLINE];
67 n = readline(sockfd, line, MAXLINE);
  /external/python/cpython2/Lib/
ftplib.py 59 MAXLINE = 8192
106 maxline = MAXLINE variable in class:FTP
186 line = self.file.readline(self.maxline + 1)
187 if len(line) > self.maxline:
188 raise Error("got more than %d bytes" % self.maxline)
440 line = fp.readline(self.maxline + 1)
441 if len(line) > self.maxline:
442 raise Error("got more than %d bytes" % self.maxline)
495 buf = fp.readline(self.maxline + 1
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 322 // MAXLINE must be (MAXLINESTR + 1), representing the size of a C string
324 #define MAXLINE (MAXLINESTR + 1)
376 char line[MAXLINE];
405 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
429 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
447 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
461 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
477 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
497 char tmpName[MAXLINE];
499 if (strgets(line, MAXLINE, &rsInfo) == nullptr)
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 1023 milliseconds