Searched refs:rep (Results 176 - 200 of 228) sorted by relevance

12345678910

/freebsd-11-stable/contrib/nvi/vi/
H A Dvi.h242 EVENT *rep; /* Input replay buffer. */ member in struct:_vi_private
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_lookup.c1058 struct ext2fs_direct_2 *ep, *rep; local
1083 /* Set 'rep' to the entry being removed. */
1085 rep = ep;
1087 rep = (struct ext2fs_direct_2 *)((char *)ep + ep->e2d_reclen);
1088 ep->e2d_reclen += rep->e2d_reclen;
/freebsd-11-stable/stand/i386/mbr/
H A Dmbr.s47 rep # Relocate
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs_x.c37 #include "rep-cache.h"
394 "### The following parameter enables rep-sharing in the repository. It can" NL
397 "### 'svnadmin verify' will check the rep-cache regardless of this setting." NL
398 "### rep-sharing is enabled by default." NL
748 /* This makes sure that neither rep will be NULL later on */
862 svn_fs_x__rep_copy(svn_fs_x__representation_t *rep,
865 if (rep == NULL)
868 return apr_pmemdup(result_pool, rep, sizeof(*rep));
861 svn_fs_x__rep_copy(svn_fs_x__representation_t *rep, apr_pool_t *result_pool) argument
H A Dtemp_serializer.c139 const svn_fs_x__representation_t * rep = *representation; local
140 if (rep == NULL)
146 sizeof(*rep));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.h120 representation_t *svn_fs_fs__rep_copy(representation_t *rep,
359 /* Add missing entries to the rep-cache on the filesystem FS. Process data
362 * end at the head revision. If the rep-cache does not exist, then create it.
/freebsd-11-stable/contrib/unbound/util/
H A Dmodule.h239 * Called as func(qinfo, qstate, rep, rcode, edns, opt_list_out, repinfo,
245 * rep: reply_info. Could be NULL.
258 struct module_qstate* qstate, struct reply_info* rep, int rcode,
/freebsd-11-stable/crypto/heimdal/kdc/
H A Ddigest.c214 DigestREP rep; local
236 memset(&rep, 0, sizeof(rep));
1444 ret = krb5_mk_rep (context, ac, &rep.apRep);
1463 &rep.innerRep);
1465 ASN1_MALLOC_ENCODE(DigestREP, reply->data, reply->length, &rep, &size, ret);
1502 free_DigestREP(&rep);
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_disasm.c1241 int rep; local
1256 rep = FALSE;
1291 rep = TRUE;
1471 if (rep == TRUE) {
1476 rep = FALSE;
1480 rep = FALSE;
1496 if (rep == TRUE)
1497 db_printf("repe "); /* XXX repe VS rep */
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S141 rep # Zero-fill
588 rep # from btx_v86
683 rep # real mode stack
687 rep # %es, %fs, and
699 rep # from real mode stack
948 rep # Scroll
953 rep # Clear
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S145 rep # Zero-fill
562 rep # from btx_v86
657 rep # real mode stack
661 rep # %es, %fs, and
673 rep # from real mode stack
927 rep # Scroll
931 rep # Clear
/freebsd-11-stable/crypto/openssh/
H A Dssh-keygen.c775 enum sshkey_fp_rep rep; local
780 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT;
788 fp = sshkey_fingerprint(keys[i], fptype, rep);
839 enum sshkey_fp_rep rep; local
843 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT;
844 fp = sshkey_fingerprint(public, fptype, rep);
1136 enum sshkey_fp_rep rep; local
1141 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT;
1171 fp = sshkey_fingerprint(l->key, fptype, rep);
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c2629 struct comm_reply* rep)
2705 (void)(*p->cb)(c, p->cb_arg, error, rep); local
2719 struct comm_reply* rep)
2789 if(!rep) {
2791 rep = &r2;
2794 memcpy(&rep->addr, &sq->addr, sq->addrlen);
2795 rep->addrlen = sq->addrlen;
2796 serviced_callbacks(sq, error, c, rep);
2885 struct comm_reply* rep)
2899 serviced_callbacks(sq, NETEVENT_CLOSED, c, rep);
2628 serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c, struct comm_reply* rep) argument
2718 serviced_tcp_callback(struct comm_point* c, void* arg, int error, struct comm_reply* rep) argument
2884 serviced_udp_callback(struct comm_point* c, void* arg, int error, struct comm_reply* rep) argument
[all...]
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S194 rep # Relocate
204 rep # Zero
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S136 rep # Copy
197 rep # Relocate
/freebsd-11-stable/contrib/file/src/
H A Dfuncs.c608 file_replace(struct magic_set *ms, const char *pat, const char *rep) argument
621 if (file_printf(ms, "%s%s", rep,
/freebsd-11-stable/sys/dev/drm/
H A Di915_drm.h421 struct drm_bo_arg_rep rep; member in union:drm_i915_op_arg::__anon9781
/freebsd-11-stable/stand/i386/libi386/
H A Drelocater_tramp.S121 rep
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c1497 const char *lrep, *rrep, *drep, *ltrep, *rep; local
1525 rep = apr_psprintf(pool, "+%" APR_SIZE_T_FMT ":%s%s%s%s%c%s",
1529 svn_spillbuf__reader_write(b->reader, rep, strlen(rep), pool));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c412 CAL_CTL_DATA_4K *rep; local
494 rep = &(pEepData->ctlData[i]);
496 rep->ctlEdges[
/freebsd-11-stable/sys/i386/i386/
H A Ddb_disasm.c1166 int rep; local
1188 rep = FALSE;
1223 rep = TRUE;
1232 if (rep == TRUE) {
1237 db_printf("repe "); /* XXX repe VS rep */
1238 rep = FALSE;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Ddag.c302 /* Now we have a rep, follow through to get the entries. */
400 the parent didn't refer to any rep yet or because it referred to
402 rep we just created. */
570 /* Get the string associated with the property rep, parsing it as a
653 /* Get a mutable version of this rep (updating the node revision if
1217 /* We made a new rep, so update the node revision. */
1340 /* If we've got a discardable rep (probably because we ended up
1341 re-using a preexisting one), throw out the discardable rep. */
1536 key is REP. (If there's already a rep for this checksum, we don't
1539 maybe_store_checksum_rep(const char *rep,
1533 maybe_store_checksum_rep(const char *rep, trail_t *trail, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c1971 struct nfsreq *rep; local
2031 TAILQ_FOREACH(rep, &nfsd_reqq, r_chain) {
2032 if (rep->r_nmp == nmp)
2033 rep->r_flags |= R_DONTRECOVER;
3248 struct mbuf *rep; local
3567 highslot, tsep->nfsess_cbslots, &rep,
3573 if (rep != NULL) {
3582 ("cbsequence: non-NULL rep"));
3585 nd->nd_mreq = rep;
3586 rep
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf59 subversion/libsvn_fs_fs/rep-cache-db.h
60 subversion/libsvn_fs_x/rep-cache-db.h
454 description = Schema for the FSFS rep-sharing feature
457 sources = rep-cache-db.sql
460 description = Schema for the FSX rep-sharing feature
463 sources = rep-cache-db.sql
/freebsd-11-stable/contrib/gcc/
H A Dtree-outof-ssa.c939 int x, i, num, rep; local
986 rep = var_to_partition (map, t);
992 change_partition_var (map, var, rep);
1001 change_partition_var (map, var, rep);

Completed in 232 milliseconds

12345678910