Home | History | Annotate | Download | only in igen

Lines Matching defs:strlen_pos

58       int strlen_pos;
74 strlen_pos = back_spaces (start_pos, chp) - start_pos;
83 strlen_val = strlen_pos;
85 strlen_pos = 0;
202 if (strlen_pos == 0)
246 new_field->pos_string = NZALLOC (char, strlen_pos + 1);
247 strncpy (new_field->pos_string, start_pos, strlen_pos);
248 if (strlen_pos == 0)
365 int strlen_pos;
376 strlen_pos = end_pos - start_pos;
379 if (strlen_pos == 0)
383 format = NZALLOC (char, strlen_pos + 1);
384 strncpy (format, start_pos, strlen_pos);