Searched refs:init (Results 1 - 25 of 267) sorted by relevance

1234567891011

/haiku-fatelf/src/system/glue/arch/arm/
H A Dcrtn.S6 /** This file contains the final part of the ".init" and ".fini" sections in
11 .section .init
H A Dcrti.S6 /** This file contains the first part of the ".init" and ".fini" sections in
9 * of the loaded executable/library. The ".init" and ".fini" sections are
22 .section .init
/haiku-fatelf/src/system/glue/arch/m68k/
H A Dcrtn.S6 /** This file contains the final part of the ".init" and ".fini" sections in
11 .section .init
H A Dcrti.S6 /** This file contains the first part of the ".init" and ".fini" sections in
9 * of the loaded executable/library. The ".init" and ".fini" sections are
22 .section .init
/haiku-fatelf/src/system/glue/arch/ppc/
H A Dcrtn.S6 /** This file contains the final part of the ".init" and ".fini" sections in
11 .section .init
H A Dcrti.S6 /** This file contains the first part of the ".init" and ".fini" sections in
9 * of the loaded executable/library. The ".init" and ".fini" sections are
22 .section .init
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dioassign.cc38 init (rhs.rdbuf ());
47 init (rhs.rdbuf ());
H A Dpfstream.cc42 init(pbuf);
71 init(new filebuf());
83 init(pbuf);
88 init(new filebuf());
/haiku-fatelf/src/libs/ncurses/form/
H A Dfrm_hook.c64 GEN_HOOK_SET_FUNCTION(field, init)
74 GEN_HOOK_GET_FUNCTION(field, init)
108 GEN_HOOK_SET_FUNCTION(form, init)
118 GEN_HOOK_GET_FUNCTION(form, init)
/haiku-fatelf/src/libs/ncurses/menu/
H A Dm_hook.c68 GEN_HOOK_SET_FUNCTION(menu, init)
78 | Return Values : Menu init function address or NULL
80 GEN_HOOK_GET_FUNCTION(menu, init)
114 GEN_HOOK_SET_FUNCTION(item, init)
124 | Return Values : Item init function address or NULL
126 GEN_HOOK_GET_FUNCTION(item, init)
/haiku-fatelf/src/system/glue/arch/x86/
H A Dcrtn.S6 /** This file contains the final part of the ".init" and ".fini" sections in
11 .section .init
/haiku-fatelf/src/apps/cortex/support/
H A DILockable.h99 Autolock(ILockable& target) : m_target(&target) { init(); }
100 Autolock(ILockable* target) : m_target( target) { init(); }
103 m_target(const_cast<ILockable*>(&target)) { init(); }
105 m_target(const_cast<ILockable*>( target)) { init(); }
108 void init() { function in class:Autolock
/haiku-fatelf/src/libs/expat/xmlwf/
H A Dct.c6 enum { inAtom, inString, init, inComment }; enumerator in enum:__anon4764
7 int state = init;
27 if (state > init)
37 if (state == init)
52 case init:
59 if (state == init) {
H A Dxmlmime.c8 enum { inAtom, inString, init, inComment }; enumerator in enum:__anon4766
9 int state = init;
31 if (state > init)
41 if (state == init)
56 case init:
63 if (state == init) {
/haiku-fatelf/headers/libs/agg/
H A Dagg_bspline.h29 // First call init(num, x[], y[]) where num - number of source points,
35 // outside the given with init() X-range. Extrapolation is a simple linear
47 void init(int num);
51 void init(int num, const double* x, const double* y);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DLazyInitializable.cpp10 fInitSemaphore = create_sem(1, "init semaphore");
16 LazyInitializable::LazyInitializable(bool init) argument
20 if (init) {
21 fInitSemaphore = create_sem(1, "init semaphore");
/haiku-fatelf/src/system/glue/arch/mipsel/
H A Dcrtn.S10 /** This file contains the final part of the ".init" and ".fini" sections in
17 .section .init
/haiku-fatelf/src/system/glue/arch/x86_64/
H A Dcrti.S11 /** This file contains the first part of the ".init" and ".fini" sections in
14 * of the loaded executable/library. The ".init" and ".fini" sections are
26 .section .init
H A Dcrtn.S8 /** This file contains the final part of the ".init" and ".fini" sections in
14 .section .init
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/shared/
H A DLazyInitializable.cpp10 fInitSemaphore = create_sem(1, "init semaphore");
16 LazyInitializable::LazyInitializable(bool init) argument
20 if (init) {
21 fInitSemaphore = create_sem(1, "init semaphore");
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-canon.c1013 canon_init_resetPrinter(const stp_vars_t *v, const canon_privdata_t *init) argument
1015 if ( init->caps->control_cmdlist ){
1017 while(init->caps->control_cmdlist[i]){
1018 canon_control_cmd(v,init->caps->control_cmdlist[i]);
1022 if(!strcmp(init->slot->name,"CD"))
1030 canon_init_setDuplex(const stp_vars_t *v, const canon_privdata_t *init) argument
1032 if (!(init->caps->features & CANON_CAP_DUPLEX))
1034 if (strncmp(init->duplex_str, "Duplex", 6))
1044 canon_init_setPageMode(const stp_vars_t *v, const canon_privdata_t *init) argument
1046 if (!(init
1056 canon_init_setDataCompression(const stp_vars_t *v, const canon_privdata_t *init) argument
1067 canon_init_setColor(const stp_vars_t *v, const canon_privdata_t *init) argument
1133 canon_init_setResolution(const stp_vars_t *v, const canon_privdata_t *init) argument
1156 canon_init_setPageMargins(const stp_vars_t *v, const canon_privdata_t *init) argument
1183 canon_init_setTray(const stp_vars_t *v, const canon_privdata_t *init) argument
1206 canon_init_setPrintMode(const stp_vars_t *v, const canon_privdata_t *init) argument
1247 canon_init_setPageMargins2(const stp_vars_t *v, const canon_privdata_t *init) argument
1297 canon_init_setESC_P(const stp_vars_t *v, const canon_privdata_t *init) argument
1336 canon_init_setCartridge(const stp_vars_t *v, const canon_privdata_t *init) argument
1347 canon_init_setPageID(const stp_vars_t *v, const canon_privdata_t *init) argument
1358 canon_init_setX72(const stp_vars_t *v, const canon_privdata_t *init) argument
1383 canon_init_setImage(const stp_vars_t *v, const canon_privdata_t *init) argument
1484 canon_init_setMultiRaster(const stp_vars_t *v, const canon_privdata_t *init) argument
1524 canon_init_printer(const stp_vars_t *v, const canon_privdata_t *init) argument
1559 canon_deinit_printer(const stp_vars_t *v, const canon_privdata_t *init) argument
[all...]
/haiku-fatelf/headers/private/userlandfs/shared/
H A DLazyInitializable.h13 LazyInitializable(bool init);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dtramp-frame.h70 void (*init) (const struct tramp_frame *self, member in struct:tramp_frame
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-sctp.c224 const struct sctpInitiation *init; local
227 init=(const struct sctpInitiation*)(chunkDescPtr+1);
228 printf("[init tag: %u] ", EXTRACT_32BITS(&init->initTag));
229 printf("[rwnd: %u] ", EXTRACT_32BITS(&init->rcvWindowCredit));
230 printf("[OS: %u] ", EXTRACT_16BITS(&init->NumPreopenStreams));
231 printf("[MIS: %u] ", EXTRACT_16BITS(&init->MaxInboundStreams));
232 printf("[init TSN: %u] ", EXTRACT_32BITS(&init->initialTSN));
235 if( (init
243 const struct sctpInitiation *init; local
[all...]
/haiku-fatelf/src/libs/libtelnet/
H A Dauth.h69 int (*init)(struct XauthP *, int); member in struct:XauthP

Completed in 123 milliseconds

1234567891011