Searched refs:comp (Results 1 - 25 of 175) sorted by relevance

1234567

/freebsd-9.3-release/sys/net/
H A Dslcompress.c54 #define INCR(counter) ++comp->counter;
63 sl_compress_init(comp, max_state)
64 struct slcompress *comp;
68 register struct cstate *tstate = comp->tstate;
72 bzero((char *)comp, sizeof(*comp));
75 bzero((char *)comp->tstate, sizeof(comp->tstate));
76 bzero((char *)comp->rstate, sizeof(comp
[all...]
/freebsd-9.3-release/contrib/less/
H A Dpattern.c32 struct re_pattern_buffer *comp = (struct re_pattern_buffer *) local
37 if (re_compile_pattern(pattern, strlen(pattern), comp))
39 free(comp);
45 *pcomp = comp;
48 regex_t *comp = (regex_t *) ecalloc(1, sizeof(regex_t)); local
50 if (regcomp(comp, pattern, REGCOMP_FLAG))
52 free(comp);
58 *pcomp = comp;
61 pcre *comp; local
66 comp
87 char *comp; local
99 struct regexp *comp; local
[all...]
/freebsd-9.3-release/usr.sbin/mfiutil/
H A Dmfi_flash.c48 scan_firmware(struct mfi_info_component *comp) argument
52 len = strlen(comp->name);
55 len = strlen(comp->version);
58 len = strlen(comp->build_date);
61 len = strlen(comp->build_time);
67 display_firmware(struct mfi_info_component *comp) argument
70 printf("%-*s %-*s %-*s %-*s\n", fw_name_width, comp->name,
71 fw_version_width, comp->version, fw_date_width, comp->build_date,
72 fw_time_width, comp
[all...]
/freebsd-9.3-release/usr.bin/mt/
H A Dmt.c103 { "comp", MTCOMP, 0, NEED_2ARGS|ZERO_ALLOWED|IS_COMP },
126 const char *comptostring(u_int32_t comp);
132 struct commands *comp; local
158 for (comp = com;; comp++) {
159 if (comp->c_name == NULL)
161 if (strncmp(p, comp->c_name, len) == 0)
164 if((comp->c_flags & NEED_2ARGS) && argc != 2)
166 if(comp->c_flags & DISABLE_THIS) {
169 if ((mtfd = open(tape, comp
522 comptostring(u_int32_t comp) argument
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dslcompress.c84 sl_compress_init(struct slcompress *comp, int max_state) argument
87 register struct cstate *tstate = comp->tstate;
89 memset(comp, '\0', sizeof *comp);
96 comp->last_cs = &tstate[0];
97 comp->last_recv = 255;
98 comp->last_xmit = 255;
99 comp->flags = SLF_TOSS;
159 struct slcompress *comp,
163 register struct cstate *cs = comp
157 sl_compress_tcp(struct mbuf * m, struct ip * ip, struct slcompress *comp, struct slstat *slstat, int compress_cid) argument
430 sl_uncompress_tcp(u_char ** bufp, int len, u_int type, struct slcompress *comp, struct slstat *slstat, int max_state) argument
[all...]
H A Dproto.c56 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra) argument
63 if (comp && cp[0] == 0)
/freebsd-9.3-release/libexec/fingerd/
H A Dfingerd.c77 char **ap, *av[ENTRIES + 1], **comp, line[1024], *prog; local
152 comp = &av[2];
155 *comp-- = "-k";
172 *comp-- = "-l";
182 *comp = ++lp;
184 *comp = prog;
190 for (ap = comp; *ap != NULL; ++ap)
204 execv(prog, comp);
/freebsd-9.3-release/lib/libc/gen/
H A Dfmtmsg.c121 char *comp, *output; local
139 while ((comp = nextcomp(msgverb)) != NULL) {
140 if (strcmp(comp, "label") == 0 && label != MM_NULLLBL) {
143 } else if (strcmp(comp, "severity") == 0 && sevname != NULL) {
146 } else if (strcmp(comp, "text") == 0 && text != MM_NULLTXT) {
149 } else if (strcmp(comp, "action") == 0 && act != MM_NULLACT) {
153 } else if (strcmp(comp, "tag") == 0 && tag != MM_NULLTAG) {
/freebsd-9.3-release/crypto/openssl/crypto/stack/
H A Dstack.c84 int (*old) (const char *const *, const char *const *) = sk->comp;
86 if (sk->comp != c)
88 sk->comp = c;
98 if ((ret = sk_new(sk->comp)) == NULL)
111 ret->comp = sk->comp;
136 ret->comp = c;
224 if (st->comp == NULL) {
241 comp_func = (int (*)(const void *, const void *))(st->comp);
346 * same comment as in sk_find ... previously st->comp wa
[all...]
/freebsd-9.3-release/usr.sbin/services_mkdb/
H A Duniq.c46 static int comp(const char *, char **, size_t *);
76 if (!comp(line, &compline, &complen)) {
109 comp(const char *origline, char **compline, size_t *len) function
/freebsd-9.3-release/usr.bin/calendar/
H A Dsunpos.c56 comp(char *s, double v, double c) function
166 comp("ZJ", ZJ, expZJ);
167 comp("UTHM", UTHM, expUTHM);
168 comp("D", D, expD);
169 comp("T", T, expT);
170 comp("L", L, fixup(&expL));
171 comp("M", M, fixup(&expM));
172 comp("epsilon", epsilon, fixup(&expepsilon));
173 comp("lambda", lambda, fixup(&explambda));
174 comp("alph
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/comp/
H A Dcomp_err.c1 /* crypto/comp/comp_err.c */
64 #include <openssl/comp.h>
H A Dc_rle.c5 #include <openssl/comp.h>
H A DMakefile2 # OpenSSL/crypto/comp/Makefile
5 DIR= comp
28 EXHEADER= comp.h
81 c_rle.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
88 c_zlib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
95 comp_err.o: ../../include/openssl/bio.h ../../include/openssl/comp.h
103 comp_lib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
/freebsd-9.3-release/sys/geom/virstor/
H A Dg_virstor.c121 static void dump_component(struct g_virstor_component *comp);
664 clear_metadata(struct g_virstor_component *comp) argument
670 comp->gcons->provider->name);
672 error = g_access(comp->gcons, 0, 1, 0);
675 buf = malloc(comp->gcons->provider->sectorsize, M_GVIRSTOR,
677 error = g_write_data(comp->gcons,
678 comp->gcons->provider->mediasize -
679 comp->gcons->provider->sectorsize,
681 comp->gcons->provider->sectorsize);
683 g_access(comp
893 remove_component(struct g_virstor_softc *sc, struct g_virstor_component *comp, boolean_t delay) argument
1392 struct g_virstor_component *comp; local
1485 struct g_virstor_component *comp; local
1582 struct g_virstor_component *comp; local
1796 allocate_chunk(struct g_virstor_softc *sc, struct g_virstor_component **comp, u_int *comp_no_p, u_int *chunk) argument
1842 dump_component(struct g_virstor_component *comp) argument
[all...]
/freebsd-9.3-release/usr.bin/comm/
H A Dcomm.c71 int comp, read1, read2; local
160 comp = strcmp(line1, line2);
162 comp = wcscoll(tline1, tline2);
169 if (!comp) {
177 if (comp < 0) {
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_txt.c177 SSL_COMP *comp = NULL; local
179 ssl_cipher_get_evp(x, NULL, NULL, &comp);
180 if (comp == NULL) {
186 (bp, "\n Compression: %d (%s)", comp->id,
187 comp->method->name) <= 0)
H A Dssl_ciph.c119 # include <openssl/comp.h>
288 SSL_COMP *comp = NULL; local
293 comp = (SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP));
294 if (comp != NULL) {
295 comp->method = COMP_zlib();
296 if (comp->method && comp->method->type == NID_undef)
297 OPENSSL_free(comp);
299 comp->id = SSL_COMP_ZLIB_IDX;
300 comp
317 ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc, const EVP_MD **md, SSL_COMP **comp) argument
1340 SSL_COMP_get_name(const void *comp) argument
1353 SSL_COMP *comp; local
1395 SSL_COMP_get_name(const COMP_METHOD *comp) argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dstl_queue.h343 _Compare comp; member in class:priority_queue
352 : c(__s), comp(__x)
353 { std::make_heap(c.begin(), c.end(), comp); }
374 : c(__s), comp(__x)
378 std::make_heap(c.begin(), c.end(), comp);
416 std::push_heap(c.begin(), c.end(), comp);
434 std::pop_heap(c.begin(), c.end(), comp);
/freebsd-9.3-release/contrib/gcc/
H A Dopts-common.c56 int comp; local
67 comp = strncmp (input, cl_options[md].opt_text + 1, opt_len);
69 if (comp < 0)
/freebsd-9.3-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmtest_subnet.h88 ib_node_record_t comp; member in struct:_node
99 * comp
101 * Bits set in the comp NodeRecord indicate that bit in the rec structure
144 ib_portinfo_record_t comp; member in struct:_port
156 * comp
158 * Bits set in the comp NodeRecord indicate that bit in the rec structure
226 ib_path_rec_t comp; member in struct:_path
237 * comp
239 * Bits set in the comp PathRecord indicate that bit in the rec structure
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.disc.c105 int comp = getcompat(COMPAT_BSDTTY); local
107 if ((comp & COMPAT_BSDTTY) != COMPAT_BSDTTY) {
108 (void) setcompat(comp | COMPAT_BSDTTY);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dbptree.h55 uint64_t bytes, uint64_t comp, uint64_t uncomp, dmu_tx_t *tx);
/freebsd-9.3-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c3027 if ((p_path->comp.dlid == 0) || (p_path->comp.slid == 0)) {
3088 if ((p_path->comp.dgid.unicast.interface_id &
3090 (p_path->comp.dgid.unicast.interface_id &
3109 if ((p_path->comp.sgid.unicast.interface_id &
3111 (p_path->comp.sgid.unicast.interface_id &
3130 if ((p_path->comp.pkey & p_path->rec.pkey) !=
3131 (p_path->comp.pkey & p_rec->pkey)) {
3178 if ((p_node->comp.lid & p_node->rec.lid) !=
3179 (p_node->comp
[all...]
/freebsd-9.3-release/usr.bin/uniq/
H A Duniq.c76 int ch, comp; local
154 comp = inlcmp(thisline, prevline);
156 comp = 1;
158 comp = wcscoll(tthis, tprev);
160 if (comp) {

Completed in 359 milliseconds

1234567