Lines Matching defs:line3
56 char line3[100];
111 strcpy(line3, line1);
112 line3[strlen(line3) - 1] = 0;
114 while (strlen(line3) < 40) {
115 strcat(line3, " ");
118 if (strstr(line3, "MONGO_")) {
127 if (strstr(line3, "FSYS=")) {
134 line3, line2);
136 } else if (NULL == strstr(line3, " :")) {
138 if (strstr(line3, "(time"))
141 line3);
144 p = line3;
150 fprintf(f4, "<tt>%s</tt><br>\n", line3);
157 else if (strstr(line3, "Create"))
165 strcat(line3, line2);
167 strcpy(out_line, line3);
198 line3[0] = 0;