Home
last modified time | relevance | path

Searched refs:aid (Results 1 – 25 of 42) sorted by relevance

12

/mirbsd/src/usr.bin/sectok/
Dcyberflex.c366 sectok_fmt_aidname(char *aidname, int aidlen, u_char *aid, size_t len) in sectok_fmt_aidname() argument
371 if (!myisprint(aid[i])) { in sectok_fmt_aidname()
378 memcpy(aidname, aid, aidlen); in sectok_fmt_aidname()
380 if (aid[0] == 0xfc) in sectok_fmt_aidname()
385 "%02x", aid[i]); in sectok_fmt_aidname()
607 u_char aid[16], app_data[MAX_APP_SIZE], data[MAX_BUF_SIZE]; in jload() local
634 aidlen = sectok_parse_input(optarg, aid, sizeof aid); in jload()
662 aid[0] = 0xfc; in jload()
663 strncpy(&aid[1], cp, sizeof aid - 1); in jload()
664 aidlen = (aid[15] == '\0') ? strlen(aid) : 16; in jload()
[all …]
/mirbsd/src/usr.bin/ssh/
Dscard.c111 static u_char aid[] = {0xfc, 0x53, 0x73, 0x68, 0x2e, 0x62, 0x69, 0x6e}; in sc_enable_applet() local
115 sectok_apdu(sc_fd, cla, 0xa4, 0x04, 0, sizeof aid, aid, 0, NULL, &sw); in sc_enable_applet()
/mirbsd/src/usr.bin/oldroff/refer/
DTEST42 were developed with the aid of \fIyacc\fP.
DTEST.out71 were developed with the aid of \fIyacc\fP.
/mirbsd/src/sys/net/
Dif_ieee80211subr.c2236 u_int16_t aid; in ieee80211_recv_asreq() local
2242 for (aid = 1; aid < ic->ic_max_aid; aid++) { in ieee80211_recv_asreq()
2243 if (!IEEE80211_AID_ISSET(aid, ic->ic_aid_bitmap)) in ieee80211_recv_asreq()
2252 ni->ni_associd = aid | 0xc000; in ieee80211_recv_asreq()
2420 u_int16_t aid; in ieee80211_recv_pspoll() local
2434 memcpy(&aid, wh->i_dur, sizeof(wh->i_dur)); in ieee80211_recv_pspoll()
2435 if ((aid & 0xc000) != 0xc000) { in ieee80211_recv_pspoll()
2438 ifp->if_xname, ether_sprintf(wh->i_addr2), aid); in ieee80211_recv_pspoll()
2442 if (aid != ni->ni_associd) { in ieee80211_recv_pspoll()
2447 ni->ni_associd, aid); in ieee80211_recv_pspoll()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdb-events.sh85 /* This file was created with the aid of \`\`gdb-events.sh''.
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/DProf/
DChanges132 - added Tim's patch to aid readability of test?.v output
/mirbsd/src/gnu/usr.bin/perl/Porting/
DContract90 module. To aid with this, and with points #1, #2, and #3 above, contact
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dacx_with_gssapi.m464 # as a debugging aid. The short way around is to disable GSSAPI by default,
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlreref.pod279 The L<re> module to alter behaviour and aid
Dperlrun.pod824 used as a temporary development aid while securing legacy code:
1266 L</PERL_HASH_SEED> is intended to aid in debugging nondeterministic
Dperltodo.pod329 reported minor version as soon as a release ships, which would aid perl
Dperltooc.pod287 identifier to aid in debugging, transparent persistence,
Dperlsub.pod373 As an aid to catching implicit uses to package variables,
Dperlapi.pod1752 In 5.9.3, we removed the 1st parameter, a debug aid, from the api. It
4883 Dump the contents of all SVs not yet freed. (Debugging aid).
Dperlport.pod753 programs to aid in the testing, or when (as noted above) the tests
Dperlguts.pod1815 To aid debugging, the source file F<dump.c> contains a number of
/mirbsd/src/gnu/usr.bin/perl/ext/B/
DREADME192 (3) There are little Bourne shell scripts and perl programs to aid with
/mirbsd/src/usr.bin/awk/
DFIXES364 band-aid in b.c (member()), and some (uschar) casts to head
636 y.tab.[ch] => ytab.[ch], lex.yy.c => lexyy.c, all in the aid of
/mirbsd/src/gnu/usr.bin/perl/ext/Cwd/
DChanges135 - Added a copy of ppport.h to the distribution to aid compilation on
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dconfigure888 running configure, to aid debugging if configure makes a mistake.
/mirbsd/src/gnu/usr.bin/binutils/etc/
Dconfigure1248 running configure, to aid debugging if configure makes a mistake.
/mirbsd/src/gnu/usr.bin/cvs/doc/
Dcvsclient.texi65 version number is intended only to aid in distinguishing different
1457 aid in detecting the case where clients send an update modifying
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.8.31156 (should be the proper fix for 21870 and 21872's band aid)
/mirbsd/src/usr.bin/vi/docs/tutorial/
Dvi.advanced559 tutorial was prepared, certain auxiliary programs were created to aid in its

12