代码搜索:POSIX
找到约 10,000 项符合「POSIX」的源代码
代码结果 10,000
www.eeworm.com/read/187031/8881696
c posix.c
/*
* AUTHOR
* N. Nielsen
*
* LICENSE
* This software is in the public domain.
*
* The software is provided "as is", without warranty of any kind,
* express or implied, including but n
www.eeworm.com/read/353617/10435392
posix makefile.posix
# Copyright (c) 2007 ZTE. All rights reserved.
#
CPLUS = iwmmxt_le-g++
CCOMP = iwmmxt_le-gcc
LINKER= iwmmxt_le-gcc
C++ = $(CPLUS)
CC = $(CCOMP)
LINK = $(LINKER)
COMPILER_FLAGS=-D_REENTRANT -D__USE
www.eeworm.com/read/278472/10534155
h posix.h
#ifndef _POSIX_H_
#define _POSIX_H_
#ifdef __cplusplus
extern "C" {
#endif
#include
#include
#include
#ifndef _QNX
#include
#endif
#include
www.eeworm.com/read/278472/10534158
c posix.c
#include "platform.h"
#include "mco.h"
static time_t init_time = 0;
timer_unit mco_system_get_current_time()
{
unsigned long r;
struct timeb t;
ftime(&t);
if ( init_time == 0 ) init
www.eeworm.com/read/278099/10569977
nfo posix.nfo
+++Date last modified: 05-Jul-1997
Posix is the common name for IEEE Standard 1003.1-1988, the IEEE Portable
Operating System Interface for Computing Environments. It was published as an
ANSI s