Searched refs:cmp_str (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/sysctl/ |
D | sysctl01.c | 31 char *cmp_str; member 59 if (strcmp(osname, tc->cmp_str)) { in verify_sysctl() 61 osname, tc->cmp_str); in verify_sysctl()
|
/third_party/ffmpeg/libswscale/tests/ |
D | pixdesc_query.c | 52 static int cmp_str(const void *a, const void *b) in cmp_str() function 82 qsort(pix_fmts, nb_pix_fmts, sizeof(*pix_fmts), cmp_str); in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | edit.c | 421 static int cmp_str(const void *a, const void *b) in cmp_str() function 456 qsort(c, count, sizeof(char *), cmp_str); in complete()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | edit.c | 421 static int cmp_str(const void *a, const void *b) in cmp_str() function 456 qsort(c, count, sizeof(char *), cmp_str); in complete()
|