HomeSort by relevance Sort by last modified time
    Searched refs:unterminated2 (Results 1 - 9 of 9) sorted by null

  /external/strace/tests/
request_key.c 71 static const char unterminated2[] = { '\6', '\7', '\10', '\11', '\12' }; local
75 char *bogus_desc = tail_memdup(unterminated2, sizeof(unterminated2));
99 { bogus_desc + sizeof(unterminated2), NULL },
add_key.c 72 static const char unterminated2[] = { '\6', '\7', '\10', '\11', '\12' }; local
76 char *bogus_desc = tail_memdup(unterminated2, sizeof(unterminated2));
100 { bogus_desc + sizeof(unterminated2), NULL },
keyctl.c 203 static const char unterminated2[] = { '\6', '\7', '\10', '\11', '\12' }; local
220 char *bogus_desc = tail_memdup(unterminated2, sizeof(unterminated2));
  /external/strace/tests-m32/
request_key.c 71 static const char unterminated2[] = { '\6', '\7', '\10', '\11', '\12' }; local
75 char *bogus_desc = tail_memdup(unterminated2, sizeof(unterminated2));
99 { bogus_desc + sizeof(unterminated2), NULL },
add_key.c 72 static const char unterminated2[] = { '\6', '\7', '\10', '\11', '\12' }; local
76 char *bogus_desc = tail_memdup(unterminated2, sizeof(unterminated2));
100 { bogus_desc + sizeof(unterminated2), NULL },
keyctl.c 203 static const char unterminated2[] = { '\6', '\7', '\10', '\11', '\12' }; local
220 char *bogus_desc = tail_memdup(unterminated2, sizeof(unterminated2));
  /external/strace/tests-mx32/
request_key.c 71 static const char unterminated2[] = { '\6', '\7', '\10', '\11', '\12' }; local
75 char *bogus_desc = tail_memdup(unterminated2, sizeof(unterminated2));
99 { bogus_desc + sizeof(unterminated2), NULL },
add_key.c 72 static const char unterminated2[] = { '\6', '\7', '\10', '\11', '\12' }; local
76 char *bogus_desc = tail_memdup(unterminated2, sizeof(unterminated2));
100 { bogus_desc + sizeof(unterminated2), NULL },
keyctl.c 203 static const char unterminated2[] = { '\6', '\7', '\10', '\11', '\12' }; local
220 char *bogus_desc = tail_memdup(unterminated2, sizeof(unterminated2));

Completed in 326 milliseconds