Searched refs:LOCAL (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-current/contrib/byacc/test/btyacc/
H A Dinherit0.tab.h5 #define LOCAL 258 macro
H A Derr_inherit3.tab.h5 #define LOCAL 258 macro
H A Dbtyacc_destroy1.tab.h5 #define LOCAL 258 macro
H A Dbtyacc_destroy2.tab.h5 #define LOCAL 258 macro
H A Dbtyacc_destroy3.tab.h5 #define LOCAL 258 macro
H A Dinherit1.tab.h5 #define LOCAL 258 macro
H A Dinherit2.tab.h5 #define LOCAL 258 macro
H A Derr_inherit4.tab.h5 #define LOCAL 258 macro
/freebsd-current/sys/crypto/chacha20/
H A Dchacha.h22 #define LOCAL static macro
24 #define LOCAL macro
33 LOCAL void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits);
34 LOCAL void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv CHACHA_UNUSED,
36 LOCAL void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
/freebsd-current/contrib/byacc/test/
H A Dinherit0.y12 %token GLOBAL LOCAL
26 | LOCAL { $$ = 2; }
40 { $$ = 2; } /* set up semantic stack for <class>: LOCAL */
H A Dbtyacc_destroy2.y29 %token <cval> GLOBAL LOCAL
68 | LOCAL { $$ = cLOCAL; }
85 locnamelist: namelist '(' LOCAL ',' type ')'
H A Dbtyacc_destroy3.y32 %token <cval> GLOBAL LOCAL
71 | LOCAL { $$ = cLOCAL; }
88 locnamelist: namelist '(' LOCAL ',' type ')'
H A Dbtyacc_destroy1.y29 %token <cval> GLOBAL LOCAL
68 | LOCAL { $$ = cLOCAL; }
85 locnamelist: namelist '(' LOCAL ',' type ')'
H A Derr_inherit1.y22 %token <cval> GLOBAL LOCAL
57 | LOCAL { $$ = cLOCAL; }
H A Dinherit1.y24 %token <cval> GLOBAL LOCAL
50 | LOCAL { $$ = cLOCAL; }
68 { $<cval>$ = cLOCAL; } /* set up semantic stack for <class> = LOCAL */
H A Derr_inherit4.y23 %token <cval> GLOBAL LOCAL
59 | LOCAL { $$ = cLOCAL; }
H A Derr_inherit3.y22 %token <cval> GLOBAL LOCAL
57 | LOCAL { $$ = cLOCAL; }
H A Derr_inherit5.y22 %token <cval> GLOBAL LOCAL
57 | LOCAL { $$ = cLOCAL; }
H A Derr_inherit2.y22 %token <cval> GLOBAL LOCAL
57 | LOCAL { $$ = cLOCAL; }
H A Dinherit2.y22 %token <cval> GLOBAL LOCAL
57 | LOCAL { $$ = cLOCAL; }
/freebsd-current/sys/dev/pms/freebsd/driver/common/
H A Dostypes.h131 #define LOCAL static macro
147 #define osLOCAL LOCAL
/freebsd-current/contrib/ntp/include/
H A Dgps.h41 #define LOCAL 0x0051 /* Local hours offset */ macro
/freebsd-current/sbin/hastd/
H A Dtoken.l66 local { DP; return LOCAL; }
/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Dgsskrb5_locl.h62 enum { LOCAL = 1, OPEN = 2, enumerator in enum:gsskrb5_ctx::__anon6688
H A Dinquire_context.c92 *locally_initiated = ctx->more_flags & LOCAL;

Completed in 117 milliseconds

123