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

1234

/ast/src/lib/libast/stdio/
H A D_stdfun.c55 static int init; local
65 if (!init)
67 init = 1;
/ast/src/lib/libsum/
H A Dsum-prng.c33 [+init?The PRNG initial value. 0xffffffff is used if \anumber\a is omitted.]:?[number:=0x811c9dc5]\
48 Prngnum_t init; member in struct:Prng_s
78 else if (strneq(t, "init", i))
79 sum->init = v ? strtoul(v + 1, NiL, 0) : ~sum->init;
86 if (!sum->init)
87 sum->init = FNV_INIT;
97 sum->sum = sum->init;
H A Dsum-crc.c31 [+init?The initial crc value. 0xffffffff is used if \anumber\a is omitted.]:?[number:=0]\
48 Crcnum_t init; member in struct:Crc_s
88 else if (strneq(t, "init", i))
89 sum->init = v ? strtoul(v + 1, NiL, 0) : ~sum->init;
140 sum->sum = sum->init;
/ast/src/lib/libtksh/
H A Dwidget9 source $tcl_library/init.tcl
H A DMakefile28 tclPosixStr.c tclFHandle.c tclIOCmd.c tclUnixNotfy.c init.c debug.c \
40 lib/tksh7.6/init.ksh \
41 lib/tksh7.6/init.tcl \
48 lib/tksh7.6/init.ksh \
49 lib/tksh7.6/init.tcl \
/ast/src/lib/libast/comp/
H A Deaccess.c55 static int init;
61 if (!init)
67 init = (ruid == euid && rgid == egid) ? 1 : -1;
69 if (init > 0 || flags == F_OK)
H A Dfrexp.c48 init(void)
62 #define INIT() (pow2tab[0]?0:init())
H A Dfrexpl.c52 init(void)
66 #define INIT() (pow2tab[0]?0:init())
H A Dfmtmsglib.c45 unsigned int init;
215 if (!mm.init)
217 mm.init = INIT_VERB;
273 if (!(mm.init & INIT_CONSOLE))
/ast/src/lib/libtksh/lib/tksh7.6/
H A Dinit.ksh29 source $tcl_library/init.tcl
/ast/src/lib/libpp/
H A Dgentab.sh28 # %flags [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ]
30 # %keyword <name> [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ] [ first=<id> ] [ last=<id> ]
32 # %sequence [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ]
129 init=""
148 case $init in
151 init=0
153 *) init
[all...]
/ast/src/lib/libast/vmalloc/
H A Dvmopen.c66 Vminit_t *init; local
95 { if(!(init = (Vminit_t*)addr) )
98 vd = &init->vd.vd; /**/ASSERT(VLONG(vd)%ALIGN == 0);
113 init = (Vminit_t*)(addr + (algn ? ALIGN-algn : 0)); /**/ASSERT(VLONG(init)%ALIGN == 0);
114 vd = &init->vd.vd; /**/ASSERT(VLONG(vd)%ALIGN == 0);
129 vd->seg = &init->seg.seg; /**/ ASSERT(VLONG(vd->seg)%ALIGN == 0);
160 vm = &init->vm.vm;
/ast/src/lib/libcoshell/
H A Dcolib.h57 } init; \
119 int init; /* 0 if first coopen() */ member in struct:Costate_s
H A Dcoexport.c78 co->init.sync = 1;
/ast/src/lib/libcs/
H A Dcsstat.c60 static int init; local
69 if (!init)
71 init = 1;
H A Dcsserve.c141 csserve(Cs_t* state, void* handle, const char* path, void* (*init)(void*, int), int (*done)(void*, int), int (*con)(void*, int, Csid_t*, int, char**), int (*rd)(void*, int), int (*wr)(void*, int), int (*to)(void*)) argument
192 if (init)
193 server->handle = (*init)(server->handle, server->css->fdmax);
204 _cs_serve(void* handle, const char* path, void* (*init)(void*, int), int (*done)(void*, int), int (*con)(void*, int, Csid_t*, int, char**), int (*rd)(void*, int), int (*wr)(void*, int), int (*to)(void*)) argument
206 csserve(&cs, handle, path, init, done, con, rd, wr, to);
/ast/src/lib/libbz/
H A Dsfdcbzip.c83 static int init; local
85 if (!init)
86 init = getenv("SFBZ_DEBUG") ? 1 : -1;
87 if (init > 0)
/ast/src/cmd/coshell/
H A DMakefile10 misc.c init.c -lcoshell
H A Dcotest.c43 init(void) function
48 message((-1, "init"));
99 init();
/ast/src/lib/libvcodex/
H A Dvcopen.c30 Vcodex_t* vcopen(Vcdisc_t* disc, Vcmethod_t* meth, Void_t* init, argument
33 Vcodex_t* vcopen(disc, meth, init, coder, flags)
36 Void_t* init; /* method initialization params */
67 if(meth->eventf && (*meth->eventf)(vc, VC_OPENING, init) < 0)
/ast/src/lib/libast/misc/
H A Dstk.c85 static size_t init; /* 1 when initialized */ variable
138 init = size;
140 init = 1;
190 if(init)
232 bsize = init+sizeof(struct frame);
267 if(!init)
345 if(!init)
396 if(!init)
412 if(!init)
428 if(!init)
[all...]
/ast/src/cmd/pax/
H A Dbax.sh24 # ../lib/bax/init on $PATH to customize
28 customize=../lib/${command}/init
/ast/src/cmd/mam/
H A Dmamnew.c272 static int init; local
321 if (!init)
323 init = 1;
487 static int init; local
497 if (!init)
499 init = 1;
516 if (!init)
518 init = 1;
528 if (!init)
530 init
[all...]
/ast/src/lib/libast/sfio/
H A Dsfsetbuf.c113 int sf_malloc, oflags, init, okmmap, local; local
139 if((init = f->mode&SF_INIT) )
146 if(init)
172 if(!init) /* stream already initialized */
218 if((init || local) && !(f->flags&SF_STRING))
258 if(init)
275 if(init)
346 if(init && osize > 0)
364 if(obuf && size == (size_t)osize && init)
/ast/src/cmd/INIT/
H A DCONVERT.mk110 copy : .VIRTUAL init
111 init : .VIRTUAL
113 .MAKEINIT : .cvt.init
115 .cvt.init : .MAKE .VIRTUAL .FORCE
152 init : .cvt.verify $(I)

Completed in 58 milliseconds

1234