Lines Matching refs:s1
246 char *s, *s1; in get_mmap_offset_len_prot() local
258 s1 = strchr(s, ','); in get_mmap_offset_len_prot()
259 if (s1 == NULL) { in get_mmap_offset_len_prot()
264 s1 += 2; in get_mmap_offset_len_prot()
265 s = strchr(s1, ','); in get_mmap_offset_len_prot()
272 strcpy(protstr, s1); in get_mmap_offset_len_prot()
475 char *s1; in map_open_flags() local
477 while ((s1 = strchr(s, '|'))) { in map_open_flags()
478 *s1 = '\0'; in map_open_flags()
481 *s1 = '|'; in map_open_flags()
482 s = s1 + 1; in map_open_flags()
494 char *s1; in map_lseek_action() local
496 while ((s1 = strchr(s, '|'))) { in map_lseek_action()
497 *s1 = '\0'; in map_lseek_action()
500 *s1 = '|'; in map_lseek_action()
501 s = s1 + 1; in map_lseek_action()