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 70 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
74 char *bogus_type = tail_memdup(unterminated1, sizeof(unterminated1));
88 { bogus_type + sizeof(unterminated1), NULL },
add_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 },
keyctl.c 202 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
219 char *bogus_str = tail_memdup(unterminated1, sizeof(unterminated1));
  /external/strace/tests-m32/
request_key.c 70 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
74 char *bogus_type = tail_memdup(unterminated1, sizeof(unterminated1));
88 { bogus_type + sizeof(unterminated1), NULL },
add_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 },
keyctl.c 202 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
219 char *bogus_str = tail_memdup(unterminated1, sizeof(unterminated1));
  /external/strace/tests-mx32/
request_key.c 70 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
74 char *bogus_type = tail_memdup(unterminated1, sizeof(unterminated1));
88 { bogus_type + sizeof(unterminated1), NULL },
add_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 },
keyctl.c 202 static const char unterminated1[] = { '\1', '\2', '\3', '\4', '\5' }; local
219 char *bogus_str = tail_memdup(unterminated1, sizeof(unterminated1));

Completed in 261 milliseconds