代码搜索结果
找到约 10,000 项符合
X 的代码
msg.x
/* @(#)msg.x 2.1 88/08/11 4.0 RPCSRC */
/*
* msg.x: Remote message printing protocol
*/
program MESSAGEPROG {
version MESSAGEVERS {
int PRINTMESSAGE(string) = 1;
} = 1;
} = 99;
sort.x
/* @(#)sort.x 2.1 88/08/11 4.0 RPCSRC */
/*
* The sort procedure receives an array of strings and returns an array
* of strings. This toy service handles a maximum of 64 strings.
*/
const MAXSORTS
protocol.x
#ifdef RPC_HDR
%/*
% * WARNING - DO NOT EDIT THIS FILE
% * IT IS GENERATED BY RPCGEN - LOOK AT THE MAKEFILE
% */
#endif
#ifdef RPC_XDR
%/*
% * WARNING - DO NOT EDIT THIS FILE
% * IT IS GENERAT
amq.x
/*
* Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990, 1993
* The Regents of the University of California. All righ
x-convex
# Use -pcc to avoid surprises.
CC = cc -pcc
x-crds
CC = cc -Wx,-X23
# The following line might be necessary as well or instead of the above.
# If you find out that it is necessary,
# or if you find out that it is not necessary,
# please inform bug-gc
x-genix
# Makefile modifications for compilation on Genix.
ALLOCA=alloca.o
MALLOC = malloc.o
# You must get malloc.c and getpagesize.h from GNU Emacs.
x-vax
# If compiling GCC with the Unix assembler, -J will handle a large function.
# With GAS, it should have no effect.
X_CPPFLAGS = -J
x-mips
# Define CC and OLDCC as the same, so that the tests:
# if [ x"$(OLDCC)" = x"$(CC)" ] ...
#
# will succeed (if OLDCC != CC, it is assumed that GCC is
# being used in secondary stage builds). We need
x-alpha
RANLIB = ar ts
RANLIB_TEST = true