HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 1 - 25 of 491) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/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);
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/tabs/
Makefile 71 @echo this tabs is not currently used by Solaris
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/terminfo/
Makefile 32 @echo these terminfo entries are not currently used by Solaris
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/tput/
Makefile 70 @echo this tput is not currently used by Solaris
  /onnv/onnv-gate/usr/src/stand/
README 27 If you are looking for the rest of what used to be in /usr/src/stand, it's over
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/tic/
Makefile 77 @echo this tic and untic is not currently used by Solaris
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
ctl_p.h 3 size_t used; member in struct:ctl_buf
14 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0)
  /onnv/onnv-gate/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...]
  /onnv/onnv-gate/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
  /onnv/onnv-gate/usr/src/common/bignum/
README 27 It is used as a starting point for the following hand optimized assembly files:
30 This file is used in the 32-bit pkcs11_softtoken library.
33 This file is used in the 64-bit pkcs11_softtoken library.
36 This file is used in the kernel RSA module.
  /onnv/onnv-gate/usr/src/cmd/eqn/
glob.c 23 int used[100]; /* available registers */ variable
  /onnv/onnv-gate/usr/src/uts/common/sys/fs/
smbfs_ioctl.h 45 uint32_t used; /* content length */ member in struct:ioc_sdbuf
  /onnv/onnv-gate/usr/src/lib/print/libpapi-lpd/common/
lpd-job.c 154 char **metadata, papi_attribute_t ***used)
180 papiAttributeListAddString(used, PAPI_ATTR_EXCL,
189 papiAttributeListAddString(used, PAPI_ATTR_EXCL,
197 papiAttributeListAddString(used, PAPI_ATTR_EXCL,
206 papiAttributeListAddString(used, PAPI_ATTR_EXCL,
215 papiAttributeListAddString(used, PAPI_ATTR_EXCL,
224 papiAttributeListAddBoolean(used, PAPI_ATTR_EXCL,
233 papiAttributeListAddString(used, PAPI_ATTR_EXCL,
237 /* Indent - used with pr filter */
242 papiAttributeListAddInteger(used, PAPI_ATTR_EXCL
    [all...]
  /onnv/onnv-gate/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...]
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/
README 23 Common header and source files used when you compile most of the programs in this
  /onnv/onnv-gate/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
  /onnv/onnv-gate/usr/src/lib/libavl/
README 31 The actual source code used to build the avl library is also built by
  /onnv/onnv-gate/usr/src/lib/pkcs11/libkcfd/
README 27 This is a filter library that's used exclusively by kcfd;
31 when used by kcfd as part of the Cryptographic Framework's FIPS-140
32 project, to ensure that only pkcs11_softtoken.so.1 is used for
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
Config.pm 163 Encode::Config -- internally used by Encode
  /onnv/onnv-gate/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
  /onnv/onnv-gate/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...]
  /onnv/onnv-gate/usr/src/lib/auditd_plugins/syslog/
sysplugin.c 93 * ht_type and ht_ip are only used for hostname lookup cacheing.
507 size_t used, remaining; local
654 used = snprintf(bp, remaining, "%hu",
657 used = strlcpy(bp, event->ae_desc, remaining);
658 bp += used;
659 remaining -= used;
663 used = strlcpy(bp, " failed", remaining);
665 used = strlcpy(bp, " ok", remaining);
666 bp += used;
667 remaining -= used;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
statistics.c 84 uint_t count = 0, used = 0; local
105 used++;
109 if ((count == 0) || (used == 0))
113 used, ((used * 100) / count));
  /onnv/onnv-gate/usr/src/cmd/ndmpd/ndmp/
ndmpd_door.c 23 * nor the names of its contributors may be used to endorse or promote
59 * Statistics used in ndmpstat command
160 unsigned int used;
240 if ((enc_status = ndmp_door_encode_finish(enc_ctx, &used)) != 0)
243 (void) door_return(buf, used, NULL, 0);
250 (void) ndmp_door_encode_finish(enc_ctx, &used);
251 (void) door_return(buf, used, NULL, 0);
258 (void) ndmp_door_encode_finish(enc_ctx, &used);
259 (void) door_return(buf, used, NULL, 0);

Completed in 920 milliseconds

1 2 3 4 5 6 7 8 91011>>