代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/308824/13689969

sed linux-msg.sed

# po2msg.sed - Convert Uniforum style .po file to Linux style .msg file # Copyright (C) 1995 Free Software Foundation, Inc. # Ulrich Drepper , 1995. # # This program is fre
www.eeworm.com/read/308441/13701421

h linux_obuffer.h

/* linux_obuffer.h Output buffer for Linux written by Louis P. Kruger (lpkruger@phoenix.princeton.edu) This program is free software; you can redistribute it and/or modify it under the t
www.eeworm.com/read/308441/13701484

h linux_obuffer.h

/* linux_obuffer.h Output buffer for Linux written by Louis P. Kruger (lpkruger@phoenix.princeton.edu) This program is free software; you can redistribute it and/or modify it under the t
www.eeworm.com/read/306912/13735728

gif linux_shell.gif

www.eeworm.com/read/304348/13795840

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
www.eeworm.com/read/304348/13796290

linux make.defines.linux

# Common make definitions, customized for each platform # Definitions required in all program directories to compile and link # C programs using gcc. WKDIR=/home/sar/apue.2e CC=gcc COMPILE.c=$(CC) $