Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/oawk/
H A Dmain.c108 : fopen(toeuccode(wargv[1]), "r"); in main()
H A Dlib.c113 else if ((infile = fopen(toeuccode(file), "r")) == NULL) in getrec()
432 toeuccode(str) in toeuccode() function
H A Drun.c1192 files[i].fp = popen(toeuccode(x->sval), "w"); in redirprint()
1194 files[i].fp = fopen(toeuccode(x->sval), "a"); in redirprint()
1196 files[i].fp = fopen(toeuccode(x->sval), "w"); in redirprint()
H A Dtran.c307 sprintf(s, toeuccode(*OFMT), vp->fval); in getsval()
H A Dawk.def88 char *toeuccode();