/titanic_44/usr/src/lib/libeti/form/common/ |
H A D | regcmp.c | 100 goto cerror; in libform_regcmp() 106 goto cerror; in libform_regcmp() 116 goto cerror; in libform_regcmp() 125 if (!__rpush(ep)) goto cerror; in libform_regcmp() 130 if (!(eptr = (char *)__rpop())) goto cerror; in libform_regcmp() 133 goto cerror; in libform_regcmp() 159 if (cclcnt > 3) goto cerror; in libform_regcmp() 167 goto cerror; in libform_regcmp() 175 if ((c = *sp++) == '}') goto cerror; in libform_regcmp() 180 else goto cerror; in libform_regcmp() [all …]
|
/titanic_44/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;\
|
/titanic_44/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(UNEXPECT); [all …]
|
/titanic_44/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)
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_acl.c | 72 int error, cerror; in smbfs_getsd() local 118 cerror = smbfs_smb_tmpclose(np, fid, &scred); in smbfs_getsd() 119 if (cerror) in smbfs_getsd() 121 cerror, np->n_rpath); in smbfs_getsd() 142 int error, cerror; in smbfs_setsd() local 191 cerror = smbfs_smb_tmpclose(np, fid, &scred); in smbfs_setsd() 192 if (cerror) in smbfs_setsd() 194 cerror, np->n_rpath); in smbfs_setsd()
|
H A D | smbfs_vnops.c | 978 int cerror, modified = 0; in smbfssetattr() local 1114 cerror = smbfs_smb_tmpclose(np, fid, &scred); in smbfssetattr() 1115 if (cerror) in smbfssetattr() 1117 cerror, np->n_rpath); in smbfssetattr() 1756 int cerror; in smbfs_create() local 1951 cerror = smbfs_smb_close(smi->smi_share, fid, NULL, &scred); in smbfs_create() 1952 if (cerror) in smbfs_create() 1954 cerror, dnp->n_rpath, name); in smbfs_create()
|
H A D | smbfs_smb.c | 635 int error, cerror; in smbfs_smb_t2rename() local 679 cerror = smbfs_smb_tmpclose(tdnp, fid, scrp); in smbfs_smb_t2rename() 680 if (cerror) in smbfs_smb_t2rename() 682 cerror, tdnp->n_rpath); in smbfs_smb_t2rename()
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_re.c | 813 cerror(value(vi_TERSE) ? in vi_compile() 899 cerror(value(vi_TERSE) ? (unsigned char *) in vi_compile() 903 cerror(value(vi_TERSE) ? (unsigned char *) in vi_compile() 960 cerror((unsigned char *) in vi_compile() 976 cerror(value(vi_TERSE) ? (unsigned char *)gettext("No newlines in re's") : in vi_compile() 987 cerror(value(vi_TERSE) ? (unsigned char *)gettext("Badly formed re") : in vi_compile() 1014 cerror(value(vi_TERSE) ? (unsigned char *) in vi_compile() 1045 cerror((unsigned char *)gettext("\\( \\) Imbalance")); in vi_compile() 1047 cerror(value(vi_TERSE) ? (unsigned char *)gettext("Awash in \\('s!") : in vi_compile() 1053 cerror(value(vi_TERSE) ? (unsigned char *)gettext("Illegal byte sequence") : in vi_compile() [all …]
|
H A D | ex.h | 501 void cerror(unsigned char *);
|
/titanic_44/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);
|
/titanic_44/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 142 _exit.o brk.o cerror.o errno.o \
|
/titanic_44/usr/src/lib/libc/amd64/ |
H A D | Makefile | 49 cerror.o
|
/titanic_44/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 56 cerror.o
|
/titanic_44/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 49 cerror.o \
|
/titanic_44/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 56 cerror.o \
|