Searched refs:p_last (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/ofed/management/opensm/opensm/ |
| HD | osm_console.c | 60 void (*parse_function) (char **p_last, osm_opensm_t * p_osm, 77 static inline char *next_token(char **p_last) in next_token() argument 79 return strtok_r(NULL, " \t\n\r", p_last); in next_token() 228 static void help_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in help_parse() argument 233 p_cmd = next_token(p_last); in help_parse() 251 static void loglevel_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in loglevel_parse() argument 256 p_cmd = next_token(p_last); in loglevel_parse() 280 static void priority_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in priority_parse() argument 285 p_cmd = next_token(p_last); in priority_parse() 411 static void status_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in status_parse() argument [all …]
|
| HD | osm_subnet.c | 750 char *p_prefix, *p_guid, *p_extra, *p_last, *p_end; in osm_parse_prefix_routes_file() local 757 p_prefix = strtok_r(buf, " \t\n", &p_last); in osm_parse_prefix_routes_file() 764 p_guid = strtok_r(NULL, " \t\n", &p_last); in osm_parse_prefix_routes_file() 772 p_extra = strtok_r(NULL, " \t\n", &p_last); in osm_parse_prefix_routes_file() 1299 char *p_key, *p_val, *p_last; in osm_subn_rescan_conf_files() local 1322 p_key = strtok_r(line, " \t\n", &p_last); in osm_subn_rescan_conf_files() 1324 p_val = strtok_r(NULL, " \t\n", &p_last); in osm_subn_rescan_conf_files()
|
| HD | osm_db_files.c | 274 char *p_first_word, *p_rest_of_line, *p_last; in osm_db_restore() local 322 strtok_r(sLine, " \t\n", &p_last); in osm_db_restore() 345 p_rest_of_line = strtok_r(NULL, "\n", &p_last); in osm_db_restore()
|
| /trueos/contrib/sendmail/src/ |
| HD | map.c | 3526 char *p, *p_last; local 3529 p_last = p; 3534 *p_last = *p; 3535 p_last++; 3539 *p_last = tolower(*p); 3540 p_last++; 3544 if (*p_last != '\0') 3545 *p_last = '\0';
|