Searched refs:level (Results 1 - 25 of 1544) sorted by relevance

1234567891011>>

/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Derrorf.c33 errorf(void* handle, void* discipline, int level, ...) argument
37 va_start(ap, level);
38 errorv((discipline && handle) ? *((char**)handle) : (char*)handle, (discipline || level < 0) ? level : (level | ERROR_LIBRARY), ap);
H A Derrormsg.c33 errormsg(const char* dictionary, int level, ...) argument
37 va_start(ap, level);
38 errorv(dictionary, level, ap);
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlegacy_coding.c38 use_legacy_coding(int level) argument
42 T((T_CALLED("use_legacy_coding(%d)"), level));
43 if (level >= 0 && level <= 2 && SP != 0) {
45 SP->_legacy_coding = level;
/macosx-10.10/bind9-45.101/bind9/lib/isc/nothreads/
H A Dthread.c26 isc_thread_setconcurrency(unsigned int level) { argument
27 UNUSED(level);
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Derror.c33 errorv(const char* id, int level, va_list ap) argument
39 if (level < 0)
43 flags = level & ~ERROR_LEVEL;
44 level &= ERROR_LEVEL;
47 if (level && ((s = error_info.id) || (s = (char*)id)))
56 else if (level < 0)
57 sfprintf(sfstderr, "debug%d: ", level);
58 else if (level)
60 if (level == ERROR_WARNING)
68 if (level
85 error(int level, ...) argument
95 errorf(void* handle, void* discipline, int level, ...) argument
[all...]
/macosx-10.10/ntp-92/lib/isc/nothreads/
H A Dthread.c26 isc_thread_setconcurrency(unsigned int level) { argument
27 UNUSED(level);
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregfatal.c33 regfatalpat(regex_t* p, int level, int code, const char* pat) argument
40 error(level, "regular expression: %s: %s", pat, buf);
42 error(level, "regular expression: %s", buf);
46 regfatal(regex_t* p, int level, int code) argument
48 regfatalpat(p, level, code, NiL);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_log.h12 * top-level directory of the distribution or, alternatively, at
48 /* original behavior: all logging occurs at the same severity level */
102 #define LDAP_LEVEL_DETAIL1 (0x40) /* log level 1 function operational details */
103 #define LDAP_LEVEL_DETAIL2 (0x80) /* Log level 2 function operational details */
154 #define Log0( level, severity, fmt ) \
156 if ( ldap_debug & (level) ) \
157 lutil_debug( ldap_debug, (level), (fmt) ); \
158 if ( ldap_syslog & (level) ) \
161 #define Log1( level, severity, fmt, arg1 ) \
163 if ( ldap_debug & (level) ) \
[all...]
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dtwalk.c27 void (*action)(const void *, VISIT, int), int level);
31 trecurse(root, action, level)
34 int level;
38 (*action)(root, leaf, level);
40 (*action)(root, preorder, level);
42 trecurse(root->llink, action, level + 1);
43 (*action)(root, postorder, level);
45 trecurse(root->rlink, action, level + 1);
46 (*action)(root, endorder, level);
/macosx-10.10/ruby-106/ruby/
H A Dsafe.c12 /* safe-level:
40 rb_set_safe_level(int level) argument
44 if (level > th->safe_level) {
45 if (level > SAFE_LEVEL_MAX) {
46 level = SAFE_LEVEL_MAX;
48 th->safe_level = level;
61 int level = NUM2INT(val); local
64 if (level < th->safe_level) {
66 "tried to downgrade safe level from %d to %d",
67 th->safe_level, level);
79 rb_secure(int level) argument
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Dmsg_vstream.c57 static void msg_vstream_print(int level, const char *text) argument
63 if (level < 0 || level >= (int) (sizeof(level_text) / sizeof(level_text[0])))
64 msg_panic("invalid severity level: %d", level);
65 if (level == MSG_INFO) {
70 msg_tag, level_text[level], text);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/log/
H A Dlog.tcl92 # with that level arrives in the system. The standard command for
94 # stdout or stderr, depending on the level. The decision about the
106 # messages with that level to. The map can be queried and changed
122 # upon their level. The following array stores a map from levels
138 # level the following array maps from levels to a numerical
140 # level. The user cannot change this map (for now). This package
159 # 0 - messages with with level are written out.
160 # 1 - messages with this level are suppressed.
179 # make all level names together with their string of the same
211 # Converts any unique abbreviation of a level nam
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Ddebugging_test.h25 bool IsScopeActive(int level, CFStringRef scope);
26 bool IsScopeActiveC(int level, const char *scope);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Ddebugging_test.h25 bool IsScopeActive(int level, CFStringRef scope);
26 bool IsScopeActiveC(int level, const char *scope);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dkasl.h35 #define KASL_KEY_LEVEL "Level" /* Priority level */
40 kern_asl_msg_va(int level, const char *facility, int num_pairs,
44 kern_asl_msg(int level, const char *facility, int num_pairs, ...);
/macosx-10.10/xnu-2782.1.97/libkern/kxld/tests/
H A Dkxld_test.h31 void kxld_test_log(KXLDLogSubsystem sys, KXLDLogLevel level,
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dlog.rb18 # Fatal log level which indicates a server crash
22 # Error log level which indicates a recoverable error
26 # Warning log level which indicates a possible problem
30 # Information log level which indicates possibly useful information
34 # Debugging error level for messages used in server development or
39 # log-level, messages above this level will be logged
40 attr_accessor :level
43 # Initializes a new logger for +log_file+ that outputs messages at +level+
47 # If no level i
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/machine/
H A Dspl.h55 extern void splon(unsigned int level);
56 extern void splx(unsigned int level);
57 extern void spln(unsigned int level);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dutracimp.h20 * - using a trace level variable to only call trace functions
21 * when the level is sufficient
50 * Trace level variable. Negative for "off".
112 * @param level The trace level for this message.
118 utrace_data(int32_t utraceFnNumber, int32_t level, const char *fmt, ...);
126 * to at least the specified level.
129 #define UTRACE_LEVEL(level) (utrace_getLevel()>=(level))
232 * Calls utrace_data() if the level i
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/trace/
H A Dtrace_tries.c45 recur_tries(TRIES * tree, unsigned level) argument
47 if (level > my_length) {
48 my_length = (level + 1) * 4;
53 if ((my_buffer[level] = tree->ch) == 0)
54 my_buffer[level] = 128;
55 my_buffer[level + 1] = 0;
61 recur_tries(tree->child, level + 1);
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dtic4x.h284 /* Define the instruction level */
309 #define A_CLASS_INSN(name, opcode, level) \
310 { name, opcode|0x00000000, 0xffe00000, "Q;R", level }, \
311 { name, opcode|0x00200000, 0xffe00000, "@,R", level }, \
312 { name, opcode|0x00400000, 0xffe00000, "*,R", level }, \
313 { name, opcode|0x00600000, 0xffe00000, "S,R", level }
322 #define AB_CLASS_INSN(name, opcode, level) \
323 { name, opcode|0x40000000, 0xf0600000, "Q;R", level }, \
324 { name, opcode|0x40200000, 0xf0600000, "@,R", level }, \
325 { name, opcode|0x40400000, 0xf0600000, "*,R", level }, \
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dpcy_lib.c106 int X509_policy_level_node_count(X509_POLICY_LEVEL *level) argument
109 if (!level)
111 if (level->anyPolicy)
115 if (level->nodes)
116 n += sk_X509_POLICY_NODE_num(level->nodes);
120 X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i) argument
122 if (!level)
124 if (level->anyPolicy)
127 return level->anyPolicy;
130 return sk_X509_POLICY_NODE_value(level
[all...]
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioDebug.h37 #define audioDebugIOLog( level, message... ) \
43 #define audioDebugIOLog( level, message... ) \
44 do {USBLog( level, message );} while (0)
48 #define audioDebugIOLog( level, message... ) \
49 do { if (level <= DEBUG_LEVEL) kprintf( message );} while (0)
69 #define audioDebugIOLog( level, message... ) ;
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebBatteryStatus.h47 double level; member in struct:WebKit::WebBatteryStatus::Data
50 static PassRefPtr<WebBatteryStatus> create(bool isCharging, double chargingTime, double dischargingTime, double level) argument
52 return adoptRef(new WebBatteryStatus(isCharging, chargingTime, dischargingTime, level));
59 double level() const { return m_data.level; } function in class:WebKit::WebBatteryStatus
64 WebBatteryStatus(bool isCharging, double chargingTime, double dischargingTime, double level);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A Ddebug.h24 #define DEBUG(level, arg) \
25 if((level) & DEBUGLEVEL){ \
30 #define DEBUG(level,arg)

Completed in 200 milliseconds

1234567891011>>