代码搜索结果
找到约 8,431 项符合
RF 的代码
xrf.c
/* Driver for routine rf */
#include
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define MAXSTR 80
int main(void)
{
char txt[M
rename.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ cat > announce.txt
< A short summary of the fixes are below.
$ quilt new original-name.diff
> Patch %{P}original-name.diff is now on top
$ quilt add
trailing-ws.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ cat > a
< a
< b
< c
$ quilt new test.diff
> Patch patches/test.diff is now on top
$ quilt add a
> File a added to patch patches/test.diff
$ cat
merge.test
Test the patch merging functionality of `quilt diff'.
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ cat > abc.txt
< a
< b
< c
$ cat > patches/series
< a.diff
< b.diff
< c.diff
$ cat > patch