| /freebsd-11-stable/contrib/ofed/opensm/opensm/ |
| HD | osm_console.c | 69 void (*parse_function) (char **p_last, osm_opensm_t * p_osm, 83 static char *next_token(char **p_last) in next_token() argument 85 return strtok_r(NULL, " \t\n\r", p_last); in next_token() 89 static char *name_token(char **p_last) in name_token() argument 91 return strtok_r(NULL, "\t\n\r", p_last); in name_token() 296 static void help_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in help_parse() argument 301 p_cmd = next_token(p_last); in help_parse() 319 static void loglevel_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in loglevel_parse() argument 324 p_cmd = next_token(p_last); in loglevel_parse() 348 static void permodlog_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in permodlog_parse() argument [all …]
|
| HD | osm_db_files.c | 296 char *p_first_word, *p_rest_of_line, *p_last; in osm_db_restore() local 344 strtok_r(sLine, " \t\n", &p_last); in osm_db_restore() 368 p_rest_of_line = strtok_r(NULL, "\n", &p_last); in osm_db_restore()
|
| HD | osm_subnet.c | 1747 char *p_prefix, *p_guid, *p_extra, *p_last, *p_end; in parse_prefix_routes_file() local 1754 p_prefix = strtok_r(buf, " \t\n", &p_last); in parse_prefix_routes_file() 1761 p_guid = strtok_r(NULL, " \t\n", &p_last); in parse_prefix_routes_file() 1769 p_extra = strtok_r(NULL, " \t\n", &p_last); in parse_prefix_routes_file() 1848 char *p_mod_name, *p_level, *p_extra, *p_last; in parse_per_mod_logging_file() local 1855 p_mod_name = strtok_r(buf, " =,\t\n", &p_last); in parse_per_mod_logging_file() 1862 p_level = strtok_r(NULL, " \t\n", &p_last); in parse_per_mod_logging_file() 1869 p_extra = strtok_r(NULL, " \t\n", &p_last); in parse_per_mod_logging_file()
|
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_sched.cpp | 662 kmp_int32 *p_last, T *p_lb, T *p_ub, in __kmp_team_static_init() argument 682 KMP_DEBUG_ASSERT(p_last && p_lb && p_ub && p_st); in __kmp_team_static_init() 693 KD_TRACE(100, (buff, gtid, *p_last, *p_lb, *p_ub, *p_st, chunk)); in __kmp_team_static_init() 742 if (p_last != NULL) in __kmp_team_static_init() 743 *p_last = (team_id == ((trip_count - 1) / (UT)chunk) % nteams); in __kmp_team_static_init() 765 KD_TRACE(100, (buff, gtid, team_id, *p_last, *p_lb, *p_ub, *p_st, chunk)); in __kmp_team_static_init() 956 void __kmpc_team_static_init_4(ident_t *loc, kmp_int32 gtid, kmp_int32 *p_last, in __kmpc_team_static_init_4() argument 961 __kmp_team_static_init<kmp_int32>(loc, gtid, p_last, p_lb, p_ub, p_st, incr, in __kmpc_team_static_init_4() 968 void __kmpc_team_static_init_4u(ident_t *loc, kmp_int32 gtid, kmp_int32 *p_last, in __kmpc_team_static_init_4u() argument 973 __kmp_team_static_init<kmp_uint32>(loc, gtid, p_last, p_lb, p_ub, p_st, incr, in __kmpc_team_static_init_4u() [all …]
|
| HD | kmp_dispatch.cpp | 1143 kmp_int32 *p_last, T *p_lb, T *p_ub, in __kmp_dispatch_next_algorithm() argument 1805 if (p_last) in __kmp_dispatch_next_algorithm() 1806 *p_last = last; in __kmp_dispatch_next_algorithm() 1824 KD_TRACE(10, (buff, gtid, status, *p_last, *p_lb, *p_ub, *p_st)); in __kmp_dispatch_next_algorithm() 1883 static int __kmp_dispatch_next(ident_t *loc, int gtid, kmp_int32 *p_last, in __kmp_dispatch_next() argument 1909 gtid, p_lb, p_ub, p_st, p_last)); in __kmp_dispatch_next() 1965 if (p_last != NULL) in __kmp_dispatch_next() 1966 *p_last = last; in __kmp_dispatch_next() 2001 if (p_last != NULL) in __kmp_dispatch_next() 2002 *p_last = TRUE; in __kmp_dispatch_next() [all …]
|
| HD | kmp_dispatch_hier.h | 479 kmp_int32 *p_last, T *p_lb, T *p_ub, ST *p_st, in next_recurse() 589 if (p_last) in next_recurse() 590 *p_last = contains_last; in next_recurse() 711 kmp_int32 *p_last, T *p_lb, T *p_ub, ST *p_st) { in next() 842 if (p_last) in next() 843 *p_last = contains_last; in next()
|
| HD | kmp_dispatch.h | 58 dispatch_shared_info_template<T> volatile *sh, kmp_int32 *p_last, T *p_lb,
|
| HD | kmp.h | 3233 kmp_int32 *p_last, kmp_int32 *p_lb, 3236 kmp_int32 *p_last, kmp_uint32 *p_lb, 3239 kmp_int32 *p_last, kmp_int64 *p_lb, 3242 kmp_int32 *p_last, kmp_uint64 *p_lb,
|
| /freebsd-11-stable/contrib/ofed/infiniband-diags/src/ |
| HD | ibdiag_common.c | 125 char *p_prefix, *p_last; in read_ibdiag_config() local 139 p_prefix = strtok_r(buf, "\n", &p_last); in read_ibdiag_config() 146 name = strtok_r(p_prefix, "=", &p_last); in read_ibdiag_config() 147 val_str = strtok_r(NULL, "\n", &p_last); in read_ibdiag_config()
|
| HD | ibqueryerrors.c | 135 char *p_prefix, *p_last; in set_thresholds() local 152 p_prefix = strtok_r(buf, "\n", &p_last); in set_thresholds() 159 name = strtok_r(p_prefix, "=", &p_last); in set_thresholds() 160 val_str = strtok_r(NULL, "\n", &p_last); in set_thresholds()
|
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | map.c | 3955 char *p, *p_last; local 3958 p_last = p; 3963 *p_last = *p; 3964 p_last++; 3968 *p_last = tolower(*p); 3969 p_last++; 3973 if (*p_last != '\0') 3974 *p_last = '\0';
|