HomeSort by: relevance | last modified time | path
    Searched defs:put_des_char (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/ed/
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
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
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
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
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
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
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

Completed in 389 milliseconds