Lines Matching defs:file

54 	char file[80];  member
63 add_alloc(char *type, void *addr, size_t size, const char *file, int line) in add_alloc()
89 drop_alloc(const char *type, void *addr, const char *file, int line) in drop_alloc()
117 my_malloc(size_t size, const char *file, int line) in my_malloc()
131 my_realloc(void *addr, size_t size, const char *file, int line) in my_realloc()
147 my_free(void *addr, const char *file, int line) in my_free()
156 my_strdup(const char *straddr, const char *file, int line) in my_strdup()
173 my_sethostent(int stay, const char *file, int line) in my_sethostent()
183 my_endhostent(const char *file, int line) in my_endhostent()
197 my_setnetconfig(const char *file, int line) in my_setnetconfig()
211 my_endnetconfig(void *nconf, const char *file, int line) in my_endnetconfig()
225 my_setnetpath(const char *file, int line) in my_setnetpath()
239 my_endnetpath(void *npath, const char *file, int line) in my_endnetpath()
257 const char *file, in my_netdir_getbyname()
272 my_netdir_free(void *ptr, int type, const char *file, int line) in my_netdir_free()
286 char *file, in my_getipnodebyname()
301 my_freehostent(struct hostent *hent, char *file, int line) in my_freehostent()
310 my_getnetconfigent(char *netid, char *file, int line) in my_getnetconfigent()
324 my_freenetconfigent(struct netconfig *netp, char *file, int line) in my_freenetconfigent()
333 my__rpc_setconf(char *nettype, char *file, int line) in my__rpc_setconf()
347 my__rpc_endconf(void *vhandle, char *file, int line) in my__rpc_endconf()