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

  /external/strace/tests/
request_key.c 71 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
75 char *bogus_type = tail_memdup(unterminated1, sizeof(unterminated1));
89 { bogus_type + sizeof(unterminated1), NULL },
add_key.c 72 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
76 char *bogus_type = tail_memdup(unterminated1, sizeof(unterminated1));
90 { bogus_type + sizeof(unterminated1), NULL },
keyctl.c 289 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
322 [3] = { NULL /* unterminated1 */,
332 char *bogus_str = tail_memdup(unterminated1, sizeof(unterminated1));
    [all...]
  /external/strace/tests-m32/
request_key.c 71 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
75 char *bogus_type = tail_memdup(unterminated1, sizeof(unterminated1));
89 { bogus_type + sizeof(unterminated1), NULL },
add_key.c 72 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
76 char *bogus_type = tail_memdup(unterminated1, sizeof(unterminated1));
90 { bogus_type + sizeof(unterminated1), NULL },
keyctl.c 289 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
322 [3] = { NULL /* unterminated1 */,
332 char *bogus_str = tail_memdup(unterminated1, sizeof(unterminated1));
    [all...]
  /external/strace/tests-mx32/
request_key.c 71 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
75 char *bogus_type = tail_memdup(unterminated1, sizeof(unterminated1));
89 { bogus_type + sizeof(unterminated1), NULL },
add_key.c 72 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
76 char *bogus_type = tail_memdup(unterminated1, sizeof(unterminated1));
90 { bogus_type + sizeof(unterminated1), NULL },
keyctl.c 289 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
322 [3] = { NULL /* unterminated1 */,
332 char *bogus_str = tail_memdup(unterminated1, sizeof(unterminated1));
    [all...]

Completed in 133 milliseconds