Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c384 if (loc && ntflag) { in put()
482 if (ntflag) { in mput()
509 tp = (ntflag) ? dotrans(argv[i]) : argv[i]; in mput()
533 tp = (ntflag) ? dotrans(*cpp) : *cpp; in mput()
676 if (loc && ntflag) { in getit()
756 if (ntflag) { in mget()
888 if (ntflag) { in status()
1788 ntflag = 0; in setntrans()
1790 code = ntflag; in setntrans()
1793 ntflag++; in setntrans()
[all …]
H A Dftp_var.h115 extern int ntflag; /* use ntin ntout tables for name translation */
H A Dmain.c61 int ntflag; variable
H A Dftp.c1820 ip->ntflg = ntflag; in pswitch()
1821 ntflag = op->ntflg; in pswitch()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c988 int ntflag = (type&sh_state(SH_NTFORK)); in sh_exec() local
990 int ntflag = 0; in sh_exec() local
1615 no_fork = !ntflag && !(type&(FAMP|FPOU)) && !shp->subshell && in sh_exec()
1684 parent = sh_ntfork(shp,t,com,&jobid,ntflag); in sh_exec()
1697 parent = sh_ntfork(shp,t,com,&jobid,ntflag); in sh_exec()
1701 if((parent = sh_ntfork(shp,t,com,&jobid,ntflag))<=0) in sh_exec()