Searched refs:prc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| D | commit.c | 1164 post_response_ctx_t *prc = baton; in post_headers_iterator_callback() local 1165 commit_context_t *prc_cc = prc->commit_ctx; in post_headers_iterator_callback() 1208 post_response_ctx_t *prc = baton; in post_response_handler() local 1212 serf_bucket_headers_do(hdrs, post_headers_iterator_callback, prc); in post_response_handler() 1216 prc->handler, scratch_pool); in post_response_handler() 1241 post_response_ctx_t *prc; in open_root() local 1259 prc = apr_pcalloc(scratch_pool, sizeof(*prc)); in open_root() 1260 prc->handler = handler; in open_root() 1261 prc->commit_ctx = commit_ctx; in open_root() 1264 handler->response_baton = prc; in open_root() [all …]
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | palm | 4 # palm: file(1) magic for PalmOS {.prc,.pdb}: applications, docfiles, and hacks 12 # The common header format for PalmOS .pdb/.prc files is 144 # Palm OS .prc file types 148 # https://web.mit.edu/tytso/www/pilot/prc-format.html
|
| /freebsd-12-stable/contrib/gcc/ |
| D | gdbinit.in | 88 define prc 95 document prc
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | sm_resolve.c | 685 setherrnofromstring(str, prc) in setherrnofromstring() argument 687 int *prc; 694 if (prc != NULL) 695 *prc = EX_NOHOST; 701 if (prc != NULL) 702 *prc = EX_TEMPFAIL;
|
| /freebsd-12-stable/contrib/ntp/ntpq/ |
| D | ntpq.c | 4200 int prc; in my_easprintf() local 4211 prc = vsnprintf(buf, len, fmt, va); in my_easprintf() 4214 if (prc < 0) { in my_easprintf() 4219 if ((size_t)prc >= len) { in my_easprintf() 4221 len = (size_t)prc + 1; in my_easprintf() 4224 if ((size_t)prc < (len - 32)) in my_easprintf() 4225 buf = erealloc(buf, (size_t)prc + 1); in my_easprintf() 4227 return prc; in my_easprintf()
|
| /freebsd-12-stable/contrib/libxo/doc/ |
| D | faq.rst | 159 /prc-entry[prcss-id == $pid]/proc-name) {
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntp_control.c | 995 int prc; in save_config() local 1111 prc = snprintf(fullpath, sizeof(fullpath), "%s%s", in save_config() 1113 if (prc < 0 || (size_t)prc >= sizeof(fullpath)) { in save_config()
|
| /freebsd-12-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 64167 int prc; 64168 prc = db->xProgress(db->pProgressArg); 64169 if( prc!=0 ){
|