Home | History | Annotate | Download | only in identd

Lines Matching defs:charset

99 	char *address, *charset, *fmt, *p;
116 address = charset = fmt = NULL;
142 charset = optarg;
302 (void)idhandle(fd, charset,
314 (void)idhandle(STDIN_FILENO, charset, fmt, osname, user,
325 idhandle(int fd, const char *charset, const char *fmt, const char *osname,
412 idparse(fd, lport, fport, charset, osname, idbuf);
453 idparse(fd, lport, fport, charset, osname, idbuf);
496 idparse(fd, lport, fport, charset, osname, idbuf);
512 idparse(fd, lport, fport, charset, osname, idbuf);
527 idparse(fd, lport, fport, charset, osname, buf);
529 idparse(fd, lport, fport, charset, osname, idbuf);
536 idparse(int fd, int lport, int fport, const char *charset, const char *osname,
542 osname, charset ? "," : "", charset ? charset : "", user) < 0)