HomeSort by relevance Sort by last modified time
    Searched refs:guard (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/cmd/dtrace/demo/fbt/
xioctl.d 35 /execname == "xclock" && guard++ == 0/
  /onnv/onnv-gate/usr/src/lib/libc/sparc/fp/
__quad_mag.c 209 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, round, and sticky as need be *
    [all...]
  /onnv/onnv-gate/usr/src/tools/onbld/Checks/
HdrChk.py 37 # 2) Enclosed in a guard of the form:
39 # #ifndef GUARD
40 # #define GUARD
41 # #endif /* [!]GUARD */
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
157 guard = None
178 # before the header guard.
188 err(output, "Invalid or missing header guard", hdr)
191 guard = match.group(1
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppinput.c 431 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 != INC_IGNORE
    [all...]
ppsearch.c 53 * <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)
ppop.c 170 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;
    [all...]
ppexpr.c 96 c = fp->flags || fp->guard == INC_IGNORE;
pplib.h 117 #define IN_noguard (1<<10) /* no multiple include guard */
709 struct ppsymbol* guard; /* guard symbol */ member in struct:ppfile
  /onnv/onnv-gate/usr/src/cmd/rpcgen/
rpc_main.c 474 char *filename, *guard, *tmp; local
478 guard = extendfile(filename, "_H_RPCGEN");
481 * Guard must be an ANSI C identifier composed of
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_"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/tools/common/
sgsmsg.c 364 static char guard[FILENAME_MAX + 6]; local
369 * Establish a header guard name using the files basename.
378 optr = guard;
390 if (fprintf(fddefs, "#ifndef\t%s\n#define\t%s\n\n", guard, guard) < 0) {
  /onnv/onnv-gate/usr/src/uts/common/fs/
fem.c 60 #define FEM_GUARD(_t) femtype[(_t)].guard
64 struct fem_node guard; member in struct:fem_type_info
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
deflate.c 141 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);
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs3_xdr.c 1087 if (!xdr_bool(xdrs, &objp->guard.check))
1089 switch (objp->guard.check) {
1091 if (!xdr_u_int(xdrs, &objp->guard.obj_ctime.seconds))
1093 return (xdr_u_int(xdrs, &objp->guard.obj_ctime.nseconds));
    [all...]
nfs3_vnops.c     [all...]
nfs3_srv.c 237 if (args->guard.check &&
238 (args->guard.obj_ctime.seconds != bva.va_ctime.tv_sec ||
239 args->guard.obj_ctime.nseconds != bva.va_ctime.tv_nsec)) {
    [all...]
  /onnv/onnv-gate/usr/src/head/rpcsvc/
nfs_prot.x 606 sattrguard3 guard;
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/fp/
__quad_mag64.s 404 ! /* complement guard, round, and sticky as need be */
577 tst %o7 ! complement guard, round, and
  /onnv/onnv-gate/usr/src/uts/common/nfs/
nfs.h 1306 sattrguard3 guard; member in struct:SETATTR3args
    [all...]

Completed in 2579 milliseconds