Lines Matching refs:s2

125 	char *s, *s2;  in get_tracetype()  local
153 s2 = strchr(s, ' '); in get_tracetype()
154 if (s2 == NULL) { in get_tracetype()
160 while (*s2 == ' ') in get_tracetype()
161 s2++; in get_tracetype()
162 if (*s2 == '\0') { in get_tracetype()
172 bcopy(s2, s, strlen(s2) + 1); in get_tracetype()
178 char *s, *s2, save; in get_pathname() local
187 s2 = strchr(s, ' '); in get_pathname()
188 if (s2 == NULL) { in get_pathname()
205 s2 = strchr(s, '"'); in get_pathname()
207 s2 = strchr(s, '>'); in get_pathname()
208 if (s2 == NULL) { in get_pathname()
214 save = *s2; in get_pathname()
215 *s2 = '\0'; in get_pathname()
217 *s2 = save; in get_pathname()
223 char *s, *s2; in get_syscall() local
232 s2 = strchr(s, '('); in get_syscall()
233 if (s2 == NULL) { in get_syscall()
238 *s2 = '\0'; in get_syscall()
240 *s2 = '('; in get_syscall()
296 char *s, *s2; in get_lseek_offset_action() local
322 s2 = strchr(s, ')'); in get_lseek_offset_action()
323 if (s2 == NULL) { in get_lseek_offset_action()
328 *s2 = '\0'; in get_lseek_offset_action()
330 *s2 = ')'; in get_lseek_offset_action()
405 char *s, *s2, lookfor; in get_openat_flags_mode() local
425 s2 = strchr(s, lookfor); in get_openat_flags_mode()
426 if (s2 == NULL) { in get_openat_flags_mode()
431 *s2 = '\0'; in get_openat_flags_mode()
433 *s2 = lookfor; in get_openat_flags_mode()
435 s = s2 + 2; in get_openat_flags_mode()
436 s2 = strchr(s, ')'); in get_openat_flags_mode()
437 if (s2 == NULL) { in get_openat_flags_mode()
442 *s2 = '\0'; in get_openat_flags_mode()
444 *s2 = ')'; in get_openat_flags_mode()