Searched refs:comp (Results 26 - 50 of 175) sorted by relevance

1234567

/freebsd-9.3-release/contrib/cvs/src/
H A Drecurse.c298 char *comp; local
307 comp = (char *)last_component (dir);
308 if (comp == dir)
315 char *p = comp;
318 comp = xstrdup (p);
334 addfile (&files_by_dir, dir, comp);
358 + strlen (comp)
360 (void) sprintf (reposfile, "%s/%s", repos, comp);
363 if (!wrap_name_has (comp, WRAP_TOCVS) && isdir (reposfile))
366 addfile (&files_by_dir, dir, comp);
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_irig.c227 double comp[SIZE]; /* decompanding table */ member in struct:irigunit
363 up->comp[0] = up->comp[OFFSET] = 0.;
364 up->comp[1] = 1; up->comp[OFFSET + 1] = -1.;
365 up->comp[2] = 3; up->comp[OFFSET + 2] = -3.;
368 up->comp[i] = up->comp[i - 1] + step;
369 up->comp[OFFSE
[all...]
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dfile.c341 const char *comp, *cp; local
344 comp = "";
355 comp = "-j";
357 comp = "-z";
362 comp = "-j";
363 if (vsystem("/usr/bin/tar -xp %s -f '%s' %s", comp, pkg, flist ? flist : "")) {
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dsplay-tree.c148 cmp1 = (*sp->comp) (key, n->key);
164 cmp2 = (*sp->comp) (key, c->key);
271 sp->comp = compare_fn;
302 comparison = (*sp->comp)(sp->root->key, key);
351 if (sp->root && (*sp->comp) (sp->root->key, key) == 0)
391 if (sp->root && (*sp->comp)(sp->root->key, key) == 0)
445 comparison = (*sp->comp)(sp->root->key, key);
476 comparison = (*sp->comp)(sp->root->key, key);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dsplay-tree.c148 cmp1 = (*sp->comp) (key, n->key);
164 cmp2 = (*sp->comp) (key, c->key);
271 sp->comp = compare_fn;
302 comparison = (*sp->comp)(sp->root->key, key);
351 if (sp->root && (*sp->comp) (sp->root->key, key) == 0)
391 if (sp->root && (*sp->comp)(sp->root->key, key) == 0)
445 comparison = (*sp->comp)(sp->root->key, key);
476 comparison = (*sp->comp)(sp->root->key, key);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dprincipal.c101 heim_general_string *comp; local
146 comp = calloc(ncomp, sizeof(*comp));
147 if (comp == NULL) {
155 free (comp);
187 comp[n] = malloc(q - start + 1);
188 if (comp[n] == NULL) {
193 memcpy(comp[n], start, q - start);
194 comp[n][q - start] = 0;
239 comp[
500 append_component(krb5_context context, krb5_principal p, const char *comp, size_t comp_len) argument
518 memcpy (princ_ncomp(p, len), comp, comp_len); local
[all...]
/freebsd-9.3-release/contrib/binutils/include/
H A Dsplay-tree.h101 splay_tree_compare_fn comp; local
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dsplay-tree.h101 splay_tree_compare_fn comp; local
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DPriorityQueue.h72 std::make_heap(this->c.begin(), this->c.end(), this->comp);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dsa.h48 complete(&client->comp);
H A Dmad_priv.h113 struct completion comp; member in struct:ib_mad_agent_private
122 struct completion comp; member in struct:ib_mad_snoop_private
H A Duverbs.h72 struct completion comp; member in struct:ib_uverbs_device
104 struct ib_uverbs_comp_event_desc comp; member in union:ib_uverbs_event::__anon10061
/freebsd-9.3-release/crypto/openssl/crypto/comp/
H A Dcomp_lib.c5 #include <openssl/comp.h>
/freebsd-9.3-release/crypto/openssl/crypto/stack/
H A Dstack.h71 int (*comp) (const char *const *, const char *const *); member in struct:stack_st
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_cd.c63 # include <openssl/comp.h>
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_deadlist.c47 * dl_phys->dl_used,comp,uncomp
400 uint64_t used, comp, uncomp; local
403 &used, &comp, &uncomp));
406 *compp += comp;
419 uint64_t used, comp, uncomp; local
423 VERIFY3U(0, ==, bpobj_space(&bpo, &used, &comp, &uncomp));
431 dl->dl_phys->dl_comp += comp;
509 uint64_t used, comp, uncomp; local
515 &used, &comp, &uncomp));
518 ASSERT3U(dl->dl_phys->dl_comp, >=, comp);
[all...]
H A Ddsl_destroy.c139 uint64_t used, comp, uncomp; member in struct:process_old_arg
160 poa->comp += BP_GET_PSIZE(bp);
190 -poa.used, -poa.comp, -poa.uncomp, tx);
292 uint64_t used = 0, comp = 0, uncomp = 0; local
317 &used, &comp, &uncomp);
324 &used, &comp, &uncomp);
326 -used, -comp, -uncomp, tx);
333 DD_USED_HEAD, used, comp, uncomp, tx);
365 &used, &comp, &uncomp);
762 uint64_t used, comp, uncom local
[all...]
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dread.c105 uint64_t comp, uncomp; local
114 comp = archive_position_compressed(a);
116 if (comp > uncomp)
119 compression = (int)((uncomp - comp) * 100 / uncomp);
122 tar_i64toa(comp), compression);
/freebsd-9.3-release/crypto/openssh/
H A Dpacket.c747 Comp *comp; local
770 comp = &active_state->newkeys[mode]->comp;
780 free(comp->name);
788 comp = &active_state->newkeys[mode]->comp;
798 if ((comp->type == COMP_ZLIB ||
799 (comp->type == COMP_DELAYED &&
800 active_state->after_authentication)) && comp->enabled == 0) {
806 comp
829 Comp *comp = NULL; local
865 Comp *comp = NULL; local
1272 Comp *comp = NULL; local
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsys-tree.h600 int comp = 0; \
604 comp = (cmp)(elm, parent); \
605 if (comp < 0) \
607 else if (comp > 0) \
614 if (comp < 0) \
630 int comp; \
632 comp = cmp(elm, tmp); \
633 if (comp < 0) \
635 else if (comp > 0) \
649 int comp; \
[all...]
/freebsd-9.3-release/sys/sys/
H A Dtree.h600 int comp = 0; \
604 comp = (cmp)(elm, parent); \
605 if (comp < 0) \
607 else if (comp > 0) \
614 if (comp < 0) \
630 int comp; \
632 comp = cmp(elm, tmp); \
633 if (comp < 0) \
635 else if (comp > 0) \
649 int comp; \
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_enc.c199 COMP_METHOD *comp; local
211 comp = NULL;
213 comp = s->s3->tmp.new_compression->method;
235 if (comp != NULL) {
236 s->expand = COMP_CTX_new(comp);
242 if (s->s3->rrec.comp == NULL)
243 s->s3->rrec.comp = (unsigned char *)
245 if (s->s3->rrec.comp == NULL)
270 if (comp != NULL) {
271 s->compress = COMP_CTX_new(comp);
364 SSL_COMP *comp; local
[all...]
H A Dt1_enc.c115 # include <openssl/comp.h>
236 const SSL_COMP *comp; local
246 comp = s->s3->tmp.new_compression;
253 printf("\talg= %ld, comp= %p\n", s->s3->tmp.new_cipher->algorithms,
254 (void *)comp);
285 if (comp != NULL) {
286 s->expand = COMP_CTX_new(comp->method);
292 if (s->s3->rrec.comp == NULL)
293 s->s3->rrec.comp = (unsigned char *)
295 if (s->s3->rrec.comp
471 SSL_COMP *comp; local
[all...]
/freebsd-9.3-release/contrib/gdb/include/
H A Dsplay-tree.h101 splay_tree_compare_fn comp; local
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr_all.c108 # include <openssl/comp.h>

Completed in 163 milliseconds

1234567