Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c4194 char tfilebuf[NAM$C_MAXRSS+1]; local
4256 tfilebuf[0] = '@';
4259 vmspipedsc.dsc$w_length = my_strlcpy(tfilebuf+1, vmspipe, sizeof(tfilebuf)-1) + 1;
4268 fgetname(tpipe,tfilebuf+1,1);
4269 vmspipedsc.dsc$w_length = strlen(tfilebuf);
4271 vmspipedsc.dsc$a_pointer = tfilebuf;