Searched refs:guard (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/demo/fbt/
H A Dxioctl.d35 /execname == "xclock" && guard++ == 0/
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D__quad_mag.c209 unsigned int guard, round, sticky, borrow, rm; local
229 guard = round = sticky = 0;
240 guard = frac2 & 0x80000000;
247 guard = frac3 & 0x80000000;
255 guard = frac4 & 0x80000000;
263 sticky |= guard | round |
266 guard = frac4 & (1 << (e - 1));
273 round = guard;
274 guard = frac4 & 1;
282 /* complement guard, roun
[all...]
/illumos-gate/usr/src/tools/onbld/Checks/
H A DHdrChk.py37 # 2) Enclosed in a guard of the form:
50 # 1) The file guard must take the form '_FILENAME_H[_]', where FILENAME
58 # preprocessor directives, then it must be enclosed in a C++ guard of
158 guard = None
179 # before the header guard.
189 err(output, "Invalid or missing header guard", hdr)
192 guard = match.group(1)
199 # guard
206 if not re.search(r'^_.*%s[_]?$' % guardname, guard):
207 err(output, "Header guard doe
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppinput.c431 if (ip->file->guard != INC_CLEAR && ip->file->guard != INC_IGNORE && ip->file->guard != INC_TEST)
432 ppprintf("%s", ip->file->guard->name);
561 if (pp.test & 0x0200) error(2, "%s: %s p=%lu next=<%lu,%lu> keep=<%lu,%lu> skip=<-,%lu> guard=%s", keyname(X_CHECKPOINT), fp->name, p, next_begin, next_end, keep_begin, keep_end, skip_end, fp->guard == INC_CLEAR ? "[CLEAR]" : fp->guard == INC_TEST ? "[TEST]" : fp->guard == INC_IGNORE ? "[IGNORE]" : fp->guard->name);
611 if (*g && fp->guard !
[all...]
H A Dppsearch.c53 * <symbol> ifndef guard symbol
74 status = fp->guard;
88 fp->guard = INC_IGNORE;
102 fp->guard = test;
531 if (xp->guard == INC_CLEAR || xp == mp)
532 xp->guard = INC_TEST;
539 xp->guard = fp->guard = INC_IGNORE;
690 else if ((flags & SEARCH_INCLUDE) && fp->guard == INC_IGNORE)
H A Dppop.c170 fp->guard = INC_IGNORE;
174 ppsetfile(fp->name + c + 1)->guard = INC_IGNORE;
291 * reset include guard
299 fp->guard = 0;
586 ppsetfile(p)->guard = INC_IGNORE;
H A Dppexpr.c96 c = fp->flags || fp->guard == INC_IGNORE;
H A Dpplib.h117 #define IN_noguard (1<<10) /* no multiple include guard */
709 struct ppsymbol* guard; /* guard symbol */ member in struct:ppfile
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c474 char *filename, *guard, *tmp; local
478 guard = extendfile(filename, "_H_RPCGEN");
485 for (tmp = guard; *tmp; tmp++) {
498 if (!isalpha(guard[0]))
499 guard[0] = '_';
501 return (guard);
515 char *guard; local
525 guard = generate_guard(outfilename ? outfilename: infile);
527 guard = "STDIN_";
529 f_print(fout, "#ifndef _%s\n#define _%s\n\n", guard, guar
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.h159 volatile uint32_t *guard; member in struct:nwamd_dhcp_thread_arg
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c363 static char guard[FILENAME_MAX + 6]; local
368 * Establish a header guard name using the files basename.
377 optr = guard;
389 if (fprintf(fddefs, "#ifndef\t%s\n#define\t%s\n\n", guard, guard) < 0) {
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c59 #define FEM_GUARD(_t) femtype[(_t)].guard
63 struct fem_node guard; member in struct:fem_type_info
2886 * and size is set properly and top-of-stack is set to the "guard" node
2909 * The list is constructed with the appropriate type of guard to
3544 * need the "guard" to be initialized so that feml_tos has
3553 fi->guard.fn_available = (void *)&fi->guard;
3554 fi->guard.fn_av_hold = NULL;
3555 fi->guard.fn_av_rele = NULL;
3556 fi->guard
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c141 uint_t guard; member in struct:zchunk
162 z->guard = GUARD_MAGIC;
179 if (z->guard != GUARD_MAGIC) {
182 (void *)z, z->size, z->guard);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c1093 if (!xdr_bool(xdrs, &objp->guard.check))
1095 switch (objp->guard.check) {
1097 if (!xdr_u_int(xdrs, &objp->guard.obj_ctime.seconds))
1099 return (xdr_u_int(xdrs, &objp->guard.obj_ctime.nseconds));
H A Dnfs3_srv.c233 if (args->guard.check &&
234 (args->guard.obj_ctime.seconds != bva.va_ctime.tv_sec ||
235 args->guard.obj_ctime.nseconds != bva.va_ctime.tv_nsec)) {
H A Dnfs3_vnops.c1424 args.guard.check = TRUE;
1425 args.guard.obj_ctime.seconds = va.va_ctime.tv_sec;
1426 args.guard.obj_ctime.nseconds = va.va_ctime.tv_nsec;
1428 args.guard.check = FALSE;
1506 * we need to retry with a new guard value. The
1507 * guard value used is the change time. If the
2667 args.guard.check = FALSE;
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x606 sattrguard3 guard;
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s404 ! /* complement guard, round, and sticky as need be */
577 tst %o7 ! complement guard, round, and
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1305 sattrguard3 guard; member in struct:SETATTR3args

Completed in 137 milliseconds