Home
last modified time | relevance | path

Searched refs:local_flag (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/wps/
H A Dndef.c120 u8 local_flag; in ndef_build_record() local
138 local_flag = flags; in ndef_build_record()
140 local_flag |= FLAG_ID_LENGTH_PRESENT; in ndef_build_record()
142 local_flag |= FLAG_SHORT_RECORD; in ndef_build_record()
143 wpabuf_put_u8(record, local_flag); in ndef_build_record()
/freebsd/crypto/heimdal/kadmin/
H A Ddump.c38 extern int local_flag;
47 if(!local_flag) { in dump()
H A Dkadmin.c40 int local_flag; variable
88 { "local", 'l', arg_flag, &local_flag, "local admin mode", NULL },
209 if(local_flag) { in main()
H A Dstash.c39 extern int local_flag;
49 if(!local_flag) { in stash()
H A Dinit.c118 extern int local_flag;
128 if (!local_flag) { in init()
H A Dload.c544 extern int local_flag;
549 if(!local_flag) { in loadit()