Searched refs:ntflag (Results 1 – 5 of 5) sorted by relevance
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | cmds.c | 387 if (loc && ntflag) { in put() 485 if (ntflag) { in mput() 512 tp = (ntflag) ? dotrans(argv[i]) : argv[i]; in mput() 536 tp = (ntflag) ? dotrans(*cpp) : *cpp; in mput() 679 if (loc && ntflag) { in getit() 759 if (ntflag) { in mget() 891 if (ntflag) { in status() 1791 ntflag = 0; in setntrans() 1793 code = ntflag; in setntrans() 1796 ntflag in setntrans() [all...] |
H A D | ftp_var.h | 120 EXTERN int ntflag; /* use ntin ntout tables for name translation */ variable
|
H A D | ftp.c | 1815 ip->ntflg = ntflag; in pswitch() 1816 ntflag = op->ntflg; in pswitch()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 667 int ntflag = (type&sh_state(SH_NTFORK)); in sh_exec() local 669 int ntflag = 0; in sh_exec() local 1175 no_fork = !ntflag && !(type&(FAMP|FPOU)) && in sh_exec() 1213 parent = sh_ntfork(shp,t,com,&jobid,ntflag); in sh_exec() 1222 parent = sh_ntfork(shp,t,com,&jobid,ntflag); in sh_exec() 1226 if((parent = sh_ntfork(shp,t,com,&jobid,ntflag))<=0) in sh_exec()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 988 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()
|