HomeSort by: relevance | last modified time | path
    Searched defs:guard (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/crypto/external/bsd/heimdal/dist/
ylwrap 40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
132 # guard in its implementation file.
152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
  /src/external/bsd/am-utils/dist/
ylwrap 40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
132 # guard in its implementation file.
152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
ylwrap.amd 40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
132 # guard in its implementation file.
152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
  /src/external/bsd/flex/dist/build-aux/
ylwrap 40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
132 # guard in its implementation file.
152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
  /src/external/bsd/tmux/dist/etc/
ylwrap 40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
132 # guard in its implementation file.
152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
  /src/external/bsd/zstd/dist/contrib/pzstd/utils/test/
ScopeGuardTest.cpp 17 auto guard = makeScopeGuard([&] { EXPECT_TRUE(false); }); local
18 guard.dismiss();
25 auto guard = makeScopeGuard([&] { executed = true; }); local
  /src/external/gpl3/binutils.old/dist/
ylwrap 40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
124 # guard in its implementation file.
137 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
  /src/external/gpl3/gcc/dist/
ylwrap 40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
124 # guard in its implementation file.
137 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
  /src/external/gpl3/gcc.old/dist/
ylwrap 40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
124 # guard in its implementation file.
137 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
  /src/external/gpl3/gdb/dist/
ylwrap 40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
124 # guard in its implementation file.
137 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
  /src/external/gpl3/gdb.old/dist/
ylwrap 40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
124 # guard in its implementation file.
137 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
  /src/external/lgpl3/gmp/dist/
ylwrap 40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
132 # guard in its implementation file.
152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
  /src/sys/kern/
kern_ssp.c 69 long guard[__arraycount(stack_chk_guard)]; local
71 cprng_fast(guard, sizeof(guard));
73 for (i = 0; i < __arraycount(guard); i++)
74 stack_chk_guard[i] = guard[i];
76 for (i = 0; i < __arraycount(guard); i++)
77 aprint_debug("%lx ", guard[i]);
  /src/external/gpl3/gdb/dist/gnulib/import/
windows-mutex.h 30 glwthread_initguard_t guard; /* protects the initialization */ member in struct:__anon18423
windows-recmutex.h 34 glwthread_initguard_t guard; /* protects the initialization */ member in struct:__anon18425
mbtowc-lock.c 64 static glwthread_initguard_t guard = GLWTHREAD_INITGUARD_INIT; variable
71 if (!guard.done)
73 if (InterlockedIncrement (&guard.started) == 0)
77 guard.done = 1;
81 /* Don't let guard.started grow and wrap around. */
82 InterlockedDecrement (&guard.started);
85 while (!guard.done)
setlocale-lock.c 64 static glwthread_initguard_t guard = GLWTHREAD_INITGUARD_INIT; variable
71 if (!guard.done)
73 if (InterlockedIncrement (&guard.started) == 0)
77 guard.done = 1;
81 /* Don't let guard.started grow and wrap around. */
82 InterlockedDecrement (&guard.started);
85 while (!guard.done)
windows-rwlock.h 42 glwthread_initguard_t guard; /* protects the initialization */ member in struct:__anon18427
  /src/external/gpl3/gdb.old/dist/gnulib/import/
windows-mutex.h 30 glwthread_initguard_t guard; /* protects the initialization */ member in struct:__anon21164
windows-recmutex.h 34 glwthread_initguard_t guard; /* protects the initialization */ member in struct:__anon21166
mbtowc-lock.c 64 static glwthread_initguard_t guard = GLWTHREAD_INITGUARD_INIT; variable
71 if (!guard.done)
73 if (InterlockedIncrement (&guard.started) == 0)
77 guard.done = 1;
81 /* Don't let guard.started grow and wrap around. */
82 InterlockedDecrement (&guard.started);
85 while (!guard.done)
  /src/external/mit/isl/dist/
isl_ast_graft_private.h 17 * "guard" contains conditions that should still be enforced by
21 * The guard should not contain any unknown divs as it will be used
34 isl_set *guard; member in struct:isl_ast_graft
50 __isl_take isl_ast_graft_list *list, __isl_take isl_set *guard,
79 __isl_take isl_set *guard, __isl_keep isl_ast_build *build);
  /src/external/bsd/zstd/dist/contrib/pzstd/test/
PzstdTest.cpp 35 auto guard = makeScopeGuard([&] { std::remove(inputFile.c_str()); }); local
70 auto guard = makeScopeGuard([&] { std::remove(inputFile.c_str()); }); local
104 auto guard = makeScopeGuard([&] { std::remove(inputFile.c_str()); }); local
134 auto guard = makeScopeGuard([&] { std::remove(inputFile.c_str()); }); local
RoundTrip.h 28 auto guard = makeScopeGuard([&] { local
64 auto guard = makeScopeGuard([&] { local
RoundTripTest.cpp 32 auto guard = makeScopeGuard([&] { std::fclose(fd); }); local

Completed in 24 milliseconds

1 2 3 4