Home
last modified time | relevance | path

Searched refs:ECS_STR_SIZE (Results 1 – 3 of 3) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/appli/
H A Decs_cmd.c191 char str_date [ECS_STR_SIZE]; in _print_version()
230 strftime(str_date, ECS_STR_SIZE - 1, "%c", &time_cnv); in _print_version()
628 char str_date [ECS_STR_SIZE] = ""; in ecs_loc_cmd__aff_config()
629 char str_system [ECS_STR_SIZE] = ""; in ecs_loc_cmd__aff_config()
630 char str_machine [ECS_STR_SIZE] = ""; in ecs_loc_cmd__aff_config()
631 char str_ram [ECS_STR_SIZE] = ""; in ecs_loc_cmd__aff_config()
632 char str_user [ECS_STR_SIZE] = ""; in ecs_loc_cmd__aff_config()
654 strftime(str_date, ECS_STR_SIZE - 1, "%c", localtime(&date)) == 0) in ecs_loc_cmd__aff_config()
680 str_user[ECS_STR_SIZE - 1] = '\0'; in ecs_loc_cmd__aff_config()
681 strncpy(str_user, pwd_user->pw_name, ECS_STR_SIZE - 1); in ecs_loc_cmd__aff_config()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/pre-post/
H A Decs_maillage_pre.c180 char str_num_coul[ECS_STR_SIZE]; in _ecs_maillage_pre__aff_info_ent()
251 char str_num_fam [ECS_STR_SIZE]; in _ecs_maillage_pre__aff_info_fam()
/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/util/
H A Decs_def.h205 #define ECS_STR_SIZE 80 macro