代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5941933
h decode.h
/* $Id: decode.h,v 3.0 1991/11/22 04:12:25 davison Trn $
*/
EXT FILE *decode_fp INIT(NULL);
EXT char decode_fname[MAXFILENAME];
EXT char decode_dest[MAXFILENAME];
EXT int decode_type;
void decode_i
www.eeworm.com/read/131315/5941964
c decode.c
/* $Id: decode.c,v 3.0 1991/11/22 04:12:25 davison Trn $
*/
#include "EXTERN.h"
#include "common.h"
#include "INTERN.h"
#include "decode.h"
void
decode_init()
{
unship_init();
}
void
decode_en
www.eeworm.com/read/131315/5942203
c decode.c
/*
** Decode seven-bit input into full binary output.
** From @(#)decode.c 1.3 5/15/85, distributed with B2.11 News.
**
** Collect runs of 12 seven-bit characters. Combine them in pairs to
** mak
www.eeworm.com/read/131315/5943175
c decode.c
/*
* Routines to decode user commands.
*
* This is all table driven.
* A command table is a sequence of command descriptors.
* Each command descriptor is a sequence of bytes with the following fo
www.eeworm.com/read/131315/5943992
c decode.c
/*
* Copyright (c) 1988 Mark Nudleman
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/130382/5957133
c decode.c
/* Copyright (C) 1998 Network Associates, Inc.
Author: Michael Elkins
Last Edit: November 18, 1998 */
#include "libpkcs7.h"
#include "pkcs7_oid.h"
PKIContentInf