Home
last modified time | relevance | path

Searched refs:strcaseeq (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dmkpasswd.c162 if (!optarg || strcaseeq("help", optarg)) { in main()
167 if (strcaseeq(methods[i].method, optarg)) { in main()
H A Dutils.h6 #define strcaseeq(a, b) (strcasecmp(a, b) == 0) macro