/osnet-11/usr/src/lib/libpp/common/ |
H A D | pperror.c | 31 pperror(int level, ...) argument 35 va_start(ap, level); 36 errorv(pp.pass, level, ap);
|
H A D | ppincref.c | 35 int level; local 41 level = 0; 44 level++; 45 if (level > 0) 46 level--; 47 error(0, "%-*s%s", level * 4, "", file);
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | errormsg.c | 33 errormsg(const char* dictionary, int level, ...) argument 37 va_start(ap, level); 38 errorv(dictionary, level, ap);
|
H A D | errorf.c | 33 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 D | sigcrit.c | 88 * op>0 new region according to SIG_REG_*, return region level 89 * op==0 pop region, return region level 100 static int level; local 114 if (!level++) 118 level--; 143 return level; 172 if (--level <= 0) 174 level = 0; 197 return level;
|
/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | debug.h | 27 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/libast/common/regex/ |
H A D | regfatal.c | 33 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/libpkg/common/ |
H A D | canonize.c | 41 int level; local 48 level = 0; 51 level++; 57 while (level--) {
|
/osnet-11/usr/src/cmd/hal/tools/sunos/ |
H A D | hal-system-lcd-set-brightness-sunos.c | 34 int level; local 56 level = atoi(arg); 58 if (ioctl(fd, ACPI_DRV_IOC_SET_BRIGHTNESS, &level) < 0) {
|
/osnet-11/usr/src/lib/sun_sas/common/ |
H A D | log.c | 39 int level, 63 syslog(level, message); 38 log( int level, const char *routine, char *msg, ... ) argument
|
/osnet-11/usr/src/lib/libsocket/inet/ |
H A D | bindresvport.c | 56 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/libinstzones/common/ |
H A D | zones_paths.c | 96 int level; local 103 level = 0; 106 level++; 113 while (level--) {
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_search.c | 162 int level; local 184 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) { 199 while (level--) { 200 /* Push the next level down onto the stack. */ 208 /* Get the next level down. */ 242 int level; local 265 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) { 280 while (level [all...] |
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | trace.c | 9 * 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/libast/amd64/include/ast/ |
H A D | ftw.h | 54 int level; member in struct:FTW
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | ftw.h | 45 int level; member in struct:FTW
|
/osnet-11/usr/src/lib/libast/common/hash/ |
H A D | hashdump.c | 107 int level; local 112 level = 1; 113 while (scope = scope->scope) level++; 114 sfprintf(sfstderr, " level %d scope on 0x%08lx", level, (unsigned long)tab->scope);
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | ftw.h | 54 int level; member in struct:FTW
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | ftw.h | 54 int level; member in struct:FTW
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ftw.h | 54 int level; member in struct:FTW
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_search.c | 60 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/libntsvcs/common/ |
H A D | netr_svc.c | 170 WORD level = (WORD)arg->validation_level; local 172 switch (level) { 184 * If the request is badly formed or the level is invalid,
|
/osnet-11/usr/src/lib/libparted/common/libparted/ |
H A D | debug.c | 37 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/lib/libdhcputil/common/ |
H A D | dhcpmsg.c | 49 * input: int: the level to log the message at 100 * int: the debugging level the executable is being run at 106 int level) 110 debug_level = level; 143 * err_to_syslog(): converts a dhcpmsg log level into a syslog log level 145 * input: int: the dhcpmsg log level 146 * output: int: the syslog log level 180 * err_to_string(): converts a log level into a string 182 * input: int: the log level 105 dhcpmsg_init(const char *program_name, boolean_t daemon, boolean_t verbose, int level) argument [all...] |
/osnet-11/usr/src/grub/grub2/include/grub/lib/ |
H A D | LzmaEnc.h | 36 int level; /* 0 <= level <= 9 */ member in struct:_CLzmaEncProps
|