Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c7056 char *tunix; local
7060 tunix = (char *)PerlMem_malloc(VMS_MAXRSS);
7061 if (tunix == NULL) _ckvmssts_noperl(SS$_INSFMEM);
7062 tunix_len = my_strlcpy(tunix, spec, VMS_MAXRSS);
7064 if (tunix[tunix_len - 1] == '\n') {
7065 tunix[tunix_len - 1] = '\"';
7066 tunix[tunix_len] = '\0';
7070 uspec = decc$translate_vms(tunix);
7071 PerlMem_free(tunix);