HomeSort by: relevance | last modified time | path
    Searched defs:cpp (Results 1 - 25 of 272) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_match.c 161 char **cpp; local
177 for (cpp = argv->argv; *cpp; cpp++) {
178 if (!PCF_MATCH_ANY(*cpp) && strchr(*cpp, PCF_MATCH_WILDC_STR[0]) != 0) {
postconf_match.c 161 char **cpp; local
177 for (cpp = argv->argv; *cpp; cpp++) {
178 if (!PCF_MATCH_ANY(*cpp) && strchr(*cpp, PCF_MATCH_WILDC_STR[0]) != 0) {
postconf_other.c 134 const char **cpp; local
136 for (cpp = tls_pkey_algorithms(); *cpp; cpp++)
137 vstream_printf("%s\n", *cpp);
postconf_other.c 134 const char **cpp; local
136 for (cpp = tls_pkey_algorithms(); *cpp; cpp++)
137 vstream_printf("%s\n", *cpp);
  /src/sys/external/bsd/drm2/dist/drm/
drm_dumb_buffers.c 67 u32 cpp, stride, size; local
77 cpp = DIV_ROUND_UP(args->bpp, 8);
78 if (cpp > U32_MAX / args->width)
80 stride = cpp * args->width;
drm_dumb_buffers.c 67 u32 cpp, stride, size; local
77 cpp = DIV_ROUND_UP(args->bpp, 8);
78 if (cpp > U32_MAX / args->width)
80 stride = cpp * args->width;
  /src/external/bsd/atf/dist/atf-c++/
build.cpp 94 impl::cpp(const std::string& sfile, const std::string& ofile, function in class:impl
build.cpp 94 impl::cpp(const std::string& sfile, const std::string& ofile, function in class:impl
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_out_recipient.c 138 char **cpp; local
250 for (cpp = argv->argv; *cpp; cpp++) {
253 dsn_orcpt, dsn_notify, orcpt, *cpp) :
254 been_here_fixed(state->dups, *cpp)) == 0) {
262 cleanup_out_string(state, REC_TYPE_RCPT, *cpp);
cleanup_out_recipient.c 138 char **cpp; local
250 for (cpp = argv->argv; *cpp; cpp++) {
253 dsn_orcpt, dsn_notify, orcpt, *cpp) :
254 been_here_fixed(state->dups, *cpp)) == 0) {
262 cleanup_out_string(state, REC_TYPE_RCPT, *cpp);
cleanup_api.c 152 const char **cpp; local
184 for (cpp = log_queues; *cpp; cpp++) {
185 if (mail_queue_remove(*cpp, state->queue_id) == 0)
186 msg_warn("%s: removed spurious %s log", *cpp, state->queue_id);
188 msg_fatal("%s: remove %s log: %m", *cpp, state->queue_id);
cleanup_extracted.c 321 char **cpp; local
323 for (cpp = state->hbc_rcpt->argv; *cpp; cpp++)
324 cleanup_addr_bcc(state, *cpp);
  /src/external/ibm-public/postfix/dist/src/util/
clean_env.c 68 char **cpp; local
78 for (cpp = preserve_list; *cpp; cpp++) {
79 if (strchr(*cpp, '=') != 0) {
80 copy = mystrdup(*cpp);
83 msg_fatal("clean_env: %s in: %s", err, *cpp);
86 } else if ((value = safe_getenv(*cpp)) != 0) {
87 argv_add(save_list, *cpp, value, (char *) 0);
101 for (cpp = save_list->argv; *cpp; cpp += 2
115 char **cpp; local
158 char **cpp; local
    [all...]
clean_env.c 68 char **cpp; local
78 for (cpp = preserve_list; *cpp; cpp++) {
79 if (strchr(*cpp, '=') != 0) {
80 copy = mystrdup(*cpp);
83 msg_fatal("clean_env: %s in: %s", err, *cpp);
86 } else if ((value = safe_getenv(*cpp)) != 0) {
87 argv_add(save_list, *cpp, value, (char *) 0);
101 for (cpp = save_list->argv; *cpp; cpp += 2
115 char **cpp; local
158 char **cpp; local
    [all...]
dict_unix.c 113 char **cpp; local
143 for (cpp = grp->gr_mem; *cpp; cpp++) {
144 vstring_strcat(buf, *cpp);
145 if (cpp[1])
  /src/sys/arch/sun2/sun2/
mbio.c 101 const char *const *cpp; local
130 for (cpp = special; *cpp != NULL; cpp++) {
131 mba.mba_name = *cpp;
obmem.c 96 const char *const *cpp; local
125 for (cpp = special; *cpp != NULL; cpp++) {
126 obma.obma_name = *cpp;
mbio.c 101 const char *const *cpp; local
130 for (cpp = special; *cpp != NULL; cpp++) {
131 mba.mba_name = *cpp;
obmem.c 96 const char *const *cpp; local
125 for (cpp = special; *cpp != NULL; cpp++) {
126 obma.obma_name = *cpp;
  /src/external/bsd/atf/dist/atf-c/
build_test.c 185 ATF_TC(cpp); variable
186 ATF_TC_HEAD(cpp, tc)
190 ATF_TC_BODY(cpp, tc)
197 verbose_set_env("ATF_BUILD_CPP", test->cpp);
261 ATF_TP_ADD_TC(tp, cpp);
build_test.c 185 ATF_TC(cpp); variable
186 ATF_TC_HEAD(cpp, tc)
190 ATF_TC_BODY(cpp, tc)
197 verbose_set_env("ATF_BUILD_CPP", test->cpp);
261 ATF_TP_ADD_TC(tp, cpp);
  /src/external/ibm-public/postfix/dist/src/global/
header_opts.c 130 char **cpp; local
145 for (cpp = hdr_drop_list->argv; *cpp; cpp++) {
146 lowercase(*cpp);
147 if ((ht = htable_locate(header_hash, *cpp)) == 0) {
151 ht = htable_enter(header_hash, *cpp, (void *) hp);
mail_parm_split.c 114 char **cpp; local
121 for (cpp = argv->argv; (str = *cpp) != 0; cpp++)
match_service.c 90 char **cpp; local
93 for (cpp = argv->argv; *cpp; cpp++) {
94 if (strrchr(*cpp, '/') == 0 && (cp = strrchr(*cpp, '.')) != 0)
122 char **cpp; local
124 for (cpp = patterns; *cpp; cpp++
137 char **cpp; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/local/
command.c 96 char **cpp; local
194 for (cpp = env->argv; *cpp; cpp += 2)
195 for (cp = cpp[1]; *(cp += strspn(cp, var_cmd_exp_filter)) != 0;)

Completed in 59 milliseconds

1 2 3 4 5 6 7 8 91011