Home
last modified time | relevance | path

Searched defs:parse_sep (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c758 const char *parse_sep) in parse_size()
785 bool parse_torus(struct torus *t, const char *parse_sep) in parse_torus()
853 bool parse_unsigned(unsigned *result, const char *parse_sep) in parse_unsigned()
865 bool parse_port_order(struct torus *t, const char *parse_sep) in parse_port_order()
898 bool parse_guid(struct torus *t, guid_t *guid, const char *parse_sep) in parse_guid()
915 bool parse_dir_link(int c_dir, struct torus *t, const char *parse_sep) in parse_dir_link()
974 bool parse_dir_dateline(int c_dir, struct torus *t, const char *parse_sep) in parse_dir_dateline()
1027 const char *parse_sep = " \n\t\015"; in parse_config() local