代码搜索:OPERATION

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

代码结果 10,000
www.eeworm.com/read/136072/5874218

h errno_values.h

#ifndef _BITS_ERRNO_VALUES_H #define _BITS_ERRNO_VALUES_H #define EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */ #define ESRCH 3 /* No such process */ #d
www.eeworm.com/read/136072/5874496

h errno_values.h

#ifndef _BITS_ERRNO_VALUES_H #define _BITS_ERRNO_VALUES_H /* Most architectures use these errno values (i.e. arm cris * i386 ia64 m68k parisc ppc ppc64 s390 s390x sh x86_64, etc) * * A few arc
www.eeworm.com/read/135880/5877265

h arch.h

/* * Copyright (c) 2001-2003 Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permi
www.eeworm.com/read/135686/5882502

h errno.h

#ifndef _I386_ERRNO_H #define _I386_ERRNO_H #define EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */ #define ESRCH 3 /* No such process */ #define EINTR
www.eeworm.com/read/135582/5884661

h fsocket.h

/* -*-C++-*- "$Id: FSocket.H,v 1.1.1.1 2003/08/07 21:18:37 jasonk Exp $" Copyright 1997 GARRET. Copyright 1999-2000 by the Flek development team. This library is free software; y
www.eeworm.com/read/135153/5889396

h errno.h

#ifndef _ARM_ERRNO_H #define _ARM_ERRNO_H #define EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */ #define ESRCH 3 /* No such process */ #define EINTR 4
www.eeworm.com/read/133772/5901390

cxx strerror.cxx

//=========================================================================== // // strerror.cxx // // ANSI error code string routine // //=============================================
www.eeworm.com/read/132747/5910230

h errno.h

#ifndef _I386_ERRNO_H #define _I386_ERRNO_H #ifdef MACH_INCLUDE #define LINUX_EPERM 1 /* Operation not permitted */ #define LINUX_ENOENT 2 /* No such file or directory */ #define LINUX_ESRCH 3
www.eeworm.com/read/132747/5910547

h errno.h

#ifndef _I386_ERRNO_H #define _I386_ERRNO_H #define EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */ #define ESRCH 3 /* No such process */ #define EINTR
www.eeworm.com/read/131315/5932008

c null_vnops.c

/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * John Heidemann of the UCLA F