Searched refs:wn (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/usr.bin/calendar/tests/
H A Dregress.sh38 REGRESSION_TEST(`wn-1',`$CALENDAR -W 0 -t 28.12.2006')
39 REGRESSION_TEST(`wn-2',`$CALENDAR -W 1 -t 28.12.2006')
40 REGRESSION_TEST(`wn-3',`$CALENDAR -W 2 -t 28.12.2006')
41 REGRESSION_TEST(`wn-4',`$CALENDAR -W 3 -t 28.12.2006')
42 REGRESSION_TEST(`wn-5',`$CALENDAR -W 4 -t 28.12.2006')
43 REGRESSION_TEST(`wn-6',`$CALENDAR -W 5 -t 28.12.2006')
44 REGRESSION_TEST(`wn-7',`$CALENDAR -W 6 -t 28.12.2006')
H A DMakefile31 ${PACKAGE}FILES+= regress.wn-1.out
32 ${PACKAGE}FILES+= regress.wn-2.out
33 ${PACKAGE}FILES+= regress.wn-3.out
34 ${PACKAGE}FILES+= regress.wn-4.out
35 ${PACKAGE}FILES+= regress.wn-5.out
36 ${PACKAGE}FILES+= regress.wn-6.out
37 ${PACKAGE}FILES+= regress.wn-7.out
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dasctime.c93 const char * wn; local
103 wn = "???";
104 else wn = wday_name[timeptr->tm_wday];
120 wn, mn,
/freebsd-11-stable/usr.bin/grep/regex/
H A Dtre-compile.c14 size_t *wn)
84 *wn = wlen;
89 *wn = n;
13 tre_convert_pattern(const char *regex, size_t n, tre_char_t **w, size_t *wn) argument
H A Dglue.h63 size_t *wn);
/freebsd-11-stable/contrib/dtc/
H A Dlivetree.c904 struct node *wn, *nwn; /* local fixup node, walk node, new */ local
911 for (wn = node; wn; wn = wn->parent)
918 for (wn = node, i = depth - 1; wn; wn = wn->parent, i--)
919 compp[i] = wn
[all...]
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c1620 struct wpi_node *wn; local
1622 wn = malloc(sizeof (struct wpi_node), M_80211_NODE,
1625 if (wn == NULL)
1628 wn->id = WPI_ID_UNDEFINED;
1630 return &wn->ni;
1637 struct wpi_node *wn = WPI_NODE(ni); local
1639 if (wn->id != WPI_ID_UNDEFINED) {
1641 if (wpi_check_node_entry(sc, wn->id)) {
1642 wpi_del_node_entry(sc, wn->id);
1688 struct wpi_node *wn local
2765 struct wpi_node *wn = WPI_NODE(ni); local
3365 struct wpi_node *wn = WPI_NODE(ni); local
3432 struct wpi_node *wn = WPI_NODE(ni); local
3451 struct wpi_node *wn = WPI_NODE(ni); local
3476 struct wpi_node *wn = WPI_NODE(ni); local
4450 struct wpi_node *wn = WPI_NODE(ni); local
4577 struct wpi_node *wn = WPI_NODE(ni); local
4641 struct wpi_node *wn = WPI_NODE(ni); local
4676 struct wpi_node *wn = WPI_NODE(ni); local
4726 struct wpi_node *wn = WPI_NODE(ni); local
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dmake.c1391 GNode *wn = v_wn;
1393 if (cn == wn)
1396 if (cn == NULL || wn == NULL) {
1397 printf("bad wait dep %p %p\n", cn, wn);
1402 cn->name, cn->cohort_num, wn->name);
1404 Lst_AtEnd(wn->children, cn);
1405 wn->unmade++;
1406 Lst_AtEnd(cn->parents, wn);
1382 GNode *wn = v_wn; local
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzdump.c627 register const char * wn; local
643 wn = "???";
644 else wn = wday_name[timeptr->tm_wday];
650 wn, mn,
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_utils.c777 uint8_t* wn; local
793 wn = rrset->rk.dname;
796 if(dname_is_wild(wn)) {
797 wn += 2;
800 labdiff = (dname_count_labels(wn) - 1) - (int)labcount;
802 *wc = wn;
/freebsd-11-stable/contrib/ntp/libparse/
H A Ddata_mbg.c129 tgpsp->wn = get_lsb_uint16(bufpp);
287 tgpsp->wn, (long) tgpsp->sec / SECSPERDAY,
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_palisade.c546 uint16_t wn; local
933 wn = (uint16_t)getint((u_char *) &mb(4));
950 wd = gpscal_from_gpsweek((wn % 1024), (int32_t)tow, ugo);
962 printf("GPS WN: %d\n", wn);
H A Drefclock_parse.c4609 mk_utcinfo(p, utc.t0t.wn, utc.WNlsf, utc.DNt, utc.delta_tls, utc.delta_tlsf, BUFFER_SIZE(buffer, p));
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c2530 int i, num_ent, wn, nentries; local
2535 wn = WorkListCount - 1;
2661 if (++wn >= MaxQueueRun && MaxQueueRun > 0)
2663 if (wn == MaxQueueRun && LogLevel > 0)
2672 if (wn >= WorkListSize)
2675 if (wn >= WorkListSize)
2678 SM_ASSERT(wn >= 0);
2679 w = &WorkList[wn];
2689 wn--;
2703 wn
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dmbg_gps166.h383 uint16_t wn; ///< the week number since GPS has been installed member in struct:__anon4756
834 T_GPS t0t; ///< Reference Time %UTC Parameters [wn|sec]
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c3157 struct iwn_node *wn; local
3178 wn = (void *)tap->txa_ni;
3216 if (wn->agg[tid].bitmap == 0)
3219 shift = wn->agg[tid].startidx - ((le16toh(ba->seq) >> 4) & 0xff);
3223 if (wn->agg[tid].nframes > (64 - shift))
3234 bitmap = (le64toh(ba->bitmap) >> shift) & wn->agg[tid].bitmap;
3655 struct iwn_node *wn; local
3675 wn = (void *)tap->txa_ni;
3745 wn = (void *)tap->txa_ni;
3746 wn
4366 struct iwn_node *wn = (void *)ni; local
5212 struct iwn_node *wn = (void *)ni; local
7231 struct iwn_node *wn = (void *)ni; local
7267 struct iwn_node *wn = (void *)ni; local
7354 struct iwn_node *wn = (void *)ni; local
7414 struct iwn_node *wn = (void *)ni; local
7477 struct iwn_node *wn = (void *)ni; local
[all...]
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_conv.c743 char wn[WIN_MAXLEN * 2 + 1], *wnp; local
749 wnp = wn;

Completed in 598 milliseconds