Searched defs:cerror (Results 1 - 6 of 6) sorted by relevance
/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...] |
/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/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);
|
Completed in 62 milliseconds