Go to the source code of this file.
Functions | |
int | str2int (char *str, int *ret, int allow_negative) |
int | toggle_option (char *name, char *value, int *opt_value) |
Definition in file util_str.h.
|
Convert a string to an int and check for problems
Definition at line 30 of file util_str.c. References strtol(). |
|
Set opt_value to 1 if the value is on, 0 if it's off
Definition at line 70 of file util_str.c. References strcasecmp. Referenced by FlowPSParseOption(). |