Searched refs:cp (Results 101 - 125 of 283) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/eclipseclp/CPViz/
H A DMakefile.in126 /bin/cp $< $@
131 /bin/cp $< $@
146 /bin/cp "$<" $(DOC_DEST)
221 /bin/cp $< $@
226 /bin/cp $< $@
238 cp -pr $(VIZTOOL_RESS) $(VIZTOOL_CLASSES)/$(VIZTOOL_PKG) && \
239 cp -pr $(VIZTOOL_HELP) $(VIZTOOL_CLASSES) && \
249 /bin/cp $< $@
254 /bin/cp $< $@
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_query.c218 const char *cp, * const *domain; local
230 for (cp = name; *cp != '\0'; cp++)
231 dots += (*cp == '.');
233 if (cp > name && *--cp == '.')
237 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL)
238 return (res_nquery(statp, cp, class, type, answer, anslen));
H A Dres_send.c230 const u_char *cp = buf + HFIXEDSZ; local
237 n = dn_expand(buf, eom, cp, tname, sizeof tname);
240 cp += n;
241 if (cp + 2 * INT16SZ > eom)
243 ttype = ns_get16(cp); cp += INT16SZ;
244 tclass = ns_get16(cp); cp += INT16SZ;
268 const u_char *cp = buf1 + HFIXEDSZ; local
288 n = dn_expand(buf1, eom1, cp, tnam
631 u_char *cp; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregcomp.c725 register struct cclass *cp; local
733 for (cp = cclasses; cp->name != NULL; cp++)
734 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
736 if (cp->name == NULL) {
742 u = cp->chars;
745 for (u = cp->multis; *u != '\0'; u += strlen(u) + 1)
796 register struct cname *cp; local
1502 register char *cp; local
[all...]
/barrelfish-2018-10-04/lib/libc/gen/
H A Ddisklabel.c69 char *cp, *cq; /* can't be register */ local
82 cp = buf;
84 (*cq = *cp) && *cq != '|' && *cq != ':')
85 cq++, cp++;
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dgetrpcent.c148 char *cp, **q; local
154 cp = strpbrk(p, "#\n");
155 if (cp == NULL)
157 *cp = '\0';
158 cp = strpbrk(p, " \t");
159 if (cp == NULL)
161 *cp++ = '\0';
164 while (*cp == ' ' || *cp == '\t')
165 cp
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Mercury/
H A DMakefile.in52 /bin/cp $< $@
56 /bin/cp README $@
/barrelfish-2018-10-04/usr/eclipseclp/Usc/
H A DMakefile8 CP = /bin/cp
/barrelfish-2018-10-04/lib/acpica/generate/linux/
H A Dgen-repo.sh54 cp -rf $repo_acpica/source $repo_linux/
/barrelfish-2018-10-04/lib/openssl-1.0.0d/shlib/
H A Dhpux10-cc.sh64 cp -p lib*_pic.a lib*.sl.0.9.8 /usr/local/ssl/lib
92 cp -p libcrypto.a libssl.a /usr/local/ssl/lib
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Ddomd14 cp Makefile Makefile.save
/barrelfish-2018-10-04/usr/eclipseclp/Alog/src/
H A Dmergelogs.c354 char *cp; local
364 cp = table->c_data;
370 fscanf(fp,"%c",cp);
372 while ( *cp == ' ' || *cp == '\t' );
376 while ( *cp != '\n' && i < C_DATA_LEN )
378 fscanf(fp,"%c",++cp);
383 *cp = '\0';
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp/
H A Dsnmpv3_mbedtls.c235 u8_t *cp, password_buf[64]; local
247 cp = password_buf;
253 *cp++ = password[password_index++ % passwordlen];
288 u8_t *cp, password_buf[72]; local
300 cp = password_buf;
306 *cp++ = password[password_index++ % passwordlen];
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A DMakefile55 cp $(ROOTFILE).pdf ../../doc/$(DESTFILE).pdf
62 mv $$f $$f.old; cp $$f.old $$f; \
116 cp $(ROOTFILE)[0-9]??.* $(ROOTFILE)/
117 cp $(ROOTFILE).css $(ROOTFILE)/
118 cp contents_motif.gif next_motif.gif previous_motif.gif $(ROOTFILE)
119 cp index.html $(ROOTFILE)/$(ROOTFILE).html
/barrelfish-2018-10-04/include/vm/
H A Dswap_pager.c2452 struct g_consumer *cp; local
2454 cp = arg;
2455 g_access(cp, -1, -1, 0);
2456 g_detach(cp);
2457 g_destroy_consumer(cp);
2464 swapgeom_acquire(struct g_consumer *cp) argument
2468 cp->index++;
2477 swapgeom_release(struct g_consumer *cp, struct swdevt *sp) argument
2481 cp->index--;
2482 if (cp
2493 struct g_consumer *cp; local
2514 struct g_consumer *cp; local
2562 swapgeom_orphan(struct g_consumer *cp) argument
2591 struct g_consumer *cp; local
2611 struct g_consumer *cp; local
[all...]
/barrelfish-2018-10-04/usr/webserver/
H A Dhttp_server.c508 char *cp = strstr(conn->request, CRLF); local
509 assert(cp != NULL);
510 *cp = '\0';
513 cp = strchr(conn->request, ' ');
514 if (cp == NULL) {
517 *cp = '\0';
518 const char *uri = cp + 1;
519 cp = strrchr(uri, ' ');
520 if (cp == NULL) {
523 *cp
[all...]
/barrelfish-2018-10-04/lib/libc/net/
H A Dgethostnamadr.c98 char *cp; local
125 cp = (char *)ALIGN(buf) + nptr * sizeof(char *);
130 memcpy(cp, he->h_addr_list[i], n);
131 hptr->h_addr_list[i] = cp;
132 cp += n;
139 strcpy(cp, he->h_name);
140 hptr->h_name = cp;
141 cp += n;
147 strcpy(cp, he->h_aliases[i]);
148 hptr->h_aliases[i] = cp;
527 const char *cp; local
[all...]
H A Dgetservent.c169 char *cp, **q, *endp; local
177 cp = strpbrk(p, "#\n");
178 if (cp != NULL)
179 *cp = '\0';
188 cp = strpbrk(p, ",/");
189 if (cp == NULL)
192 *cp++ = '\0';
197 serv->s_proto = cp;
200 cp = strpbrk(cp, " \
305 char **cp; local
[all...]
H A Dgetnetnamadr.c294 char *cp; local
316 cp = (char *)ALIGN(buf) + numptr * sizeof(char *);
320 strcpy(cp, ne->n_name);
321 nptr->n_name = cp;
322 cp += n;
328 strcpy(cp, ne->n_aliases[i]);
329 nptr->n_aliases[i] = cp;
330 cp += n;
/barrelfish-2018-10-04/usr/eclipseclp/Eplex/
H A DMakefile.in244 cp $(CPLEX90_SUPPORT_i386_nt) i386_nt/
245 cp $(CPLEX90_SUPPORT_i386_nt) ../lib/i386_nt/
252 cp $(CPLEX102_SUPPORT_i386_nt) i386_nt/
253 cp $(CPLEX102_SUPPORT_i386_nt) ../lib/i386_nt/
260 cp $(CPLEX110_SUPPORT_i386_nt) i386_nt/
261 cp $(CPLEX110_SUPPORT_i386_nt) ../lib/i386_nt/
268 cp $(CPLEX121_SUPPORT_i386_nt) i386_nt/
269 cp $(CPLEX121_SUPPORT_i386_nt) ../lib/i386_nt/
276 cp $(CPLEX122_SUPPORT_i386_nt) i386_nt/
277 cp
[all...]
/barrelfish-2018-10-04/lib/libc/xdr/
H A Dxdr.c427 xdr_char(XDR *xdrs, char *cp) argument
431 i = (*cp);
435 *cp = i;
443 xdr_u_char(XDR *xdrs, u_char *cp) argument
447 u = (*cp);
451 *cp = u;
508 * cp points to the opaque object and cnt gives the byte length.
511 xdr_opaque(XDR *xdrs, caddr_t cp, u_int cnt) argument
530 if (!XDR_GETBYTES(xdrs, cp, cnt)) {
539 if (!XDR_PUTBYTES(xdrs, cp, cn
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp_private_mib/
H A Dlwip_prvmib.c178 char *buf, *ebuf, *cp; local
214 cp = buf;
215 while (cp < ebuf)
217 dp = (struct dirent *)cp;
226 cp += dp->d_reclen;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds2_lib.c420 const SSL_CIPHER *cp; local
426 cp = OBJ_bsearch_ssl_cipher_id(&c, ssl2_ciphers, SSL2_NUM_CIPHERS);
427 if ((cp == NULL) || (cp->valid == 0))
430 return cp;
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv6/
H A Dip6_addr.c64 * Check whether "cp" is a valid ascii representation
68 * @param cp IPv6 address in ascii representation (e.g. "FF01::1")
70 * @return 1 if cp could be converted to addr, 0 on failure
73 ip6addr_aton(const char *cp, ip6_addr_t *addr) argument
81 for (s = cp; *s != 0; s++) {
93 for (s = cp; *s != 0; s++) {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/md2/
H A Dmd2_dgst.c206 register UCHAR *cp; local
209 cp=c->data;
214 cp[i]=(UCHAR)v;
216 md2_block(c,cp);
219 cp[i]=(UCHAR)p2[i];
220 md2_block(c,cp);

Completed in 144 milliseconds

1234567891011>>