Searched refs:returncode (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/bc/scripts/ |
| H A D | karatsuba.py | 117 if p.returncode != 0: 118 print("configure.sh returned an error ({}); exiting...".format(p.returncode)) 119 sys.exit(p.returncode) 123 if p.returncode == 0: 135 if p.returncode != 0: 136 print("make returned an error ({}); exiting...".format(p.returncode)) 137 sys.exit(p.returncode) 141 if p.returncode == 0: 163 if p.returncode != 0: 164 print("configure.sh returned an error ({}); exiting...".format(p.returncode)) [all …]
|
| /freebsd/tests/examples/ |
| H A D | test_examples.py | 131 assert subprocess.run("ping -c1 192.0.2.1".split()).returncode == 0 132 assert subprocess.run("ping -c1 2001:db8::1".split()).returncode == 0 197 assert subprocess.run("ping -c5 2001:db8:a::2".split()).returncode == 0 205 assert subprocess.run("ping -c5 2001:db8:b::2".split()).returncode == 0
|
| /freebsd/release/scripts/ |
| H A D | list-new-changesets.py | 88 if proc.returncode != 0: 90 sys.exit(proc.returncode)
|
| /freebsd/sbin/mount_nfs/ |
| H A D | mount_nfs.c | 139 static enum tryret returncode(enum clnt_stat stat, struct rpc_err *rpcerr); 846 return (returncode(rpc_createerr.cf_stat, in nfs_tryproto() 857 return (returncode(rpc_createerr.cf_stat, in nfs_tryproto() 890 return (returncode(clntstat, &rpcerr)); in nfs_tryproto() 963 return (returncode(rpc_createerr.cf_stat, in nfs_tryproto() 983 return (returncode(clntstat, &rpcerr)); in nfs_tryproto() 1022 returncode(enum clnt_stat clntstat, struct rpc_err *rpcerr) in returncode() function
|
| /freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 81 self.returncode = None 95 self.returncode = proc.returncode 104 elif self.returncode == 0: 107 elif self.returncode == 4: 110 elif self.returncode != 0: 1089 if p.returncode != 0:
|
| /freebsd/sbin/ping/tests/ |
| H A D | test_ping.py | 290 ping.args, ping.returncode, stdout, stderr 760 assert ping.returncode == expected["returncode"] 791 assert ping.returncode == expected["returncode"] 1476 assert ping.returncode == expected["returncode"]
|
| H A D | injection.py | 83 sys.exit(ping.returncode)
|
| /freebsd/crypto/krb5/src/util/ |
| H A D | cstyle.py | 49 if p.returncode != 0: 92 if p2.returncode != 0:
|
| H A D | k5test.py | 769 code = proc.returncode
|
| /freebsd/tools/tools/git/ |
| H A D | git-mfc | 435 if result.returncode != 0: 586 if result.returncode != 0: 591 if result.returncode != 0:
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zstream/test-stream-creation-scripts/ |
| H A D | make-dump-files.py | 50 if proc.returncode != 0:
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | gtest_test_utils.py | 239 self._return_code = p.returncode
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zilstat.in | 396 + str(e.returncode)) 414 "code: " + str(e.returncode))
|
| /freebsd/sbin/ipf/common/ |
| H A D | ipf_y.y | 355 | IPFY_RETICMP returncode { fr->fr_flags |= FR_RETICMP; } 357 | IPFY_RETICMPASDST returncode { fr->fr_flags |= FR_FAKEICMP; } 723 returncode:
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 19744 int returncode; in JimMatchReturnCodes() local 19745 …if (Jim_GetReturnCode(interp, Jim_ListGetIndex(interp, retcodeListObj, i), &returncode) != JIM_OK)… in JimMatchReturnCodes() 19748 if (rc == returncode) { in JimMatchReturnCodes()
|
| /freebsd/contrib/libedit/ |
| H A D | ChangeLog | 4044 read_history returncode is not readline compatible.
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 14081 + fixes missing returncode in NCursesWindow::ripoffline() 14082 + fixes missing returncode in TestApplication::run() in demo.cc
|