HomeSort by: relevance | last modified time | path
    Searched refs:errlvl (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
print.c 38 int errlvl; local
41 errlvl = ldap_debug;
43 errlvl = ld->ld_debug;
46 return errlvl & loglvl ? 1 : 0;
  /src/external/bsd/openldap/dist/libraries/liblber/
bprint.c 46 #define ber_log_check(errlvl, loglvl) ((errlvl) & (loglvl))
128 int ber_pvt_log_printf( int errlvl, int loglvl, const char *fmt, ... )
135 if ( !ber_log_check( errlvl, loglvl )) {
151 static int ber_log_puts(int errlvl, int loglvl, char *buf)
155 if ( !ber_log_check( errlvl, loglvl )) {
169 ber_log_bprint(int errlvl,
176 if ( !ber_log_check( errlvl, loglvl )) {
240 int errlvl,
248 if ( !ber_log_check( errlvl, loglvl ))
    [all...]
lber-int.h 179 int errlvl,
186 int errlvl,
  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 366 def die(msg=None, errlvl=1):
369 sys.exit(errlvl)
374 def __init__(self, msg, errlvl=None, command=None, out=None, err=None):
375 self.errlvl = errlvl
802 """Wraps a shell command and casts an exception on unexpected errlvl
824 out, err, errlvl = cmd(command, env=env, shell=shell)
826 if errlvl not in ignore_errlvls:
841 % (command, errlvl, indent(msg, chars=" ")),
842 errlvl=errlvl
    [all...]
  /src/external/bsd/openldap/dist/include/
lber_pvt.h 60 int errlvl,

Completed in 32 milliseconds