Searched refs:ne (Results 1 - 25 of 345) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libcmd/common/
H A Dfts_fix.c45 static FTSENT* ne; local
47 if ((oe = _ast_fts_read(fts)) && ast.version < 20100102L && (ne || (ne = newof(0, FTSENT, 1, 0))))
49 *ne = *oe;
50 oe = ne;
51 ne->fts_namelen = ne->_fts_namelen;
52 ne->fts_pathlen = ne->_fts_pathlen;
53 ne
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d.out4 if (substr("foobarbazbop", 3) ne "barbazbop") {
12 if (substr("foobarbazbop", 300) ne "") {
20 if (substr("foobarbazbop", -10) ne "obarbazbop") {
28 if (substr("foobarbazbop", 0) ne "foobarbazbop") {
36 if (substr("foobarbazbop", 1) ne "oobarbazbop") {
44 if (substr("foobarbazbop", 11) ne "p") {
52 if (substr("foobarbazbop", 12) ne "") {
60 if (substr("foobarbazbop", 13) ne "") {
68 if (substr("foobarbazbop", 8, 20) ne "zbop") {
76 if (substr("foobarbazbop", 4, 4) ne "arb
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent_r.c42 struct netent *ne = getnetbyname(name); local
46 if (ne == NULL || (n = copy_netent(ne, nptr, NET_R_COPY)) != 0)
49 *answerp = ne;
50 if (ne == NULL)
54 if (ne == NULL)
57 return (copy_netent(ne, nptr, NET_R_COPY));
66 struct netent *ne = getnetbyaddr(addr, type); local
70 if (ne == NULL || (n = copy_netent(ne, npt
94 struct netent *ne = getnetent(); local
148 copy_netent(struct netent *ne, struct netent *nptr, NET_R_COPY_ARGS) argument
193 copy_netent(struct netent *ne, struct netent *nptr, NET_R_COPY_ARGS) argument
[all...]
/illumos-gate/usr/src/cmd/pools/
H A Dsvc-pools46 if [ $? -ne 0 ]; then
51 if [ $? -ne 0 ]; then
59 if [ $? -ne 0 ]; then
63 if [ $? -ne 0 ]; then
70 if [ $? -ne 0 ]; then
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/arithmetic/
H A Dtst.nonarrow.ksh42 if [ "$?" -ne 0 ]; then
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.DestructWithFunction.d.ksh52 if [ "$status" -ne 0 ]; then
H A Dtst.DestructWithID.d.ksh50 if [ "$status" -ne 0 ]; then
H A Dtst.DestructWithModule.d.ksh50 if [ "$status" -ne 0 ]; then
H A Dtst.DestructWithName.d.ksh50 if [ "$status" -ne 0 ]; then
H A Dtst.DestructWithProvider.d.ksh50 if [ "$status" -ne 0 ]; then
H A Dtst.DestructWithoutW.d.ksh50 if [ "$status" -ne 0 ]; then
H A Dtst.ExitStatus1.d.ksh51 if [ "$status" -ne 1 ]; then
H A Dtst.ExitStatus2.d.ksh50 if [ "$status" -ne 2 ]; then
H A Dtst.ExtraneousProbeIds.d.ksh48 if [ $? -ne 1 ]; then
H A Dtst.InvalidFuncName1.d.ksh48 if [ $? -ne 1 ]; then
H A Dtst.InvalidFuncName2.d.ksh48 if [ $? -ne 1 ]; then
H A Dtst.InvalidId1.d.ksh54 if [ "$status" -ne 0 ]; then
H A Dtst.InvalidId2.d.ksh54 if [ "$status" -ne 0 ]; then
H A Dtst.InvalidId3.d.ksh54 if [ "$status" -ne 0 ]; then
H A Dtst.InvalidProbeIdentifier.d.ksh48 if [ $? -ne 1 ]; then
H A Dtst.InvalidTraceFunc1.d.ksh48 if [ $? -ne 1 ]; then
H A Dtst.InvalidTraceFunc2.d.ksh48 if [ $? -ne 1 ]; then
H A Dtst.InvalidTraceFunc3.d.ksh48 if [ $? -ne 1 ]; then
H A Dtst.InvalidTraceFunc4.d.ksh48 if [ $? -ne 1 ]; then
H A Dtst.InvalidTraceFunc5.d.ksh48 if [ $? -ne 1 ]; then

Completed in 55 milliseconds

1234567891011>>