代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/102935/6228826
h rio_linux.h
/*
* rio_linux.h
*
* Copyright (C) 1998,1999,2000 R.E.Wolff@BitWizard.nl
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gen
www.eeworm.com/read/101986/6235182
c garbage_linux.c
static const char rcsid[] = "$Header: /usr/cvs/opencryptoki/usr/sbin/pkcsslotd/garbage_linux.c,v 2.0 2002/08/01 18:00:36 sbade-oss Exp $";
/*
Common Public License Version 0.5
www.eeworm.com/read/101986/6235189
h garbage_linux.h
/*
* $Header: /usr/cvs/opencryptoki/usr/sbin/pkcsslotd/garbage_linux.h,v 2.0 2002/08/01 18:00:36 sbade-oss Exp $
*/
/*
Common Public License Version 0.5
THE ACCOMPANYING
www.eeworm.com/read/100601/6266626
mk linux2.2.mk
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the
www.eeworm.com/read/100601/6266658
mk linux2.4.mk
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the
www.eeworm.com/read/100601/6266675
mk linux2.1.mk
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the
www.eeworm.com/read/200452/6301083
pdf linux网络编程.pdf
www.eeworm.com/read/310703/6306597
tar linux-0.11.tar
www.eeworm.com/read/359885/6307991
h linux_fs.h
/* Including became more and more painful.
Below a very abbreviated version of some declarations,
only designed to be able to check a magic number
in case no filesystem type was
www.eeworm.com/read/421459/6311251
c linux_ptyopen.c
#include "apue.h"
#include
#ifndef _HAS_OPENPT
int
posix_openpt(int oflag)
{
int fdm;
fdm = open("/dev/ptmx", oflag);
return(fdm);
}
#endif
#ifndef _HAS_PTSNAME
char *
ptsname(int fdm