Home
last modified time | relevance | path

Searched refs:lookfor (Results 1 – 1 of 1) sorted by relevance

/system/extras/ioshark/
Dcompile_ioshark.c405 char *s, *s2, lookfor; in get_openat_flags_mode() local
422 lookfor = ')'; in get_openat_flags_mode()
424 lookfor = ','; in get_openat_flags_mode()
425 s2 = strchr(s, lookfor); in get_openat_flags_mode()
433 *s2 = lookfor; in get_openat_flags_mode()