Searched refs:cerror (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | regcmp.c | 100 goto cerror; 106 goto cerror; 116 goto cerror; 125 if (!__rpush(ep)) goto cerror; 130 if (!(eptr = (char *)__rpop())) goto cerror; 133 goto cerror; 159 if (cclcnt > 3) goto cerror; 167 goto cerror; 175 if ((c = *sp++) == '}') goto cerror; 180 else goto cerror; [all...] |
/illumos-gate/usr/src/lib/libbc/sparc/inc/ |
H A D | SYS.h | 37 .global .cerror 92 ld [%o5 + .cerror], %o5; \ 102 ba .cerror; \ 114 ld [%free_reg+ .cerror],%free_reg; \ 122 sethi %hi(.cerror), %free_reg;\ 123 or %free_reg, %lo(.cerror), %free_reg;\
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/ |
H A D | cerror.s | 25 ! Note this routine used to be called cerror, the 34 .global .cerror 37 ENTRY(.cerror) 52 SET_SIZE(.cerror)
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | crontab.c | 114 static void cerror(char *); 498 cerror(EOLN); 534 cerror(EOLN); 540 cerror(UNEXPECT); 547 cerror(UNEXPECT); 555 cerror(OUTOFBOUND); 560 cerror(UNEXPECT); 568 cerror(OUTOFBOUND); 574 cerror(EOLN); 578 cerror(UNEXPEC 586 cerror(msg) function [all...] |
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_acl.c | 72 int error, cerror; local 118 cerror = smbfs_smb_tmpclose(np, fid, &scred); 119 if (cerror) 121 cerror, np->n_rpath); 142 int error, cerror; local 191 cerror = smbfs_smb_tmpclose(np, fid, &scred); 192 if (cerror) 194 cerror, np->n_rpath);
|
H A D | smbfs_vnops.c | 970 int cerror, modified = 0; local 1114 cerror = smbfs_smb_tmpclose(np, fid, &scred); 1115 if (cerror) 1117 cerror, np->n_rpath); 1814 int cerror; local 2009 cerror = smbfs_smb_close(smi->smi_share, fid, NULL, &scred); 2010 if (cerror) 2012 cerror, dnp->n_rpath, name);
|
H A D | smbfs_smb.c | 635 int error, cerror; local 679 cerror = smbfs_smb_tmpclose(tdnp, fid, scrp); 680 if (cerror) 682 cerror, tdnp->n_rpath);
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_re.c | 813 cerror(value(vi_TERSE) ? 899 cerror(value(vi_TERSE) ? (unsigned char *) 903 cerror(value(vi_TERSE) ? (unsigned char *) 960 cerror((unsigned char *) 976 cerror(value(vi_TERSE) ? (unsigned char *)gettext("No newlines in re's") : 987 cerror(value(vi_TERSE) ? (unsigned char *)gettext("Badly formed re") : 1014 cerror(value(vi_TERSE) ? (unsigned char *) 1045 cerror((unsigned char *)gettext("\\( \\) Imbalance")); 1047 cerror(value(vi_TERSE) ? (unsigned char *)gettext("Awash in \\('s!") : 1053 cerror(valu 1061 cerror(unsigned char *s) function [all...] |
H A D | ex.h | 501 void cerror(unsigned char *);
|
/illumos-gate/usr/src/cmd/pr/ |
H A D | pr.c | 75 #define cerror(S) (void) fprintf(stderr, "pr: %s", gettext(S)) macro 1359 cerror(s); 1382 cerror(s); 1395 cerror(Err->e_mess);
|
/illumos-gate/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 142 _exit.o brk.o cerror.o errno.o \
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 45 cerror.o \
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 57 cerror.o
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 45 cerror.o
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 56 cerror.o \
|
Completed in 125 milliseconds