代码搜索:CMP

找到约 10,000 项符合「CMP」的源代码

代码结果 10,000
www.eeworm.com/read/221464/4832045

cpp cmp.cpp

/* Boost test/cmp.cpp * test standard comparison functions * * Copyright Guillaume Melquiond 2002-2003 * Permission to use, copy, modify, sell, and distribute this software * is hereby grant
www.eeworm.com/read/217381/4873090

c cmp.c

/* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you
www.eeworm.com/read/216502/4890567

1 cmp.1

.TH CMP 1 .SH NAME cmp \- compare two files .SH SYNOPSIS .B cmp [ .B \-l ] [ .B \-s ] file1 file2 .SH DESCRIPTION The two files are compared. (If .I file1 is `\-', the standard input is used.) Under
www.eeworm.com/read/216502/4891515

c cmp.c

#include #include FILE *file1,*file2; int eflg; int lflg = 1; long line = 1; long chr = 0; long skip1; long skip2; long otoi(); main(argc, argv) char **argv; { register c1, c2;
www.eeworm.com/read/216499/4892410

1 cmp.1

.th CMP I 5/15/74 .sh NAME cmp \*- compare two files .sh SYNOPSIS .bd cmp [ .bd \*-l ] [ .bd \*-s ] file1 file2 .sh DESCRIPTION The two files are compared. (If .it file1 is `\*-', the standard input i
www.eeworm.com/read/216499/4893102

c cmp.c

int ibuf1[259]; int ibuf2[259]; int eflg; int lflg 1; int line[2] {0, 1}; int chr[2] { -1, -1}; main(argc, argv) char **argv; { register c1, c2; char *arg; if(argc < 3) goto narg; arg = argv[1
www.eeworm.com/read/216450/4895198

1 cmp.1

.TH CMP 1 .SH NAME cmp \- compare two files .SH SYNOPSIS \fBcmp\fR [\fB\-ls\fR] \fIfile1 file2\fR .br .de FL .TP \\fB\\$1\\fR \\$2 .. .de EX .TP 20 \\fB\\$1\\fR # \\$2 .. .SH OPTIONS .FL "\-l" "Loud m
www.eeworm.com/read/209559/4965750

h cmp.h

#ifndef __CMP_H #define __CMP_H struct cmp_mpr { u32 nplugs:5; u32 reserved:3; u32 persistent_ext:8; u32 non_persistent_ext:8; u32 bcast_channel_base:6; u32 rate:2; } __attribute__((packed));
www.eeworm.com/read/209559/4965789

c cmp.c

/* -*- c-basic-offset: 8 -*- * * cmp.c - Connection Management Procedures * Copyright (C) 2001 Kristian H鴊sberg * * This program is free software; you can redistribute it and/or modify * it unde
www.eeworm.com/read/209211/4983806

c cmp.c

#include #include #include #define BUF 65536 int sflag = 0; int lflag = 0; int Lflag = 0; static void usage(void); char ** seekoff(int fd, char *name, char **argv) { vl