Home
last modified time | relevance | path

Searched refs:once (Results 26 – 50 of 117) sorted by relevance

12345

/illumos-gate/usr/src/tools/smatch/src/
H A Dident-list.h61 IDENT(once);
H A DREADME61 library doesn't need any more setup, and once done does not impose any
71 also as trivial examples of what you can do with the parse tree once it
H A Dtoken.h59 int dirty, next_stream, once; member
H A Dlib.c174 static int once = 0; in do_error() local
176 if (once) in do_error()
179 once = 1; in do_error()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsparse-README.txt60 library doesn't need any more setup, and once done does not impose any
70 also as trivial examples of what you can do with the parse tree once it
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c501 long once) in map_i_f() argument
585 } while ((0 < *inbytesleft) && (0 == once)); in map_i_f()
601 long once) in map_l_f() argument
681 } while ((0 < *inbytesleft) && (0 == once)); in map_l_f()
697 long once) in map_h_l() argument
821 } while ((0 < *inbytesleft) && (0 == once)); in map_h_l()
837 long once) in map_d_e_l() argument
912 } while ((0 < *inbytesleft) && (0 == once)); in map_d_e_l()
/illumos-gate/usr/src/psm/
H A DMakefile.psm.6434 # XX64 all the stuff below this line should go away once the tools are fixed
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.probe197 echo '#include "once.h"
198 #include "once.h"' > once.$src
199 echo '#ifdef once
202 #define once
203 #endif' > once.h
404 { $cc -E once.$src | grep allmultiple ;} && allmultiple=1
H A Dprobe.win32408 #pragma pp:map "/#pragma once/" ",#pragma once,#pragma pp:nomultiple,"
H A Dpp.tab156 ALLMULTIPLE # all files can be included more than once
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DMALFORMED.dict32 a moose once bit my sister.
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c1203 static boolean_t once = B_FALSE; in process() local
1249 if (!once) { in process()
1251 once = B_TRUE; in process()
1276 once = B_FALSE; in process()
/illumos-gate/usr/src/cmd/bhyve/
H A Dbasl.h7 #pragma once
/illumos-gate/usr/src/cmd/cmd-inet/etc/default/
H A Dipsec.dfl28 # This file is read once by each in.iked process.
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dlaststmtchanges.test14 # Note 1: LSCC remains constant within a statement and only updates once
18 # but is restored once the trigger exits
H A Dlock.test129 # or more read-only cursors can be open at once.
139 # Under UNIX you can do two SELECTs at once with different database
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DNOTES53 (5) once all this is working I'll do catopen(3) and msggen(1)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh538 (( x==1)) || err_exit '((a[++x]++)) should only increment x once'
543 (( x==1)) || err_exit '((a[x++]++)) should only increment x once'
/illumos-gate/usr/src/cmd/svc/milestone/
H A DREADME.share31 some software repairs can be made; the recommended exit approach once a
137 current routing configuration to be invoked.) Otherwise, once
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-security-gss.p5m59 # These dependencies can be removed once there is a mechanism in place
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.S56 ! once this has occurred, the copy takes place, while checking
/illumos-gate/usr/src/common/ficl/
H A Dvm.c258 int once; in ficlVmInnerLoop() local
268 once = (fw != NULL); in ficlVmInnerLoop()
269 if (once) in ficlVmInnerLoop()
286 if (once) { in ficlVmInnerLoop()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c94 int once; member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h551 unsigned char once; /* if 1st parse fails, quit */ member
/illumos-gate/usr/src/lib/libgss/
H A DREADME.spi60 struct -- this happens only once per-method, of course; the

12345