Searched refs:name_nt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Denv.c42 char *name_nt; local
54 name_nt = fc_strdup (name, name_len);
56 res = getenv(name_nt);
58 free (name_nt);
98 char *name_nt; local
118 name_nt = fc_strdup (name, name_len);
120 name_nt = fc_strdup_notrim (name, name_len);
122 res = getenv(name_nt);
124 free (name_nt);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Denv.c42 char *name_nt; local
54 name_nt = fc_strdup (name, name_len);
56 res = getenv(name_nt);
58 free (name_nt);
98 char *name_nt; local
118 name_nt = fc_strdup (name, name_len);
120 name_nt = fc_strdup_notrim (name, name_len);
122 res = getenv(name_nt);
124 free (name_nt);

Completed in 116 milliseconds