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

1 2 3 4 5

  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
_garbagdlins.c 49 garbagedlines(WINDOW *win, int start, int finish)
51 return (wredrawln(win, start, finish));
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
ptrmove.c 50 * Move range start..finish inclusive before the given location.
58 unsigned int start, unsigned int finish, unsigned int to)
60 if (finish < start || length <= finish)
65 reverse(array, start, finish);
66 reverse(array, to, finish);
67 } else if (finish < to && to <= length) {
68 reverse(array, start, finish);
69 reverse(array, finish+1, to-1);
wscrl.c 59 int start, finish, to; local
109 * from start to finish inclusive will be moved to
114 finish = w->_top + n - 1;
118 finish = w->_bottom - 1;
123 (void) __m_cc_erase(w, start, 0, finish, w->_maxx - 1);
127 start, finish, to);
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
ptrmove.c 47 * Move range start..finish inclusive before the given location.
54 __m_ptr_move(array, length, start, finish, to)
56 unsigned length, start, finish, to;
61 array, length, start, finish, to
64 if (finish < start || length <= finish)
69 reverse(array, start, finish);
70 reverse(array, to, finish);
71 } else if (finish < to && to <= length) {
72 reverse(array, start, finish);
    [all...]
wscrl.c 56 int y, x, width, start, finish, to; local
66 * from start to finish inclusive will be moved to
71 finish = w->_top + n - 1;
75 finish = w->_bottom - 1;
80 if (__m_cc_erase(w, start, 0, finish, w->_maxx-1) == -1)
84 (void) __m_ptr_move((void **) w->_line, w->_maxy, start, finish, to);
  /onnv/onnv-gate/usr/src/cmd/tip/
cmdtab.c 17 extern void finish(int), help(int), pipefile(int), pipeout(int);
30 { '.', NORM, "exit from tip", finish },
31 {_CTRL('d'), NORM, "exit from tip", finish },
  /onnv/onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/
metaKeys.c 56 goto finish;
61 goto finish;
67 finish:
103 goto finish;
107 goto finish;
113 goto finish;
121 finish:
171 finish:
209 goto finish;
218 goto finish;
    [all...]
metaMechManager.c 234 goto finish;
255 finish:
304 goto finish;
318 finish:
352 goto finish;
359 goto finish;
366 goto finish;
377 goto finish;
400 goto finish;
409 goto finish;
    [all...]
metaObject.c 373 goto finish;
389 goto finish;
404 goto finish;
424 goto finish;
429 goto finish;
434 goto finish;
447 goto finish;
453 goto finish;
457 goto finish;
478 goto finish;
    [all...]
metaObjectManager.c 520 * Wait for anyone already using object to finish, by obtaining
522 * get the write lock, we can just release it and finish cleaning
734 goto finish;
742 goto finish;
752 goto finish;
765 goto finish;
791 goto finish;
804 goto finish;
814 goto finish;
824 goto finish;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-crypto/cryptoadm/
adm_metaslot.c 143 goto finish;
153 goto finish;
161 goto finish;
180 goto finish;
187 goto finish;
208 goto finish;
235 goto finish;
247 goto finish;
256 goto finish;
264 goto finish;
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/ecdh/
ech_locl.h 72 int (*finish)(EC_KEY *eckey);
  /onnv/onnv-gate/usr/src/cmd/filebench/workloads/
filemicro_create.f 43 flowop finishoncount name=finish,value=$count
filemicro_createrand.f 47 flowop finishonbytes name=finish,value=$bytes
filemicro_delete.f 49 flowop finishoncount name=finish,value=$count
filemicro_rread.f 45 flowop finishonbytes name=finish,value=$bytes
filemicro_rwrite.f 46 flowop finishonbytes name=finish,value=$bytes
filemicro_rwritedsync.f 44 flowop finishoncount name=finish,value=$count
filemicro_rwritefsync.f 47 flowop finishoncount name=finish,value=$count
filemicro_seqwrite.f 45 flowop finishoncount name=finish,value=1
  /onnv/onnv-gate/usr/src/common/openssl/crypto/comp/
comp_lib.c 31 if (ctx->meth->finish != NULL)
32 ctx->meth->finish(ctx);
comp.h 18 void (*finish)(COMP_CTX *ctx); member in struct:comp_method_st
  /onnv/onnv-gate/usr/src/common/openssl/crypto/engine/
eng_init.c 87 * case, we can release the lock safely and call the finish() handler
89 * after and something else is calling "finish" at the same time -
91 * 2 to 0 without either calling finish(). */
94 if((e->funct_ref == 0) && e->finish)
98 to_return = e->finish(e);
135 /* The API (locked) version of "finish" */
  /onnv/onnv-gate/usr/src/cmd/asa/
asa.c 47 static void finish(int need_a_newline);
97 finish(need_a_newline);
152 finish(need_a_newline);
231 finish(need_a_newline);
240 finish(int need_a_newline) function
  /onnv/onnv-gate/usr/src/common/openssl/crypto/ecdsa/
ecs_locl.h 79 int (*finish)(EC_KEY *eckey);

Completed in 1078 milliseconds

1 2 3 4 5