代码搜索结果
找到约 10,000 项符合
X 的代码
rpctalk.x
/* RPC based talk program protocol descrption */
const MAXSTRING = 100;
typedef string message;
/* progid is a structure passed to SENDPROG */
struct progid {
string hostname; /*
simp.x
/* Protocol definition file for a simple RPC application */
/* There are 2 remote procedures - an add procedure and
a subtract procedure. Each must be called with a single
parameter, a structure
ll.x
/* Linked list example - a linked list of integers,
The remote procedure returns the sum
*/
#define VERSION_NUMBER 1
struct foo {
int x;
foo *next;
foo *prev;
};
program LL_PROG {
version
vadd.x
/* Protocol definition file for a variable length add RPC application */
typedef int iarray;
program VADD_PROG {
version VADD_VERSION {
int VADD(iarray) = 1;
} = 1;
} = 555575555;
userlookup.x
/* Protocol definition file for an RPC based user lookup application */
/* There are 2 remote procedures -
byuid - returns a user name given the uid number
byname - returns a uid given a user name
x.dat
0.0000 0.2784 0.5294 0.4353 0.0667 0.1373 0.2549 0.4510 0.3333 0.4157 0.3333 0.2902 0.2824 0.2902 0.2824 0.2745 0.4510 0.1412 0.4824 0.5059
mountain.x
xof 0302txt 0064
Header {
1;
0;
1;
}
//Exported from bryce4
Frame {
FrameTransformMatrix {
1.000000, 0.000000, 0.000000, 0.000000,
0.000000, 1.000000, 0.000000, 0.000000,
0.000000, 0.000000,
x.sh
if [ -x /usr/X11R6/bin/X ]; then
pathappend /usr/X11R6/bin
fi
if [ -d /usr/X11R6/lib/pkgconfig ] ; then
pathappend /usr/X11R6/lib/pkgconfig PKG_CONFIG_PATH
fi