Lines Matching defs:tstr
141 char tstr[FILE_ARR_SIZE];
208 while (fgets (tstr, FILE_ARR_SIZE, pfile) != NULL) {
209 if ((tstr == NULL) || (strlen (tstr) <= 0))
215 if (strstr (tstr, file_edit_type) == NULL) {
216 fset = fset + strlen (tstr);
223 if (strstr (tstr, file_edit_value) != NULL) {
245 next_fset = fset + strlen(tstr);
252 if (fgets (tstr, FILE_ARR_SIZE, pfile) != NULL) {
255 "%s\n", tstr);
258 fset = fset + strlen(tstr);
259 next_fset = next_fset + strlen(tstr);
262 } while (fgets (tstr, FILE_ARR_SIZE, pfile) != NULL);
331 char tstr[FILE_ARR_SIZE];
357 while (fgets (tstr, FILE_ARR_SIZE, pfile) != NULL) {
358 if ((tstr == NULL) || (strlen (tstr) <= 0))
363 if (strstr (tstr, file_edit_type) == NULL)
370 tpstr = strtok (tstr, " ");