Searched refs:ci_strneq (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/svr4pkg/pkgadm/ |
H A D | pkgadm.h | 46 #define ci_strneq(a, b, c) (strncasecmp((a), (b), (c)) == 0) macro
|
/titanic_41/usr/src/cmd/svr4pkg/pkgtrans/ |
H A D | main.c | 112 if (ci_strneq(optarg, "pass:", 5)) { in main()
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkgweb.c | 1408 if (ci_strneq(ocspbuf, CONTENT_TYPE_HDR, in ocsp_verify() 1428 if (!ci_strneq(p, CONTENT_OCSP_RESP, in ocsp_verify() 2179 if (ci_strneq(disp, "filename=", 9)) { in web_get_file() 3188 } else if (ci_strneq(arg, "pass:", 5)) { in pkg_passphrase_cb() 3190 } else if (ci_strneq(arg, "env:", 4)) { in pkg_passphrase_cb() 3192 } else if (ci_strneq(arg, "file:", 5)) { in pkg_passphrase_cb()
|
H A D | pkglib.h | 402 #define ci_strneq(a, b, c) (strncasecmp((a), (b), (c)) == 0) macro
|
/titanic_41/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 669 if (ci_strneq(optarg, "pass:", 5)) { in main()
|