Home
last modified time | relevance | path

Searched refs:errchr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrexpr.c52 char* errchr; /* next char after error */ member
66 ex->errchr = ex->nextchr; in seterror()
289 ex.nextchr = ex.errchr; in strexpr()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c71 const char *errchr; /* next char after error */ member
122 vp->errchr = vp->nextchr; in _seterror()
513 vp->errchr = vp->nextchr; in gettok()
520 vp->errchr = vp->nextchr; in gettok()
622 vp->nextchr = vp->errchr; in expr()
903 vp->nextchr = vp->errchr; in expr()
930 cur.nextchr = cur.errchr; in arith_compile()
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c672 char *errchr; in getTargetAddress() local
687 inputPort = strtol(colPos, &errchr, 10); in getTargetAddress()
688 if (errno != 0 || inputPort == 0 && errchr != NULL) { in getTargetAddress()
5053 char *errchr; in parseAddress() local
5075 tmp_port = strtol(port_str, &errchr, 10); in parseAddress()
5076 if (tmp_port == 0 && errchr != NULL) { in parseAddress()
5120 tmp_port = strtol(port_str, &errchr, 10); in parseAddress()
5121 if (tmp_port == 0 && errchr != NULL) { in parseAddress()
/illumos-gate/usr/src/common/iscsit/
H A Discsit_common.c89 char *errchr; in it_common_convert_sa() local
150 tmp_port = strtol(port_str, &errchr, 10); in it_common_convert_sa()