代码搜索:Formats

找到约 3,674 项符合「Formats」的源代码

代码结果 3,674
www.eeworm.com/read/291164/8438864

h formats.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2005 by Solar Designer */ /* * Supported ciphertext formats management. */ #ifndef _JOHN_FORMATS_H #define
www.eeworm.com/read/291164/8438872

c formats.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001 by Solar Designer */ #include #include #include "params.h" #include "formats.h" struct
www.eeworm.com/read/383449/8945093

h formats.h

/* * * Bluetooth low-complexity, subband codec (SBC) library * * Copyright (C) 2004-2008 Marcel Holtmann * * * This program is free software; you can redistribute it a
www.eeworm.com/read/379294/9201266

f formats.f

www.eeworm.com/read/373012/9478979

f formats.f

www.eeworm.com/read/163404/10162637

c formats.c

/* * modified version of stdio stuff from fefes dietlibc * http://www.fefe.de/dietlibc/ */ #include "mcd.h" int _ltostr(char *s, int size, unsigned long i, int base, char UpCase) { char *tmp;
www.eeworm.com/read/359025/10169389

txt formats.txt

Infos on image formats ====================== Nero ==== 2002-10-17 files ----- nrg image file image format ------------ (maybe not for all disk types) - 2048 bytes/block - leading and trailing zer
www.eeworm.com/read/351829/10605018

test formats.test

$ rm -rf d $ mkdir -p d/patches $ cd d $ cat > test.txt < 1 < 2 < old < 4 < 5 $ quilt new test > Patch %{P}test is now on top $ quilt add test.txt > File test.txt added to patch %{P}te
www.eeworm.com/read/277145/10659695

h formats.h

/* this file is a part of amp software, (C) tomislav uzelac 1996,1997 */ /* formats.h * * Created by: tomislav uzelac Dec 22 1996 */ extern void wav_end(struct AUDIO_HEADER *header); exte
www.eeworm.com/read/277145/10659703

c formats.c

#include "audio.h" #define FORMATS #include "formats.h" /* leave room for .wav header */ void wav_begin(void) { fwrite("",1,44,out_file); } /* this is not proper really, but works! */