Searched refs:cp (Results 126 - 150 of 283) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/libc/rpc/
H A Dsvc_auth_des.c412 struct cache_entry *cp; local
417 for (cp = authdes_cache, i = 0; i < AUTHDES_CACHESZ; i++, cp++) {
418 if (cp->key.key.high == hi &&
419 cp->key.key.low == key->key.low &&
420 cp->rname != NULL &&
421 bcmp(cp->rname, name, strlen(name) + 1) == 0) {
422 if (BEFORE(timestamp, &cp->laststamp)) {
/barrelfish-2018-10-04/usr/eclipseclp/Usc/src/
H A DMakefile.in23 CP = /bin/cp
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A DMakefile41 cp $(ROOTFILE).ps.Z ../../doc/$(DESTFILE).ps.Z
48 mv $$f $$f.old; cp $$f.old $$f; \
/barrelfish-2018-10-04/usr/eclipseclp/documents/search/
H A DMakefile47 cp $(ROOTFILE).pdf ../../doc/$(DESTFILE).pdf
56 mv $$f $$f.old; cp $$f.old $$f; \
/barrelfish-2018-10-04/include/sys/
H A Duio.h106 int uiomove(void *cp, int n, struct uio *uio);
110 int uiomove_nofault(void *cp, int n, struct uio *uio);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dtcrl12 cp $t fff.p
H A Dtpkcs712 cp $t fff.p
H A Dtpkcs7d12 cp $t fff.p
H A Dtsid12 cp $t fff.p
/barrelfish-2018-10-04/lib/acpica/tests/
H A Daslts.sh88 cp bin/iasl $tmp_iasl
89 cp bin/acpiexec $tmp_acpiexec
/barrelfish-2018-10-04/lib/libc/inet/
H A Dinet_cidr_pton.c259 char *cp, ch; local
265 cp = strchr(digits, ch);
266 if (cp == NULL) /*%< syntax */
269 bits += cp - digits;
/barrelfish-2018-10-04/lib/libc/net/
H A Dname6.c404 char *cp, **pp; local
442 cp = (char *)&nhp[1];
444 nhp->h_name = cp;
445 strcpy(cp, hp->h_name);
446 cp += strlen(cp) + 1;
453 nhp->h_aliases[i++] = cp;
454 strcpy(cp, *pp);
455 cp += strlen(cp)
[all...]
H A Drcmd.c428 char *cp; local
477 cp = NULL;
479 cp = ".rhosts lstat failed";
481 cp = ".rhosts not regular file";
483 cp = ".rhosts fstat failed";
485 cp = "bad .rhosts owner";
487 cp = ".rhosts writeable by other than owner";
489 if (cp) {
490 __rcmd_errstr = cp;
/barrelfish-2018-10-04/usr/eclipseclp/Pds/
H A DMakefile29 CP = /bin/cp
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/engine/
H A Deng_list.c371 ENGINE *cp = ENGINE_new(); local
372 if(!cp)
376 engine_cpy(cp, iterator);
377 iterator = cp;
/barrelfish-2018-10-04/lib/acpica/generate/release/
H A Drelease.sh59 cp $file ../$ARCHIVE_DIR
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/pl/
H A DBC-32.pl9 $cp='copy';
H A DOS2-EMX.pl7 $cp='cp';
H A Dlinux.pl7 $cp='/bin/cp';
H A Dunix.pl7 $cp='/bin/cp';
/barrelfish-2018-10-04/usr/eclipseclp/Alog/
H A DMakefile8 CP = /bin/cp
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/examples/
H A DMakefile56 cp $$file.pdf .;\
/barrelfish-2018-10-04/usr/eclipseclp/pt_libraries/
H A DMakefile.in80 /bin/cp $< $@
92 /bin/cp $< $@
/barrelfish-2018-10-04/usr/skb/programs/
H A Dmore_space_feasible197 cp *.eps $PAPERPATH
198 cp *.dat $PAPERPATH
/barrelfish-2018-10-04/lib/libc/db/hash/
H A Dhash_bigkey.c92 char *cp, *key_data, *val_data; local
94 cp = bufp->page; /* Character pointer of p. */
95 p = (u_int16_t *)cp;
107 memmove(cp + off, key_data, move_bytes);
134 memmove(cp + off, val_data, move_bytes);
147 cp = bufp->page;
162 memmove(cp + off, val_data, move_bytes);
175 cp = bufp->page;
176 p = (u_int16_t *)cp;

Completed in 114 milliseconds

1234567891011>>