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

1234567891011>>

/osnet-11/usr/src/lib/libpp/common/
H A Dppincref.c35 int level; local
41 level = 0;
44 level++;
45 if (level > 0)
46 level--;
47 error(0, "%-*s%s", level * 4, "", file);
H A Dpperror.c31 pperror(int level, ...) argument
35 va_start(ap, level);
36 errorv(pp.pass, level, ap);
/osnet-11/usr/src/lib/libast/common/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);
/osnet-11/usr/src/lib/libast/common/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);
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Ddebug.h27 typedef void (PedDebugHandler) ( const int level, const char* file, int line,
31 extern void ped_debug ( const int level, const char* file, int line,
40 #define PED_DEBUG(level, ...) \
41 ped_debug ( level, __FILE__, __LINE__, __PRETTY_FUNCTION__, \
58 static void PED_DEBUG (int level, ...) argument
62 va_start (va_args, level);
63 ped_debug ( level, "unknown file", 0, "unknown function", va_args );
83 #define PED_DEBUG(level, ...) do {} while (0)
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c403 gprintf(int level, const char *format, ...) argument
409 while (level-- > 0) {
440 printmp(struct msg_pack *mp, int level) argument
442 gprintf(level, "=== mp ===\n");
443 gprintf(level, " msgid1: \"%s\"\n",
445 gprintf(level, " msgid2: \"%s\"\n",
447 gprintf(level, " msgfile: \"%s\"\n",
449 gprintf(level, " domain: \"%s\"\n",
451 gprintf(level, " binding: \"%s\"\n",
453 gprintf(level, " local
471 printsunmsg(Msg_s_node *smnp, int level) argument
495 printgnumsg(Msg_g_node *gmnp, int level) argument
555 printexpr(struct expr *e, int level) argument
596 printmnp(Msg_node *mnp, int level) argument
618 printnls(Nls_node *n, int level) argument
629 printdbind(Dbinding *d, int level) argument
641 printgt(Gettext_t *gt, int level) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dwalk.c31 static void emit_split ( STR *str, int level );
36 int prewalk ( int numit, int level, int node, int *numericptr );
37 STR * walk ( int useval, int level, int node, int *numericptr, int minprec );
45 walk(int useval, int level, register int node, int *numericptr, int minprec) argument
91 str = walk(0,level,ops[node+1].ival,&numarg,P_MIN);
128 str_scat(str,fstr=walk(0,level,ops[node+2].ival,&numarg,P_MIN));
132 fstr = walk(0,level+1,ops[node+3].ival,&numarg,P_MIN);
137 tab(str,++level);
142 tab(str,level);
145 emit_split(str,level);
1598 emit_split(register STR *str, int level) argument
1631 prewalk(int numit, int level, register int node, int *numericptr) argument
[all...]
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dldaplog.h52 #define LDAPDebug( level, fmt, arg1, arg2, arg3 )
61 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \
63 if ( *module_ldap_debug & level ) { \
69 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \
71 if ( ldap_debug & level ) { \
79 # define LDAPDebug( level, fmt, arg1, arg2, arg3 ) \
80 if ( ldap_debug & level ) { \
H A Dlog.h47 extern void ldaplog(int level,char *fmt,...);
49 #define Statslog( level, fmt, connid, opid, arg1, arg2, arg3 ) \
51 if ( log_debug & level ) \
53 if ( log_syslog & level ) \
54 ldaplog( level, fmt, connid, opid, arg1, arg2, arg3 ); \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A DBuilder.t15 my $default_lvl = $Test->level;
16 $Test->level(0);
19 $Test->ok( $default_lvl == 1, 'level()' );
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dmdraid1x_linux.c54 grub_uint32_t level; /* -4 (multipath), -1 (linear), 0,1,4,5. */ member in struct:grub_raid_super_1x
66 grub_uint32_t new_level; /* New level we are reshaping to. */
154 grub_uint32_t level; local
161 level = grub_le_to_cpu32 (sb.level);
164 if ((int) level == -4)
165 level = 1;
167 if (level != 0 && level != 1 && level !
[all...]
H A Dmdraid_linux.c113 grub_uint32_t level; /* Raid personality. */ member in struct:grub_raid_super_09
172 grub_uint32_t level; local
196 level = grub_le_to_cpu32 (sb.level);
198 if ((int) level == -4)
199 level = 1;
201 if (level != 0 && level != 1 && level != 4 &&
202 level !
[all...]
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Ddebug.c6 * forth in the LICENSE file which can be found at the top level of
213 ** do not cause those structures to be permanently forced to level 0.
244 ** level -- a non-negative integer.
254 sm_debug_addsetting_x(pattern, level)
256 int level;
261 SM_REQUIRE(level >= 0);
264 s->ds_level = (unsigned int) level;
292 int level; local
301 level = 0;
304 level
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddump.c22 Perl_dump_indent(pTHX_ I32 level, PerlIO *file, const char* pat, ...) argument
26 dump_vindent(level, file, pat, &args);
31 Perl_dump_vindent(pTHX_ I32 level, PerlIO *file, const char* pat, va_list *args) argument
33 PerlIO_printf(file, "%*s", (int)(level*PL_dumpindent), "");
328 Perl_do_pmop_dump(pTHX_ I32 level, PerlIO *file, PMOP *pm) argument
333 Perl_dump_indent(aTHX_ level, file, "{}\n");
336 Perl_dump_indent(aTHX_ level, file, "{\n");
337 level++;
343 Perl_dump_indent(aTHX_ level, file, "PMf_PRE %c%s%c%s\n",
347 Perl_dump_indent(aTHX_ level, fil
394 Perl_do_op_dump(pTHX_ I32 level, PerlIO *file, OP *o) argument
813 Perl_do_magic_dump(pTHX_ I32 level, PerlIO *file, MAGIC *mg, I32 nest, I32 maxnest, bool dumpops, STRLEN pvlim) argument
937 Perl_do_hv_dump(pTHX_ I32 level, PerlIO *file, char *name, HV *sv) argument
947 Perl_do_gv_dump(pTHX_ I32 level, PerlIO *file, char *name, GV *sv) argument
957 Perl_do_gvgv_dump(pTHX_ I32 level, PerlIO *file, char *name, GV *sv) argument
971 Perl_do_sv_dump(pTHX_ I32 level, PerlIO *file, SV *sv, I32 nest, I32 maxnest, bool dumpops, STRLEN pvlim) argument
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_search.c60 int level, void *cookie) {
63 (*action)(root, leaf, level, cookie);
65 (*action)(root, preorder, level, cookie);
67 slp_twalk(root->llink, action, level + 1, cookie);
68 (*action)(root, postorder, level, cookie);
70 slp_twalk(root->rlink, action, level + 1, cookie);
71 (*action)(root, endorder, level, cookie);
58 slp_twalk(void *r, void (*action)(void *, VISIT, int, void *), int level, void *cookie) argument
/osnet-11/usr/src/lib/fm/topo/maps/i86pc/
H A Dfan-hc-topology.xmlgen381 # Process an entry in the topology list. We are passed the indentation level,
389 my $level = shift @topo;
393 $indent, "", $type, 0, $level->{count} - 1);
396 for (my $i = 0; $i < $level->{count}; $i++) {
409 if (defined($level->{entity_ref_nparams}) &&
410 $#indices + 1 == $level->{entity_ref_nparams}) {
420 if ($level->{fac_enum}) {
423 printf($level->{provider});
428 if ($level->{fm_service_indctr}) {
442 my @refs = split(/\,/, $level
[all...]
/osnet-11/usr/src/lib/libsocket/inet/
H A Dbindresvport.c56 int level, optname; local
80 level = IPPROTO_TCP;
83 level = IPPROTO_UDP;
91 if (setsockopt(sd, level, optname, &optval, sizeof (optval)) < 0) {
105 (void) setsockopt(sd, level, optname, &optval, sizeof (optval));
/osnet-11/usr/src/lib/libldap4/include/
H A Dlog.h53 extern void ldaplog(int level,char *fmt,...);
55 #define Statslog( level, fmt, connid, opid, arg1, arg2, arg3 ) \
57 if ( log_debug & level ) \
59 if ( log_syslog & level ) \
60 ldaplog( level, fmt, connid, opid, arg1, arg2, arg3 ); \
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddebug.c37 static void default_handler ( const int level, const char* file, int line,
46 static void default_handler ( const int level, const char* file, int line, argument
50 level, file, line, function, msg );
57 * level log level, 0 ~= "print definitely"
59 void ped_debug ( const int level, const char* file, int line, argument
69 debug_handler ( level, file, line, function, msg_concat );
/osnet-11/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-lcd-set-brightness-sunos.c34 int level; local
56 level = atoi(arg);
58 if (ioctl(fd, ACPI_DRV_IOC_SET_BRIGHTNESS, &level) < 0) {
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlogging.c191 * @level: Log level
198 static FILE * ntfs_log_get_stream(u32 level) argument
202 switch (level) {
226 * @level: Log level to be prefixed
232 static const char * ntfs_log_get_prefix(u32 level) argument
236 switch (level) {
300 * @level: Level at which the line is logged
313 int line, u32 level, voi
312 ntfs_log_redirect(const char *function, const char *file, int line, u32 level, void *data, const char *format, ...) argument
350 ntfs_log_handler_syslog(const char *function, const char *file, int line, u32 level, void *data __attribute__((unused)), const char *format, va_list args) argument
420 ntfs_log_handler_fprintf(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
537 ntfs_log_handler_stdout(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
568 ntfs_log_handler_outerr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
598 ntfs_log_handler_stderr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h37 int level; /*%< don't log messages > level */ member in struct:log_channel
56 int level; member in struct:log_context
/osnet-11/usr/src/cmd/sendmail/src/
H A Dtrace.c9 * forth in the LICENSE file which can be found at the top level of
103 /* find the level to set it to */
148 int level; local
157 level = 0;
160 level = level * 10 + (*s - '0');
163 if (level < 0)
164 level = 0;
168 level = 1;
171 sm_debug_addsetting_x(sm_strndup_x(pat, endpat - pat), level);
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A Dlog.c39 int level,
63 syslog(level, message);
38 log( int level, const char *routine, char *msg, ... ) argument

Completed in 108 milliseconds

1234567891011>>