Searched refs:c_ip (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dc99-condexpr-1.c41 const int *c_ip; local
59 ASSERT_COND_TYPE (c_vp, c_ip, const void *);
61 ASSERT_COND_TYPE (c_ip, v_ip, const volatile int *);
63 ASSERT_COND_TYPE (ip, c_ip, const int *);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dc99-condexpr-1.c41 const int *c_ip; local
59 ASSERT_COND_TYPE (c_vp, c_ip, const void *);
61 ASSERT_COND_TYPE (c_ip, v_ip, const volatile int *);
63 ASSERT_COND_TYPE (ip, c_ip, const int *);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c237 char *c_ip = NULL; /*%< client IP to use in list operations */ variable
778 checkInvalidParam(c_ip, "i", "for add operation");
809 checkInvalidParam(c_ip, "i", "for bulk load operation");
929 checkInvalidParam(c_ip, "i", "for list when k, z, or h are specified");
934 } else if (c_ip != NULL || c_zone != NULL) {
1071 if (c_ip != NULL && c_zone == NULL) {
1093 if (c_ip != NULL) {
1094 bdbdata.data = c_ip;
1095 bdbdata.size = strlen(c_ip);
1121 if (c_ip !
[all...]

Completed in 483 milliseconds