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

  /external/strace/tests/
request_key.c 72 static const char unterminated3[] = { '\16', '\17', '\20', '\21', '\22' }; local
76 char *bogus_info = tail_memdup(unterminated3, sizeof(unterminated3));
111 { bogus_info + sizeof(unterminated3), NULL },
add_key.c 73 static const char unterminated3[] = { '\16', '\17', '\20', '\21', '\22' }; local
77 char *bogus_payload = tail_memdup(unterminated3, sizeof(unterminated3));
113 { bogus_payload + sizeof(unterminated3), NULL,
  /external/strace/tests-m32/
request_key.c 72 static const char unterminated3[] = { '\16', '\17', '\20', '\21', '\22' }; local
76 char *bogus_info = tail_memdup(unterminated3, sizeof(unterminated3));
111 { bogus_info + sizeof(unterminated3), NULL },
add_key.c 73 static const char unterminated3[] = { '\16', '\17', '\20', '\21', '\22' }; local
77 char *bogus_payload = tail_memdup(unterminated3, sizeof(unterminated3));
113 { bogus_payload + sizeof(unterminated3), NULL,
  /external/strace/tests-mx32/
request_key.c 72 static const char unterminated3[] = { '\16', '\17', '\20', '\21', '\22' }; local
76 char *bogus_info = tail_memdup(unterminated3, sizeof(unterminated3));
111 { bogus_info + sizeof(unterminated3), NULL },
add_key.c 73 static const char unterminated3[] = { '\16', '\17', '\20', '\21', '\22' }; local
77 char *bogus_payload = tail_memdup(unterminated3, sizeof(unterminated3));
113 { bogus_payload + sizeof(unterminated3), NULL,

Completed in 619 milliseconds