Home
last modified time | relevance | path

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

/external/strace/tests-mx32/
Doptions-syntax.test42 ff_name="$(printf '%4084s' ' ')"
43 check_e_using_grep "$ff_name: File *name too long" -ff -o "$ff_name" true
/external/strace/tests/
Doptions-syntax.test42 ff_name="$(printf '%4084s' ' ')"
43 check_e_using_grep "$ff_name: File *name too long" -ff -o "$ff_name" true
/external/strace/tests-m32/
Doptions-syntax.test42 ff_name="$(printf '%4084s' ' ')"
43 check_e_using_grep "$ff_name: File *name too long" -ff -o "$ff_name" true
/external/python/cpython2/Python/
Dimport.c1745 return strncmp(ffblk.ff_name, name, namelen) == 0; in case_ok()