| /netvirt/usr/src/cmd/ssh/libopenbsd-compat/common/ |
| setproctitle.c | 22 * 4. The name of the author may not be used to endorse or promote products 78 size_t used; local 86 used = snprintf(buf, MAX_PROCTITLE, "%s: ", __progname); 87 if (used >= MAX_PROCTITLE) 88 used = MAX_PROCTITLE - 1; 89 (void)vsnprintf(buf + used, MAX_PROCTITLE - used, fmt, ap); 93 used = strlen(buf); 97 pstat(PSTAT_SETCMD, pst, used, 0, 0);
|
| /netvirt/usr/src/lib/libxcurses/src/tabs/ |
| Makefile | 71 @echo this tabs is not currently used by Solaris
|
| /netvirt/usr/src/lib/libxcurses/src/terminfo/ |
| Makefile | 32 @echo these terminfo entries are not currently used by Solaris
|
| /netvirt/usr/src/lib/libxcurses/src/tput/ |
| Makefile | 70 @echo this tput is not currently used by Solaris
|
| /netvirt/usr/src/stand/ |
| README | 27 If you are looking for the rest of what used to be in /usr/src/stand, it's over
|
| /netvirt/usr/src/common/bignum/ |
| README | 27 A note on the file mont_mulf.c. It is used as a starting point 31 This file is used in the 32-bit pkcs11_softtoken library. 34 This file is used in the 64-bit pkcs11_softtoken library. 37 This file is used in the kernel RSA module.
|
| /netvirt/usr/src/lib/libresolv2/common/isc/ |
| ctl_p.h | 10 size_t used; member in struct:ctl_buf 21 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0)
|
| /netvirt/usr/src/lib/libxcurses/src/tic/ |
| Makefile | 77 @echo this tic and untic is not currently used by Solaris
|
| /netvirt/usr/src/cmd/refer/ |
| mkey2.c | 23 static int alph, used, prevc; variable 42 alph = used = prevc = eof = 0; 50 used = alph = 0; 52 for (s = line; (c = *s) && (used < keycount); s++) 55 if (used) putchar('\n'); 59 used = alph = 0; 60 while ((c = getc(f)) != EOF && used < keycount) 62 if (used) putchar('\n'); 142 if (used == 0) { 153 used++ [all...] |
| /netvirt/usr/src/cmd/abi/spectrans/spec2map/ |
| util.c | 29 * util.c -- low-level utilities used by map*.c 61 t->used = -1; 81 ++t->used; 82 if (t->used >= t->nelem) { 93 for (i = t->used; i < t->nelem; ++i) { 97 t->elements[t->used] = strset(t->elements[t->used], value); 109 t->used = -1; 121 } else if (index > t->used) { 136 for (i = 0; i <= t->used; ++i) [all...] |
| util.h | 39 int used; member in struct:table_head_t
|
| /netvirt/usr/src/lib/print/libpapi-lpd/common/ |
| lpd-job.c | 153 char **metadata, papi_attribute_t ***used) 173 papiAttributeListAddString(used, PAPI_ATTR_EXCL, 182 papiAttributeListAddString(used, PAPI_ATTR_EXCL, 190 papiAttributeListAddString(used, PAPI_ATTR_EXCL, 199 papiAttributeListAddString(used, PAPI_ATTR_EXCL, 208 papiAttributeListAddString(used, PAPI_ATTR_EXCL, 217 papiAttributeListAddBoolean(used, PAPI_ATTR_EXCL, 226 papiAttributeListAddString(used, PAPI_ATTR_EXCL, 230 /* Indent - used with pr filter */ 235 papiAttributeListAddInteger(used, PAPI_ATTR_EXCL [all...] |
| /netvirt/usr/src/cmd/eqn/ |
| glob.c | 23 int used[100]; /* available registers */ variable
|
| /netvirt/usr/src/common/openssl/crypto/bn/ |
| bn_ctx.c | 23 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 104 unsigned used, size; member in struct:bignum_pool 146 unsigned int used; member in struct:bignum_ctx 162 while(bnidx < ctx->used) 197 /* This function is an evil legacy and should not be used. This implementation 208 ctx->used = 0; 225 ret->used = 0; 262 else if(!BN_STACK_push(&ctx->stack, ctx->used)) 279 if(fp < ctx->used) 280 BN_POOL_release(&ctx->pool, ctx->used - fp) [all...] |
| /netvirt/usr/src/cmd/lp/filter/postscript/common/ |
| README | 23 Common header and source files used when you compile most of the programs in this
|
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| vars.t | 13 # catch "used once" warnings 24 my $e = !(grep /^Name "X::x" used only once: possible typo/, @warns) && 'not '; 26 $e = !(grep /^Name "main::x" used only once: possible typo/, @warns) && 'not '; 28 $e = !(grep /^Name "main::y" used only once: possible typo/, @warns) && 'not '; 30 $e = !(grep /^Name "main::z" used only once: possible typo/, @warns) && 'not '; 36 # to avoid "used once" warnings
|
| /netvirt/usr/src/lib/libavl/ |
| README | 31 The actual source code used to build the avl library is also built by
|
| /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/Time/ |
| tm.pm | 14 Time::tm - internal object used by Time::gmtime and Time::localtime 22 This module is used internally as a base class by Time::localtime And
|
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
| Config.pm | 163 Encode::Config -- internally used by Encode
|
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/Time/ |
| tm.pm | 16 Time::tm - internal object used by Time::gmtime and Time::localtime 24 This module is used internally as a base class by Time::localtime And
|
| /netvirt/usr/src/cmd/rcm_daemon/common/ |
| ttymux_rcm.c | 327 add_dependency(rsrc_t *user, rsrc_t *used) 332 if (user == NULL || used == NULL) 335 if (user->id && used->id && strcmp(user->id, used->id) == 0) { 348 * Does the using resource already depends on the used 351 if (link->used == used) 362 _msg(6, ("TTYMUX: New link user %s used %s\n", user->id, used->id)); 365 link->used = used 761 rsrc_t *used; local [all...] |
| /netvirt/usr/src/cmd/sgs/liblddbg/common/ |
| statistics.c | 85 uint_t count = 0, used = 0; local 106 used++; 110 if ((count == 0) || (used == 0)) 114 used, ((used * 100) / count));
|
| /netvirt/usr/src/lib/auditd_plugins/syslog/ |
| sysplugin.c | 94 * ht_type and ht_ip are only used for hostname lookup cacheing. 508 size_t used, remaining; local 655 used = snprintf(bp, remaining, "%d", 658 used = strlcpy(bp, event->ae_desc, remaining); 659 bp += used; 660 remaining -= used; 664 used = strlcpy(bp, " failed", remaining); 666 used = strlcpy(bp, " ok", remaining); 667 bp += used; 668 remaining -= used; [all...] |
| /netvirt/usr/src/cmd/smbsrv/smbd/ |
| smbd_door_server.c | 146 unsigned int used; local 257 if ((enc_status = smb_dr_encode_finish(enc_ctx, &used)) != 0) 260 (void) door_return(buf, used, NULL, 0); 267 (void) smb_dr_encode_finish(enc_ctx, &used); 268 (void) door_return(buf, used, NULL, 0); 275 (void) smb_dr_encode_finish(enc_ctx, &used); 277 (void) door_return(buf, used, NULL, 0);
|
| /netvirt/usr/src/cmd/abi/spectrans/spec2trace/ |
| util.c | 292 t->used = -1; 310 t->used++; 311 if (t->used >= t->nelem) { 319 for (i = t->used; i < t->nelem; i++) { 324 t->elements[t->used] = strset(t->elements[t->used], value); 336 t->used = -1; 347 } else if (index > t->used) { 363 for (i = 0; i <= t->used; i++) { 382 qsort((char *)t->elements, (size_t)t->used, [all...] |