Searched refs:ntflag (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c387 if (loc && ntflag) {
485 if (ntflag) {
512 tp = (ntflag) ? dotrans(argv[i]) : argv[i];
536 tp = (ntflag) ? dotrans(*cpp) : *cpp;
679 if (loc && ntflag) {
759 if (ntflag) {
891 if (ntflag) {
1791 ntflag = 0;
1793 code = ntflag;
1796 ntflag
[all...]
H A Dftp_var.h120 EXTERN int ntflag; /* use ntin ntout tables for name translation */ variable
H A Dftp.c1815 ip->ntflg = ntflag;
1816 ntflag = op->ntflg;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c667 int ntflag = (type&sh_state(SH_NTFORK)); local
669 int ntflag = 0; local
1175 no_fork = !ntflag && !(type&(FAMP|FPOU)) &&
1213 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1222 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1226 if((parent = sh_ntfork(shp,t,com,&jobid,ntflag))<=0)

Completed in 74 milliseconds