#include "kmp.h"
#include "kmp_wrapper_getpid.h"
#include "kmp_str.h"
#include <float.h>
#include "kmp_i18n.h"
Go to the source code of this file.
Functions | |
void | __kmp_expand_file_name (char *result, size_t rlen, char *pattern) |
void | __kmp_expand_host_name (char *buffer, size_t size) |
Variables | |
static const char * | unknown = "unknown" |
void __kmp_expand_file_name | ( | char * | result, | |
size_t | rlen, | |||
char * | pattern | |||
) |
Definition at line 364 of file kmp_utility.c.
References __kmp_dflt_team_nth, __kmp_expand_host_name(), __kmp_xproc, KMP_DEBUG_ASSERT, and KMP_FATAL.
Referenced by __kmp_stg_parse_file().
void __kmp_expand_host_name | ( | char * | buffer, | |
size_t | size | |||
) |
Definition at line 337 of file kmp_utility.c.
References KMP_DEBUG_ASSERT, and unknown.
Referenced by __kmp_expand_file_name().
const char* unknown = "unknown" [static] |
Definition at line 56 of file kmp_utility.c.
Referenced by __kmp_expand_host_name().