Searched refs:run_crypt (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/libcrypt/common/ |
H A D | cryptio.c | 33 #pragma weak _run_crypt = run_crypt 122 run_crypt(long offset, char *buffer, unsigned int count, int p[2]) in run_crypt() function
|
H A D | mapfile-vers | 71 run_crypt;
|
H A D | llib-lcrypt | 50 int run_crypt(long offset, char *buffer, unsigned int count, int p[2]);
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_temp.c | 254 if (run_crypt(0L, ibuff2, 263 if (run_crypt(0L, ibuff2, CRSIZE, tperm) == -1) 271 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1) 279 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1) 294 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1) 398 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1) in synctmp()
|
H A D | ex_io.c | 723 if (crflag > 0 && run_crypt(cntch, genbuf, ninbuf+1, perm) == -1) { in getfile() 773 if (run_crypt(cntch, genbuf, nib, perm) == -1) in putfile() 797 if (run_crypt(cntch, genbuf, nib, perm) == -1) in putfile()
|
H A D | exrecover.c | 633 if (run_crypt(0L, bk, CRSIZE, tperm) == -1) in scrapbad() 798 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
|
/titanic_41/usr/src/head/ |
H A D | crypt.h | 56 extern int run_crypt(long, char *, unsigned, int *);
|
/titanic_41/usr/src/man/man3ext/ |
H A D | Makefile | 124 run_crypt.3ext \ 145 run_crypt.3ext := LINKSRC = crypt.3ext
|
/titanic_41/usr/src/cmd/ed/ |
H A D | ed.c | 1393 if (run_crypt(count, genbuf, ninbuf+1, perm) == -1) in getfile() 1453 if (run_crypt(count-n, genbuf, n, perm) == -1) in putfile() 1470 if (run_crypt(count-n, genbuf, n, perm) == -1) in putfile() 1739 if (run_crypt(0L, ibuff, 512, tperm) == -1) in getblock() 1747 if (run_crypt(0L, ibuff, 512, tperm) == -1) in getblock() 1758 if (run_crypt(0L, crbuf, 512, tperm) == -1) in getblock() 2669 if (run_crypt(0L, crbuf, chcount, perm) == -1) in eopen()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3ext.inc | 124 link path=usr/share/man/man3ext/run_crypt.3ext target=crypt.3ext
|
/titanic_41/ |
H A D | .gitignore | 6265 usr/src/man/man3ext/run_crypt.3ext
|