#define SIZESTR_SIZE 5L
| Used in: | sizestr() |
char* caps ( char* str )
char* clean_quotes ( char* str )
unsigned int convert_spaces_to_match ( char* str )
| Prototyped in: | src/dinoex_utilities.h | |
| Called by: | command_xdcc() | src/dinoex_user.c |
| do_atfind() | src/dinoex_user.c | |
unsigned int get_argv2 ( char** result, const char* line, unsigned int howmany, const char* src_function, const char* src_file, unsigned int src_line )
ir_uint16 get_port ( ir_sockaddr_union_t* listenaddr )
| Prototyped in: | src/dinoex_utilities.h | |
| Calls: | __bswap16() | |
| Called by: | h_accept() | src/dinoex_http.c |
| ir_bind_listen_socket() | src/iroffer_utilities.c | |
| irc_open_listen() | src/dinoex_irc.c | |
| l_setup_accept() | src/dinoex_upload.c | |
ir_uint64 get_time_in_ms ( void )
| Prototyped in: | src/dinoex_utilities.h | |
| Calls: | timeval_to_ms() | src/dinoex_utilities.c |
| gettimeofday() | ||
| Called by: | u_runcmd() | src/iroffer_admin.c |
| write_statefile() | src/iroffer_statefile.c | |
const char* getfilename ( const char* pathname )
char* getpart2 ( const char* line, unsigned int howmany, const char* src_function, const char* src_file, unsigned int src_line )
char* getpart_eol ( const char* line, unsigned int howmany )
char* grep_to_fnmatch ( const char* grep )
| Prototyped in: | src/dinoex_utilities.h | |
| Calls: | hostmask_to_fnmatch() | src/dinoex_utilities.c |
| mydelete2() | src/iroffer_utilities.c | |
| mymalloc2() | src/iroffer_utilities.c | |
| snprintf(), strlen() | ||
| Called by: | a_find() | src/dinoex_admin.c |
| command_xdcc() | src/dinoex_user.c | |
| noticeresults() | src/dinoex_user.c | |
char* hostmask_to_fnmatch ( const char* str )
void irlist_add_string ( irlist_t* list, const char* str )
void irlist_sort2 ( irlist_t* list, int (*cmpfunc)(const void* a,const void* b) )
unsigned int is_file_writeable ( const char* f )
| Prototyped in: | src/dinoex_utilities.h | |
| Calls: | updatecontext_f() | src/iroffer_utilities.c |
| close(), open() | ||
| Called by: | a_rmul() | src/dinoex_admin.c |
unsigned int isprintable ( unsigned int a )
| Prototyped in: | src/dinoex_utilities.h | |
| Called by: | parseconsole() | src/iroffer_display.c |
unsigned int max_minutes_waits ( time_t* endtime, unsigned int min )
| Prototyped in: | src/dinoex_utilities.h | |
| Called by: | a_noannounce() | src/dinoex_admin.c |
| a_noautoadd() | src/dinoex_admin.c | |
| a_nolist() | src/dinoex_admin.c | |
| a_nomd5() | src/dinoex_admin.c | |
| a_nosave() | src/dinoex_admin.c | |
| a_nosend() | src/dinoex_admin.c | |
| References Variables: | gdata | src/dinoex_main.c |
void mylog_close ( int fd, const char* filename )
| Prototyped in: | src/dinoex_utilities.h | |
| Calls: | mylog_write_failed() | src/dinoex_utilities.c |
| close() | ||
| Called by: | http_access_log_add() | src/dinoex_http.c |
| logfile_add() | src/dinoex_misc.c | |
void mylog_write ( int fd, const char* filename, const char* msg, size_t len )
| Prototyped in: | src/dinoex_utilities.h | |
| Calls: | mylog_write_failed() | src/dinoex_utilities.c |
| write() | ||
| Called by: | http_access_log_add() | src/dinoex_http.c |
| logfile_add() | src/dinoex_misc.c | |
char* mystrdup2 ( const char* str, const char* src_function, const char* src_file, unsigned int src_line )
char* mystrjoin2 ( const char* str1, const char* str2, unsigned int delimiter, const char* src_function, const char* src_file, unsigned int src_line )
char* mystrsuffix2 ( const char* str, const char* suffix, const char* src_function, const char* src_file, unsigned int src_line )
int open_append ( const char* filename, const char* text )
| Prototyped in: | src/dinoex_utilities.h | |
| Calls: | outerror() | src/iroffer_utilities.c |
| __error(), open(), strerror() | ||
| Called by: | add_password() | src/dinoex_main.c |
| admin_run() | src/dinoex_jobs.c | |
| http_access_log_add() | src/dinoex_http.c | |
| logfile_add() | src/dinoex_misc.c | |
| write_removed_xdcc() | src/dinoex_jobs.c | |
size_t removenonprintable ( char* str )
| Prototyped in: | src/dinoex_utilities.h | |
| Calls: | __isctype() | |
| Called by: | ir_parseline() | src/dinoex_irc.c |
| voutput_fd() | src/dinoex_admin.c | |
| vprivmsg_chan() | src/dinoex_jobs.c | |
| xdcc_save_xml() | src/dinoex_jobs.c | |
void removenonprintablefile ( char* str )
| Prototyped in: | src/dinoex_utilities.h | |
| Called by: | a_autogroup() | src/dinoex_admin.c |
| command_dcc() | src/dinoex_user.c | |
| References Variables: | gdata | src/dinoex_main.c |
const char* save_nick ( const char* nick )
void shutdown_close ( int handle )
char* sizestr ( unsigned int spaces, off_t num )
int strcmp_null ( const char* s1, const char* s2 )
| Prototyped in: | src/dinoex_utilities.h | |
| Calls: | strcmp() | |
| Called by: | a_rehash_needtojump() | src/dinoex_jobs.c |
| sendxdlqueue() | src/iroffer_misc.c | |
| u_rehash() | src/iroffer_admin.c | |
ir_uint64 timeval_to_ms ( struct timeval* tv )
| Prototyped in: | src/dinoex_utilities.h | |
| Called by: | get_time_in_ms() | src/dinoex_utilities.c |
| initvars() | src/iroffer_misc.c | |
| mainloop() | src/iroffer_main.c | |
char* to_hostmask ( const char* nick, const char* hostname )
char* user_getdatestr ( char* str, time_t Tp, size_t len )
| Prototyped in: | src/dinoex_utilities.h | |
| Calls: | localtime(), strftime() | |
| Called by: | a_announce_msg() | src/dinoex_admin.c |
| a_chtime() | src/dinoex_admin.c | |
| a_xdl_pack() | src/dinoex_admin.c | |
| fnmatch_xdcc() | src/dinoex_misc.c | |
| h_html_file() | src/dinoex_http.c | |
| h_html_index() | src/dinoex_http.c | |
| u_info() | src/iroffer_admin.c | |
| References Variables: | gdata | src/dinoex_main.c |
unsigned int verify_group_in_grouplist ( const char* group, const char* grouplist )
unsigned int verifypass2 ( const char* masterpass, const char* testpass )
| Prototyped in: | src/dinoex_utilities.h | |
| Calls: | updatecontext_f() | src/iroffer_utilities.c |
| crypt(), strcmp(), strlen() | ||
| Called by: | dcc_host_password() | src/dinoex_chat.c |
| h_admin_auth() | src/dinoex_http.c | |
| msg_host_password() | src/dinoex_user.c | |
| verifypass_group() | src/dinoex_misc.c | |
unsigned int verifyshell ( irlist_t* list, const char* file )
| Called by: | get_argv2() | src/dinoex_utilities.c |
| Calls: | outerror() | src/iroffer_utilities.c |
| __error(), strerror() | ||
| Called by: | mylog_close() | src/dinoex_utilities.c |
| mylog_write() | src/dinoex_utilities.c | |
| Called by: | to_hostmask() | src/dinoex_utilities.c |