OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:put_des_char
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ed/
ed.h
214
int
put_des_char
(int, FILE *);
cbc.c
138
static char des_buf[8]; /* shared buffer for get_des_char/
put_des_char
*/
139
static int des_ct = 0; /* count for get_des_char/
put_des_char
*/
140
static int des_n = 0; /* index for
put_des_char
/get_des_char */
190
/*
put_des_char
: write a char to an encrypted file; return char written */
192
put_des_char
(int c, FILE *fp)
function in typeref:typename:int
io.c
209
if ((des ?
put_des_char
(*s++, fp) : fputc(*s++, fp)) < 0) {
Completed in 14 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025