| Included from | include/ubs.h |
| Included from | include/ubs.h |
| Included from | include/ubs.h |
| Included from | include/ubs.h |
void queue_chop ( void )
| Prototyped in: | include/ubs.h | |
| Calls: | log_error_msg() | lib/logging.c |
| fclose(), feof(), fgets(), fopen(), fprintf(), rand(), rename(), snprintf(), ubs_table_data() | ||
void queue_init ( void )
| Prototyped in: | include/ubs.h | |
| Calls: | log_error_msg() | lib/logging.c |
| fclose(), fopen(), ubs_table_data() | ||
int queue_length ( void )
| Prototyped in: | include/ubs.h | |
| Calls: | log_error_msg() | lib/logging.c |
| fclose(), fgets(), fopen(), ubs_table_data() | ||
void queue_pop ( char* str )
| Prototyped in: | include/ubs.h | |
| Calls: | log_error_msg() | lib/logging.c |
| fclose(), fgets(), fopen(), ubs_table_data() | ||
int queue_prepush ( char* filename )
| Prototyped in: | include/ubs.h | |
| Calls: | log_error_msg() | lib/logging.c |
| fclose(), fgets(), fopen(), fprintf(), rand(), rename(), snprintf(), ubs_table_data() | ||
int queue_push ( char* filename )
| Prototyped in: | include/ubs.h | |
| Calls: | log_error_msg() | lib/logging.c |
| fclose(), fopen(), fprintf(), ubs_table_data() | ||