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

12345678

/freebsd-10.0-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-10.0-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-10.0-release/usr.sbin/mfiutil/
H A Dmfiutil.c158 scan_firmware(struct mfi_info_component *comp) argument
162 len = strlen(comp->name);
165 len = strlen(comp->version);
168 len = strlen(comp->build_date);
171 len = strlen(comp->build_time);
177 display_firmware(struct mfi_info_component *comp, const char *tag) argument
180 printf("%-*s %-*s %-*s %-*s %s\n", fw_name_width, comp->name,
181 fw_version_width, comp->version, fw_date_width, comp->build_date,
182 fw_time_width, comp
[all...]
/freebsd-10.0-release/usr.bin/mt/
H A Dmt.c103 { "comp", MTCOMP, 0, NEED_2ARGS|ZERO_ALLOWED|IS_COMP },
126 static const char *comptostring(u_int32_t comp);
132 const 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-10.0-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-10.0-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-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c184 verify(const char *refname, enum comp_type comp) argument
208 if (comp != STORE) {
221 if (comp == MSZIP && rsize == ARCHIVE_FATAL && !libz_enabled) {
256 if (comp != STORE) {
276 verify2(const char *refname, enum comp_type comp) argument
283 if (comp == MSZIP && !libz_enabled) {
298 if (comp != STORE) {
317 if (comp != STORE) {
336 verify3(const char *refname, enum comp_type comp) argument
352 if (comp !
[all...]
/freebsd-10.0-release/lib/libc/gen/
H A Dfmtmsg.c117 char *comp, *output; local
135 while ((comp = nextcomp(msgverb)) != NULL) {
136 if (strcmp(comp, "label") == 0 && label != MM_NULLLBL) {
139 } else if (strcmp(comp, "severity") == 0 && sevname != NULL) {
142 } else if (strcmp(comp, "text") == 0 && text != MM_NULLTXT) {
145 } else if (strcmp(comp, "action") == 0 && act != MM_NULLACT) {
149 } else if (strcmp(comp, "tag") == 0 && tag != MM_NULLTAG) {
/freebsd-10.0-release/crypto/openssl/crypto/stack/
H A Dstack.c83 int (*old)(const void *,const void *)=sk->comp;
85 if (sk->comp != c)
87 sk->comp=c;
97 if ((ret=sk_new(sk->comp)) == NULL) goto err;
107 ret->comp=sk->comp;
131 ret->comp=c;
220 if (st->comp == NULL)
229 r=OBJ_bsearch_ex_(&data,st->data,st->num,sizeof(void *),st->comp,
318 /* same comment as in sk_find ... previously st->comp wa
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dsel-gram.y58 %type <expr> comp
81 | comp { $$ = _hx509_make_expr(op_COMP, $1, NULL); }
88 comp : word '=' '=' word { $$ = _hx509_make_expr(comp_EQ, $1, $4); } label
/freebsd-10.0-release/usr.sbin/services_mkdb/
H A Duniq.c45 static int comp(const char *, char **, size_t *);
75 if (!comp(line, &compline, &complen)) {
108 comp(const char *origline, char **compline, size_t *len) function
/freebsd-10.0-release/crypto/openssl/crypto/comp/
H A Dcomp_err.c1 /* crypto/comp/comp_err.c */
63 #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-10.0-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-10.0-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-10.0-release/crypto/openssl/ssl/
H A Dssl_txt.c217 SSL_COMP *comp = NULL; local
219 ssl_cipher_get_evp(x,NULL,NULL,NULL,NULL,&comp);
220 if (comp == NULL)
226 if (BIO_printf(bp,"\n Compression: %d (%s)", comp->id,comp->method->name) <= 0) goto err;
/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/contrib/byacc/
H A Dvmsbuild.com23 $ comp = "__vaxc__=1"
30 $ comp = "__decc__=1"
45 $ comp = ""
49 $ comp = f$edit(p2, "UPCASE")
50 $ if "''comp'" .eqs. "VAXC"
54 $ if "''comp'" .eqs. "DECC"
84 $ if "''comp'" .eqs. "" then gosub decc_config
87 $ if "''comp'" .nes. "" then goto screen_config
104 $ comp = "__gcc__=1"
198 $ mms/ignore=warning/macro=('comp','mmsta
[all...]

Completed in 334 milliseconds

12345678