Searched refs:p (Results 1 – 3 of 3) sorted by relevance
25 void *p; in libc_mem() local30 p = malloc(-1); in libc_mem()33 if (p != NULL) in libc_mem()39 p = malloc(10); in libc_mem()40 if (p == NULL) in libc_mem()44 p = realloc(p, 0); in libc_mem()45 if (p != NULL) in libc_mem()48 p = malloc(0); in libc_mem()49 if (p == NULL) in libc_mem()54 p = realloc(p, 0); in libc_mem()[all …]
285 void termios_test_entry(void *p) in termios_test_entry() argument290 struct termios_test_s *pTerm = (struct termios_test_s *)p; in termios_test_entry()
88 char p[] = a; \89 qsort(p, sizeof p - 1, 1, ccmp); \90 uassert_true(memcmp(p, a_sorted, sizeof p) == 0);\
Completed in 5 milliseconds