代码搜索:Capacity

找到约 2,190 项符合「Capacity」的源代码

代码结果 2,190
www.eeworm.com/read/332098/12779899

c sizepipe.c

#include "apue.h" #include int main(void) { int i, n; int fd[2]; if (pipe(fd) < 0) err_sys("pipe error"); set_fl(fd[1], O_NONBLOCK); /* * Write 1 byte at a time until pipe is ful
www.eeworm.com/read/311774/13626133

c sizepipe.c

#include "apue.h" #include int main(void) { int i, n; int fd[2]; if (pipe(fd) < 0) err_sys("pipe error"); set_fl(fd[1], O_NONBLOCK); /* * Write 1 byte at a time until pipe is ful
www.eeworm.com/read/304348/13795907

17 figc.17

#include "apue.h" #include int main(void) { int i, n; int fd[2]; if (pipe(fd) < 0) err_sys("pipe error"); set_fl(fd[1], O_NONBLOCK); /* * Write 1 byte at a time until pipe is ful
www.eeworm.com/read/304348/13796036

c sizepipe.c

#include "apue.h" #include int main(void) { int i, n; int fd[2]; if (pipe(fd) < 0) err_sys("pipe error"); set_fl(fd[1], O_NONBLOCK); /* * Write 1 byte at a time until pipe is ful
www.eeworm.com/read/141268/5774954

h vector.h

/////////////////////////////////////////////////////////////////////////////// // Name: wx/vector.h // Purpose: STL vector clone // Author: Lindsay Mathieson // Modified by: // C
www.eeworm.com/read/132747/5910266

c scsicam.c

/* * scsicam.c - SCSI CAM support functions, use for HDIO_GETGEO, etc. * * Copyright 1993, 1994 Drew Eckhardt * Visionary Computing * (Unix and Linux consulting and custom programming)
www.eeworm.com/read/125688/6022613

c scsicam.c

/* * scsicam.c - SCSI CAM support functions, use for HDIO_GETGEO, etc. * * Copyright 1993, 1994 Drew Eckhardt * Visionary Computing * (Unix and Linux consulting and custom programming)
www.eeworm.com/read/113182/6135598

java stackobjectpoolfactory.java

/* * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
www.eeworm.com/read/421459/6311318

17 figc.17

#include "apue.h" #include int main(void) { int i, n; int fd[2]; if (pipe(fd) < 0) err_sys("pipe error"); set_fl(fd[1], O_NONBLOCK); /* * Write 1 byte at a time until pipe is ful
www.eeworm.com/read/421459/6311447

c sizepipe.c

#include "apue.h" #include int main(void) { int i, n; int fd[2]; if (pipe(fd) < 0) err_sys("pipe error"); set_fl(fd[1], O_NONBLOCK); /* * Write 1 byte at a time until pipe is ful