Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c12085 char *temp_fspec = NULL; local
12159 temp_fspec = (char *)PerlMem_malloc(VMS_MAXRSS);
12160 if (temp_fspec == NULL)
12165 ret_spec = int_tovmsspec(fspec, temp_fspec, 0, NULL);
12168 retval = stat(temp_fspec, &statbufp->crtl_stat);
12170 retval = lstat(temp_fspec, &statbufp->crtl_stat);
12171 save_spec = temp_fspec;
12197 retval = stat(temp_fspec, &statbufp->crtl_stat);
12199 retval = lstat(temp_fspec, &statbufp->crtl_stat);
12200 save_spec = temp_fspec;
[all …]