Home | History | Annotate | Download | only in cpu_ref

Lines Matching defs:MAXLINE

266 // MAXLINE must be (MAXLINESTR + 1), representing the size of a C string
268 #define MAXLINE (MAXLINESTR + 1)
307 char line[MAXLINE];
336 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
360 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
379 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
393 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
409 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
429 char tmpName[MAXLINE];
431 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
456 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
474 char tmpNameReduce[MAXLINE];
475 char tmpNameInitializer[MAXLINE];
476 char tmpNameAccumulator[MAXLINE];
477 char tmpNameCombiner[MAXLINE];
478 char tmpNameOutConverter[MAXLINE];
479 char tmpNameHalter[MAXLINE];
481 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
561 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
571 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
588 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
611 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
615 char key[MAXLINE];
616 char value[MAXLINE] = ""; // initialize in case value is empty
639 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
657 if (strgets(line, MAXLINE, &rsInfo) != nullptr) {