Home
last modified time | relevance | path

Searched refs:errormsg (Results 1 – 25 of 54) sorted by last modified time

123

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c139 char *errormsg; member
488 if (info->sinfo[0].errormsg) in sync_current_with_update_copy()
489 free(info->sinfo[0].errormsg); in sync_current_with_update_copy()
490 info->sinfo[0].errormsg = NULL; in sync_current_with_update_copy()
515 if (info->sinfo[1].errormsg) in sync_current_with_update_copy()
516 info->sinfo[0].errormsg = strdup(info->sinfo[1].errormsg); in sync_current_with_update_copy()
766 if (info->sinfo[0].errormsg) in getldap_destroy_serverInfo()
767 free(info->sinfo[0].errormsg); in getldap_destroy_serverInfo()
768 if (info->sinfo[1].errormsg) in getldap_destroy_serverInfo()
769 free(info->sinfo[1].errormsg); in getldap_destroy_serverInfo()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c517 errormsg(SH_DICT,ERROR_exit(1),e_restricted,name); in path_opentype()
646 errormsg(SH_DICT,ERROR_exit(ERROR_NOEXEC),e_funload,name,pname); in funload()
1016 errormsg(SH_DICT,ERROR_exit(1),e_restricted,arg0); in path_exec()
1044 errormsg(SH_DICT,ERROR_exit(ERROR_NOENT),e_found,arg0); in path_exec()
1046 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,arg0); in path_exec()
1254 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,path); in path_spawn()
1328 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,path); in exscript()
1336 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,path); in exscript()
H A Dxec.c252 errormsg(SH_DICT,ERROR_exit(0),e_badtformat,c); in p_time()
839 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_coexec()
1519 errormsg(SH_DICT,ERROR_exit(0),e_defined,com0); in sh_exec()
2693 errormsg(SH_DICT,ERROR_exit(1),e_ident,fname); in sh_exec()
2738 errormsg(SH_DICT,ERROR_exit(1),e_badfun,fname); in sh_exec()
2750 errormsg(SH_DICT,ERROR_exit(1),e_baddisc,fname); in sh_exec()
3110 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_nofork); in _sh_fork()
3452 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,argv[0]); in sh_funscope()
3636 errormsg(SH_DICT,ERROR_exit(1),e_pexists); in coproc_init()
3973 errormsg(SH_DICT,ERROR_exit(1),e_restricted,path); in sh_ntfork()
[all …]
H A Dparse.c185 errormsg(SH_DICT,ERROR_warn(0),e_lextypeset,line,str); in typeset_order()
298 errormsg(SH_DICT, ERROR_warn(0), e_lexwarnvar, in getanode()
369 errormsg(SH_DICT,ERROR_exit(1),e_lexversion); in sh_parse()
829 errormsg(SH_DICT,ERROR_exit(3),e_lexsyntax4,lexp->sh->inlineno); in funct()
838 errormsg(SH_DICT,ERROR_exit(3),e_lexsyntax4,lexp->sh->inlineno); in funct()
1232 errormsg(SH_DICT,ERROR_warn(0),e_lexemptyfor,lexp->sh->inlineno-(lexp->token=='\n')); in item()
1299 errormsg(SH_DICT,ERROR_exit(3),e_lexsyntax3,lexp->sh->inlineno,argp->argval); in item()
1311 errormsg(SH_DICT,ERROR_warn(0),e_lexlabignore,label_list->argchn.len,label_list->argval); in item()
1642 errormsg(SH_DICT,ERROR_warn(0),e_lexlabunknown,lexp->sh->inlineno-(lexp->token=='\n'),cp); in simple()
1646errormsg(SH_DICT,ERROR_warn(0),e_lexobsolete5,lexp->sh->inlineno-(lexp->token=='\n'),argp->argval); in simple()
[all …]
H A Dmain.c273 errormsg(SH_DICT,ERROR_system(1),e_open,name); in sh_main()
327 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_open,name); in sh_main()
533 errormsg(SH_DICT,ERROR_warn(0),"%d: mode changed to JMP_EXIT",getpid()); in exfile()
547 errormsg(SH_DICT,0,e_logout); in exfile()
666 errormsg(SH_DICT,0,sh_mactry(shp,qp?qp+1:(char*)e_mailmsg)); in chkmail()
H A Dnvdisc.c594 errormsg(SH_DICT,ERROR_exit(1),e_staticfun,name,tp->nvname); in setdisc()
1255 errormsg(SH_DICT,ERROR_exit(1),e_baddisc,name); in sh_addbuiltin()
H A Dlex.c411 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,cp); in sh_lex()
697 errormsg(SH_DICT,ERROR_warn(0),e_lexfuture,shp->inlineno,n); in sh_lex()
790 errormsg(SH_DICT,ERROR_warn(0),e_lexslash,shp->inlineno); in sh_lex()
822 errormsg(SH_DICT,ERROR_warn(0),e_lexobsolete1,shp->inlineno); in sh_lex()
898 errormsg(SH_DICT,ERROR_warn(0),e_lexusebrace,shp->inlineno); in sh_lex()
1078 errormsg(SH_DICT,ERROR_warn(0),e_lexslash,shp->inlineno); in sh_lex()
1161 errormsg(SH_DICT,ERROR_warn(0),e_lexnested,shp->inlineno); in sh_lex()
1460 errormsg(SH_DICT,ERROR_warn(0),e_lexobsolete3,shp->inlineno); in sh_lex()
1490 errormsg(SH_DICT, ERROR_warn(0), in sh_lex()
1517 errormsg(SH_DICT,ERROR_warn(0),e_lexobsolete6,shp->inlineno); in sh_lex()
[all …]
H A Dtimers.c75 errormsg(SH_DICT,ERROR_system(1),e_alarm); in setalarm()
H A Dsubshell.c133 errormsg(SH_DICT,ERROR_system(1),e_toomany); in sh_subtmpfile()
150 errormsg(SH_DICT,ERROR_system(1),e_file+4); in sh_subtmpfile()
614 errormsg(SH_DICT,ERROR_system(1),e_tmpcreate); in sh_subshell()
686 errormsg(SH_DICT,ERROR_system(1),e_toomany); in sh_subshell()
829 errormsg(SH_DICT,ERROR_system(1),e_redirect); in sh_subshell()
H A Dshcomp.c91 errormsg(SH_DICT,2,"%s",opt_info.arg); in main()
94 errormsg(SH_DICT,ERROR_usage(2),"%s",opt_info.arg); in main()
102 errormsg(SH_DICT,ERROR_usage(2),"%s",optusage((char*)0)); in main()
114 errormsg(SH_DICT,ERROR_system(1),"%s: cannot create",cp); in main()
143 errormsg(SH_DICT,ERROR_exit(1),"dump failed"); in main()
148 errormsg(SH_DICT,ERROR_system(1),"I/O error"); in main()
H A Dstreval.c133 errormsg(SH_DICT,ERROR_exit(mode),message,expr); in arith_error()
1026 errormsg(SH_DICT,ERROR_exit(1),message,ep->name); in matherr()
H A Dnvtype.c439 errormsg(SH_DICT,ERROR_exit(1),e_readonly, nq->nvname); in clone_type()
483 errormsg(SH_DICT,ERROR_exit(1),e_required,nq->nvname,nv_name(mp)); in clone_type()
542 errormsg(SH_DICT,ERROR_exit(1),e_notelem,n,name,nv_name(np)); in create_type()
867 errormsg(SH_DICT,ERROR_exit(1),e_badtypedef,cp); in nv_mktype()
1328 errormsg(SH_DICT,ERROR_exit(1),e_redef,nv_name(np)); in nv_settype()
1462 errormsg(SH_DICT,ERROR_exit(1),e_unknowntype,strlen(fp->type),fp->type); in nv_mkstruct()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c3075 goto errormsg; in do_show_mapping()
3087 goto errormsg; in do_show_mapping()
3090 goto errormsg; in do_show_mapping()
3105 errormsg: in do_show_mapping()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.c845 const char *errormsg; in ConstructServiceName() local
885 if (len >= 0x40) { errormsg = "Service instance name too long"; goto fail; } in ConstructServiceName()
899 …if (src[1] != '_') { errormsg = "Application protocol name must begin with underscore"; goto fail;… in ConstructServiceName()
919 errormsg = "Application protocol name must contain only letters, digits, and hyphens"; in ConstructServiceName()
925 …if (!ValidTransportProtocol(src)) { errormsg = "Transport protocol name must be _udp or _tcp"; got… in ConstructServiceName()
928 if (*src) { errormsg = "Service type must have only two labels"; goto fail; } in ConstructServiceName()
931 if (!domain->c[0]) { errormsg = "Service domain must be non-empty"; goto fail; } in ConstructServiceName()
933 { errormsg = "Illegal domain \"local.arpa.\" Use \"local.\" (or empty string)"; goto fail; } in ConstructServiceName()
935 if (!dst) { errormsg = "Service domain too long"; goto fail; } in ConstructServiceName()
939 LogMsg("ConstructServiceName: %s: %#s.%##s%##s", errormsg, name->c, type->c, domain->c); in ConstructServiceName()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c226 errormsg(SH_DICT,ERROR_system(1),e_history); in b_print()
278 errormsg(SH_DICT,2, "%s", opt_info.arg); in b_print()
281 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg); in b_print()
309 errormsg(SH_DICT,ERROR_system(1),msg); in b_print()
539 errormsg(SH_DICT,ERROR_exit(1),e_notset,string); in fmtbase64()
768 errormsg(SH_DICT,ERROR_exit(1),e_formspec,format); in extend()
873 errormsg(SH_DICT,ERROR_warn(0),e_charconst,argp); in extend()
881 errormsg(SH_DICT,ERROR_warn(0),e_overflow,argp); in extend()
887 errormsg(SH_DICT,ERROR_warn(0),e_overflow,argp); in extend()
948 errormsg(SH_DICT,ERROR_exit(1),e_formspec,format); in extend()
[all …]
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers670 errormsg;
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c142 goto errormsg; in crypto_register_provider()
151 goto errormsg; in crypto_register_provider()
372 errormsg: in crypto_register_provider()
455 goto errormsg; in crypto_unregister_provider()
468 goto errormsg; in crypto_unregister_provider()
503 goto errormsg; in crypto_unregister_provider()
565 errormsg: in crypto_unregister_provider()
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_init.c117 prom_fatal_error(const char *errormsg) in prom_fatal_error() argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derrormsg.c33 errormsg(const char* dictionary, int level, ...) in errormsg() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h178 extern int errormsg(const char*, int, ...);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dgetopt.c65 errormsg(NiL, 2, opt_info.arg);
H A Dgetoptl.c119 errormsg(NiL, c == '?' ? (ERROR_USAGE|4) : 2, "%s", opt_info.arg); in golly()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMamfile1467 make errormsg.o
1468 make misc/errormsg.c
1470 done misc/errormsg.c
1471 meta errormsg.o %.c>%.o misc/errormsg.c errormsg
1472 prev misc/errormsg.c
1473 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c misc/errormsg.c
1474 done errormsg.o generated
6101 …agic.o mime.o mimetype.o signal.o sigflag.o systrace.o error.o errorf.o errormsg.o errorx.o locale…
H A DMakefile87 error.c errorf.c errormsg.c errorx.c \
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcc.tst13 errormsg(locale, 2, "%s: bar foo");

123