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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dis_header.c58 #define CU_CHAR_PTR(x) ((const unsigned char *) (x)) macro
67 for (len = 0, state = INIT, cp = CU_CHAR_PTR(str); /* see below */; cp++) {
H A Dheader_token.c105 #define CU_CHAR_PTR(x) ((const unsigned char *) (x)) macro
124 cp = CU_CHAR_PTR(*ptr);
H A Dmime_state.c405 #define CU_CHAR_PTR(x) ((const unsigned char *) (x)) macro
712 for (cp = CU_CHAR_PTR(text); cp < CU_CHAR_PTR(text + len); cp++) {
839 for (cp = CU_CHAR_PTR(STR(state->output_buffer));
840 cp < CU_CHAR_PTR(END(state->output_buffer)); cp++)
902 cp = CU_CHAR_PTR("7bit");
904 cp = CU_CHAR_PTR("quoted-printable");
1069 for (cp = CU_CHAR_PTR(text); cp < CU_CHAR_PTR(text + len); cp++)

Completed in 110 milliseconds