Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/tirpc/rpc
File: rpcent.h
/* $NetBSD: rpcent.h,v 1.1 2000/06/02 22:57:56 fvdl Exp $ */
[0] Fix | Delete
/* $FreeBSD: src/include/rpc/rpcent.h,v 1.2 2002/03/23 17:24:55 imp Exp $ */
[1] Fix | Delete
[2] Fix | Delete
/*
[3] Fix | Delete
* Copyright (c) 2009, Sun Microsystems, Inc.
[4] Fix | Delete
* All rights reserved.
[5] Fix | Delete
*
[6] Fix | Delete
* Redistribution and use in source and binary forms, with or without
[7] Fix | Delete
* modification, are permitted provided that the following conditions are met:
[8] Fix | Delete
* - Redistributions of source code must retain the above copyright notice,
[9] Fix | Delete
* this list of conditions and the following disclaimer.
[10] Fix | Delete
* - Redistributions in binary form must reproduce the above copyright notice,
[11] Fix | Delete
* this list of conditions and the following disclaimer in the documentation
[12] Fix | Delete
* and/or other materials provided with the distribution.
[13] Fix | Delete
* - Neither the name of Sun Microsystems, Inc. nor the names of its
[14] Fix | Delete
* contributors may be used to endorse or promote products derived
[15] Fix | Delete
* from this software without specific prior written permission.
[16] Fix | Delete
*
[17] Fix | Delete
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
[18] Fix | Delete
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
[19] Fix | Delete
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
[20] Fix | Delete
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
[21] Fix | Delete
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
[22] Fix | Delete
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
[23] Fix | Delete
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
[24] Fix | Delete
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
[25] Fix | Delete
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
[26] Fix | Delete
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
[27] Fix | Delete
* POSSIBILITY OF SUCH DAMAGE.
[28] Fix | Delete
*/
[29] Fix | Delete
/*
[30] Fix | Delete
* Copyright (c) 1986 - 1991 by Sun Microsystems, Inc.
[31] Fix | Delete
*/
[32] Fix | Delete
[33] Fix | Delete
/*
[34] Fix | Delete
* rpcent.h,
[35] Fix | Delete
* For converting rpc program numbers to names etc.
[36] Fix | Delete
*
[37] Fix | Delete
*/
[38] Fix | Delete
[39] Fix | Delete
#ifndef _RPC_RPCENT_H
[40] Fix | Delete
#define _RPC_RPCENT_H
[41] Fix | Delete
[42] Fix | Delete
/* #pragma ident "@(#)rpcent.h 1.13 94/04/25 SMI" */
[43] Fix | Delete
/* @(#)rpcent.h 1.1 88/12/06 SMI */
[44] Fix | Delete
[45] Fix | Delete
#ifdef __cplusplus
[46] Fix | Delete
extern "C" {
[47] Fix | Delete
#endif
[48] Fix | Delete
[49] Fix | Delete
/* These are defined in /usr/include/rpc/netdb.h */
[50] Fix | Delete
#if !defined(__GLIBC__) || defined(__UCLIBC__)
[51] Fix | Delete
struct rpcent {
[52] Fix | Delete
char *r_name; /* name of server for this rpc program */
[53] Fix | Delete
char **r_aliases; /* alias list */
[54] Fix | Delete
int r_number; /* rpc program number */
[55] Fix | Delete
};
[56] Fix | Delete
[57] Fix | Delete
/* Old interfaces that return a pointer to a static area; MT-unsafe */
[58] Fix | Delete
extern struct rpcent *getrpcbyname(const char *);
[59] Fix | Delete
extern struct rpcent *getrpcbynumber(int);
[60] Fix | Delete
extern struct rpcent *getrpcent(void);
[61] Fix | Delete
[62] Fix | Delete
extern void setrpcent(int);
[63] Fix | Delete
extern void endrpcent(void);
[64] Fix | Delete
#endif
[65] Fix | Delete
[66] Fix | Delete
#ifdef __cplusplus
[67] Fix | Delete
}
[68] Fix | Delete
#endif
[69] Fix | Delete
[70] Fix | Delete
#endif /* !_RPC_CENT_H */
[71] Fix | Delete
[72] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function