Home
last modified time | relevance | path

Searched refs:idparse (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/libexec/identd/
H A Didentd.c50 static void idparse(int, int, int, const char *, const char *, const char *);
412 idparse(fd, lport, fport, charset, osname, idbuf); in idhandle()
453 idparse(fd, lport, fport, charset, osname, idbuf); in idhandle()
496 idparse(fd, lport, fport, charset, osname, idbuf); in idhandle()
512 idparse(fd, lport, fport, charset, osname, idbuf); in idhandle()
527 idparse(fd, lport, fport, charset, osname, buf); in idhandle()
529 idparse(fd, lport, fport, charset, osname, idbuf); in idhandle()
536 idparse(int fd, int lport, int fport, const char *charset, const char *osname, in idparse() function