Home
last modified time | relevance | path

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

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dwho.h19 char *who_name; member
H A Dirc.h275 extern char *who_name;
/dports/irc/epic4/epic4-2.10.9/include/
H A Dwho.h24 char *who_name; member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dwho.h19 char *who_name; member
H A Dirc.h275 extern char *who_name;
/dports/irc/epic5/epic5-2.1.6/include/
H A Dwho.h25 char *who_name; member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dwho.c88 new_free(&save->who_name); in delete_who_item()
130 new_w->who_name = NULL; in get_new_who_entry()
282 malloc_strcpy(&new_w->who_name, arg); in BX_whobase()
283 channel = new_w->who_name; in BX_whobase()
506 ok = ok && wild_match(new_w->who_name, user); in whoreply()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dwho.c88 new_free(&save->who_name); in delete_who_item()
130 new_w->who_name = NULL; in get_new_who_entry()
282 malloc_strcpy(&new_w->who_name, arg); in BX_whobase()
283 channel = new_w->who_name; in BX_whobase()
506 ok = ok && wild_match(new_w->who_name, user); in whoreply()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dwho.c141 new_free(&save->who_name); in delete_who_item()
183 new_w->who_name = NULL; in get_new_who_entry()
355 malloc_strcpy(&new_w->who_name, arg); in whobase()
356 channel = new_w->who_name; in whobase()
597 ok = ok && wild_match(new_w->who_name, user); in whoreply()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dwho.c153 S(item->who_target), S(item->who_name), in who_item_full_desc()
253 new_free(&save->who_name); in delete_who_item()
300 new_w->who_name = NULL; in get_new_who_entry()
510 malloc_strcpy(&new_w->who_name, arg); in whobase()
511 channel = new_w->who_name; in whobase()
513 new_w->who_name); in whobase()
830 ok = ok && wild_match(new_w->who_name, user); in whoreply()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dirc.h332 extern char *who_name;
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dirc.h330 extern u_char *who_name;
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftpd/
H A Dftpd.c3689 char who_name[NI_MAXHOST]; in dolog() local
3704 who_name, sizeof(who_name) - 1, NULL, 0, NI_NUMERICHOST)) in dolog()
3705 *who_name = 0; in dolog()
3706 who_name[sizeof(who_name) - 1] = 0; in dolog()
3724 remotehost, who_name, hostname); in dolog()
3728 remotehost, who_name); in dolog()
/dports/irc/ircII/ircii-20210314/source/
H A Dedit.c102 u_char *who_name; member
1296 new_free(&wi->who_name); in who()
1363 malloc_strcpy(&wi->who_name, arg); in who()
1364 channel = wi->who_name; in who()
1495 ok = ok && wild_match(wi->who_name, user); in whoreply_check()
4074 new->who_name = NULL; in alloc_who_info()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dedit.c1552 new_free(&who_name);
1621 malloc_strcpy(&who_name, arg);
1622 channel = who_name;
H A Dirc.c163 *who_name, /* extra /who switch info */ variable
H A Dparse.c499 ok = ok && wild_match(who_name, user);
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dirc.c142 *who_name = (char *) 0, /* extra /who switch info */ variable
H A Dedit.c2186 new_free(&who_name);
2258 malloc_strcpy(&who_name, arg);
2259 channel = who_name;
H A Dparse.c603 ok = ok && wild_match(who_name, user);
/dports/irc/ircII/ircii-20210314/
H A DChangeLog1502 convert who_mask, who_name, who_host, who_server, who_file,