代码搜索:Prot
找到约 2,417 项符合「Prot」的源代码
代码结果 2,417
www.eeworm.com/read/439548/7706435
gif prot.gif
www.eeworm.com/read/144648/12778360
c prot.c
/****************** Start of $RCSfile: prot.c,v $ ****************
*
* $Source: /home/alb/afbackup/afbackup-3.3.8.1/RCS/prot.c,v $
* $Id: prot.c,v 1.2 2004/07/08 20:34:45 alb Exp alb $
* $Date: 2004/
www.eeworm.com/read/144648/12778766
h prot.h
/****************** Start of $RCSfile: prot.h,v $ ****************
*
* $Source: /home/alb/afbackup/afbackup-3.3.8.1/RCS/prot.h,v $
* $Id: prot.h,v 1.3 2004/07/08 20:34:45 alb Exp alb $
* $Date: 2004/
www.eeworm.com/read/143635/12855425
prot jacobic.prot
# LOGFILE-NAME was not set explicitly.
LOGFILE-NAME "jacobic.stf"
# PROGNAME was not set explicitly.
PROGNAME "/home/krotz/vt-may03/examples/src/jacobic"
# LOGFILE-FORMAT was not set explicitly.
www.eeworm.com/read/238485/13882560
c prot.c
#include "hasshsgr.h"
#include "prot.h"
/* XXX: there are more portability problems here waiting to leap out at me */
int prot_gid(gid) int gid;
{
#ifdef HASSHORTSETGROUPS
short x[2];
x[0] = gid
www.eeworm.com/read/238485/13883316
h prot.h
#ifndef PROT_H
#define PROT_H
extern int prot_gid();
extern int prot_uid();
#endif
www.eeworm.com/read/131315/5945971
h prot.h
/*
* $Source: /mit/kerberos/src/include/RCS/prot.h,v $
* $Author: jtkohl $
* $Header: prot.h,v 4.13 89/01/24 14:27:22 jtkohl Exp $
*
* Copyright 1985, 1986, 1987, 1988 by the Massachusetts Insti
www.eeworm.com/read/226770/14452742
c prot.c
/* Public domain. */
#include "hasshsgr.h"
#include "prot.h"
int prot_gid(int gid)
{
#ifdef HASSHORTSETGROUPS
short x[2];
x[0] = gid; x[1] = 73; /* catch errors */
if (setgroups(1,x) == -1) re
www.eeworm.com/read/226770/14452948
h prot.h
/* Public domain. */
#ifndef PROT_H
#define PROT_H
extern int prot_gid(int);
extern int prot_uid(int);
#endif
www.eeworm.com/read/210364/15200525