| /freebsd-13.1/contrib/apr/time/unix/ |
| H A D | timestr.c | 44 apr_time_exp_t xt; in apr_rfc822_date() local 48 apr_time_exp_gmt(&xt, t); in apr_rfc822_date() 92 apr_time_exp_t xt; in apr_ctime() local 99 apr_time_exp_lt(&xt, t); in apr_ctime() 137 tm.tm_sec = xt->tm_sec; in apr_strftime() 138 tm.tm_min = xt->tm_min; in apr_strftime() 139 tm.tm_hour = xt->tm_hour; in apr_strftime() 140 tm.tm_mday = xt->tm_mday; in apr_strftime() 141 tm.tm_mon = xt->tm_mon; in apr_strftime() 142 tm.tm_year = xt->tm_year; in apr_strftime() [all …]
|
| H A D | time.c | 100 xt->tm_sec = tm.tm_sec; in explode_time() 101 xt->tm_min = tm.tm_min; in explode_time() 102 xt->tm_hour = tm.tm_hour; in explode_time() 103 xt->tm_mday = tm.tm_mday; in explode_time() 104 xt->tm_mon = tm.tm_mon; in explode_time() 105 xt->tm_year = tm.tm_year; in explode_time() 106 xt->tm_wday = tm.tm_wday; in explode_time() 145 if (xt->tm_mon < 0 || xt->tm_mon >= 12) in apr_time_exp_get() 150 if (xt->tm_mon < 2) in apr_time_exp_get() 156 days += dayoffset[xt->tm_mon] + xt->tm_mday - 1; in apr_time_exp_get() [all …]
|
| /freebsd-13.1/lib/libkiconv/ |
| H A D | xlat16_iconv.c | 106 if (xt.size == 0) in kiconv_add_xlat16_cspair() 120 memcpy(p, xt.data, xt.size); in kiconv_add_xlat16_cspair() 166 xt.data = NULL; in kiconv_xlat16_open() 167 xt.size = 0; in kiconv_xlat16_open() 174 return (xt); in kiconv_xlat16_open() 179 return (xt); in kiconv_xlat16_open() 182 return (xt); in kiconv_xlat16_open() 184 p = xt.data; in kiconv_xlat16_open() 299 xt.size = p - (char *)xt.data; in kiconv_xlat16_open() 300 xt.data = realloc(xt.data, xt.size); in kiconv_xlat16_open() [all …]
|
| /freebsd-13.1/usr.sbin/pstat/ |
| H A D | pstat.c | 240 struct xtty xt; in ttymode_kvm() local 243 bzero(&xt, sizeof xt); in ttymode_kvm() 244 xt.xt_size = sizeof xt; in ttymode_kvm() 254 xt.xt_inlow = tty.t_inlow; in ttymode_kvm() 263 ttyprt(&xt); in ttymode_kvm() 341 ttyprt(struct xtty *xt) in ttyprt() argument 346 if (xt->xt_size != sizeof *xt) in ttyprt() 354 xt->xt_insize, xt->xt_incc, xt->xt_inlc, in ttyprt() 355 (xt->xt_insize - xt->xt_inlow), xt->xt_outsize, in ttyprt() 356 xt->xt_outcc, (xt->xt_outsize - xt->xt_outlow), in ttyprt() [all …]
|
| /freebsd-13.1/contrib/bearssl/T0/ |
| H A D | OpcodeConst.cs | 44 TPointerXT xt = val.ptr as TPointerXT; in GetReference() 45 if (xt == null) { in GetReference() 48 xt.Resolve(ctx); in GetReference() 49 return xt.Target; in GetReference() 63 TPointerXT xt = val.ptr as TPointerXT; in ToCodeElement() 64 if (xt != null) { in ToCodeElement() 69 return new CodeElementUIntInt(1, xt.Target.Slot); in ToCodeElement()
|
| H A D | TValue.cs | 127 TPointerXT xt = ptr as TPointerXT; in ToXT() 128 if (xt == null) { in ToXT() 132 return xt; in ToXT()
|
| H A D | WordBuilder.cs | 285 internal void Call(TPointerXT xt) in Call() argument 287 if (xt.Target == null) { in Call() 288 Add(new OpcodeCall(), xt.Name); in Call() 290 Add(new OpcodeCall(xt.Target)); in Call()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | x509parse.c | 456 &xt.tm_year, &xt.tm_mon, &xt.tm_mday, in x509_get_date() 457 &xt.tm_hour, &xt.tm_min, &xt.tm_sec, &tz) < 6) in x509_get_date() 470 &xt.tm_year, &xt.tm_mon, &xt.tm_mday, in x509_get_date() 471 &xt.tm_hour, &xt.tm_min, &xt.tm_sec, &tz) < 6) in x509_get_date() 498 xt.tm_sec < 0 || xt.tm_sec > 61 || in x509_get_date() 499 xt.tm_min < 0 || xt.tm_min > 59 || in x509_get_date() 500 xt.tm_hour < 0 || xt.tm_hour > 23 || in x509_get_date() 501 xt.tm_mday < 1 || xt.tm_mday > 31 || in x509_get_date() 502 xt.tm_mon < 0 || xt.tm_mon > 11 || in x509_get_date() 504 xt.tm_wday < 0 || xt.tm_wday > 6 || in x509_get_date() [all …]
|
| /freebsd-13.1/sys/dev/bhnd/cores/pmu/ |
| H A D | bhnd_pmu_subr.c | 1462 for (xt = bhnd_pmu1_xtaltab0(sc); xt != NULL && xt->fref != 0; xt++) { in bhnd_pmu1_alpclk0() 1468 if (xt == NULL || xt->fref == 0) in bhnd_pmu1_alpclk0() 1471 if (xt == NULL || xt->fref == 0) { in bhnd_pmu1_alpclk0() 1497 for (xt = pmu0_xtaltab0; xt->freq; xt ++) { in bhnd_pmu0_pllinit0() 1528 xt->freq / 1000, xt->freq % 1000, in bhnd_pmu0_pllinit0() 1533 xt->freq / 1000, xt->freq % 1000); in bhnd_pmu0_pllinit0() 1609 for (xt = pmu0_xtaltab0; xt->freq; xt++) in bhnd_pmu0_alpclk0() 1614 if (xt == NULL || xt->freq == 0) in bhnd_pmu0_alpclk0() 1691 for (xt = bhnd_pmu1_xtaltab0(&sc->query); xt != NULL && xt->fref != 0; in bhnd_pmu1_pllinit0() 1701 if (xt == NULL || xt->fref == 0) { in bhnd_pmu1_pllinit0() [all …]
|
| /freebsd-13.1/stand/ficl/ |
| H A D | tools.c | 384 FICL_WORD *xt = stackPopPtr(pVM->pStack); in ficlDebugXT() local 385 WORDKIND wk = ficlWordClassify(xt); in ficlDebugXT() 387 stackPushPtr(pVM->pStack, xt); in ficlDebugXT() 397 vmExecute(pVM, xt); in ficlDebugXT() 402 vmExecute(pVM, xt); in ficlDebugXT() 546 FICL_WORD *xt; in stepBreak() local 547 xt = findEnclosingWord(pVM, (CELL *)(pVM->ip)); in stepBreak() 548 if (xt) in stepBreak() 550 stackPushPtr(pVM->pStack, xt); in stepBreak()
|
| /freebsd-13.1/stand/ficl/softwords/ |
| H A D | oo.fr | 68 \ - xt 100 : (lookup-method) { class 2:name -- class 0 | class xt 1 | class xt -1 } 111 : lookup-method { class 2:name -- class xt } 112 class name (lookup-method) ( 0 | xt 1 | xt -1 ) 120 : find-method-xt \ name ( class -- class xt ) 138 find-method-xt execute 147 find-method-xt catch 177 drop find-method-xt compile, drop 524 drop find-method-xt nip >body @ ; 558 find-method-xt debug-xt ; [all …]
|
| H A D | marker.fr | 16 here - allot \ reset HERE to my xt-addr
|
| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_subr.c | 2682 struct xtcpcb xt; in tcp_pcblist() local 2684 tcp_inptoxtp(inp, &xt); in tcp_pcblist() 2686 error = SYSCTL_OUT(req, &xt, sizeof xt); in tcp_pcblist() 3961 bzero(xt, sizeof(*xt)); in tcp_inptoxtp() 3963 xt->t_state = TCPS_TIME_WAIT; in tcp_inptoxtp() 3966 xt->t_state = tp->t_state; in tcp_inptoxtp() 3968 xt->t_flags = tp->t_flags; in tcp_inptoxtp() 3972 xt->t_rcv_wnd = tp->rcv_wnd; in tcp_inptoxtp() 3973 xt->t_snd_wnd = tp->snd_wnd; in tcp_inptoxtp() 3976 xt->t_maxseg = tp->t_maxseg; in tcp_inptoxtp() [all …]
|
| H A D | tcp_syncache.c | 2562 struct xtcpcb xt; in syncache_pcblist() local 2567 bzero(&xt, sizeof(xt)); in syncache_pcblist() 2568 xt.xt_len = sizeof(xt); in syncache_pcblist() 2569 xt.t_state = TCPS_SYN_RECEIVED; in syncache_pcblist() 2570 xt.xt_inp.xi_socket.xso_protocol = IPPROTO_TCP; in syncache_pcblist() 2572 xt.xt_inp.xi_socket.so_type = SOCK_STREAM; in syncache_pcblist() 2582 xt.xt_inp.inp_vflag = INP_IPV6; in syncache_pcblist() 2584 xt.xt_inp.inp_vflag = INP_IPV4; in syncache_pcblist() 2585 xt.xt_encaps_port = sc->sc_port; in syncache_pcblist() 2586 bcopy(&sc->sc_inc, &xt.xt_inp.inp_inc, in syncache_pcblist() [all …]
|
| H A D | in_fib_dxr.c | 302 struct direct_entry *xt = dxr->x; \ 304 de = xt[(dt[dst >> (32 - (D))] << (DXR_TRIE_BITS - (D))) \ 341 struct direct_entry *xt = dxr->x; in dxr_lookup() local 343 de = xt[(dt[dst >> dxr->d_shift] << dxr->x_shift) + in dxr_lookup()
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_main.c | 1837 struct xtcpcb xt; in sdp_pcblist() local 1856 bzero(&xt, sizeof(xt)); in sdp_pcblist() 1857 xt.xt_len = sizeof xt; in sdp_pcblist() 1858 xt.xt_inp.inp_gencnt = 0; in sdp_pcblist() 1859 xt.xt_inp.inp_vflag = INP_IPV4; in sdp_pcblist() 1861 xt.xt_inp.inp_lport = ssk->lport; in sdp_pcblist() 1863 xt.xt_inp.inp_fport = ssk->fport; in sdp_pcblist() 1864 xt.t_state = ssk->state; in sdp_pcblist() 1866 sotoxsocket(ssk->socket, &xt.xt_inp.xi_socket); in sdp_pcblist() 1867 xt.xt_inp.xi_socket.xso_protocol = IPPROTO_TCP; in sdp_pcblist() [all …]
|
| /freebsd-13.1/sys/kern/ |
| H A D | tty.c | 1288 tty_to_xtty(struct tty *tp, struct xtty *xt) in tty_to_xtty() argument 1293 xt->xt_size = sizeof(struct xtty); in tty_to_xtty() 1294 xt->xt_insize = ttyinq_getsize(&tp->t_inq); in tty_to_xtty() 1296 xt->xt_inlc = ttyinq_bytesline(&tp->t_inq); in tty_to_xtty() 1297 xt->xt_inlow = tp->t_inlow; in tty_to_xtty() 1300 xt->xt_outlow = tp->t_outlow; in tty_to_xtty() 1301 xt->xt_column = tp->t_column; in tty_to_xtty() 1304 xt->xt_flags = tp->t_flags; in tty_to_xtty() 1312 struct xtty *xtlist, *xt; in sysctl_kern_ttys() local 1327 tty_to_xtty(tp, xt); in sysctl_kern_ttys() [all …]
|
| /freebsd-13.1/stand/forth/ |
| H A D | brand.4th | 54 s" brand" sfind ( -- xt|0 bool ) if 58 drop ( xt = 0 ) \ cruft
|
| H A D | beastie.4th | 59 s" logo" sfind ( -- xt|0 bool ) if 63 drop ( xt = 0 ) \ cruft
|
| H A D | menu.rc | 186 s" reloadbe" sfind ( xt|0 bool ) [if] 196 drop ( xt=0 )
|
| H A D | loader.4th | 285 ['] include ( -- xt ) \ get the execution token of `include' 286 catch ( xt -- exception# | 0 ) if \ failed
|
| /freebsd-13.1/contrib/bearssl/src/ |
| H A D | inner.h | 2361 #define lxvw4x(xt, ra, rb) lxvw4x_(xt, ra, rb) argument 2362 #define stxvw4x(xt, ra, rb) stxvw4x_(xt, ra, rb) argument 2397 #define lxvw4x_(xt, ra, rb) "\tlxvw4x\t" #xt "," #ra "," #rb "\n" argument 2398 #define stxvw4x_(xt, ra, rb) "\tstxvw4x\t" #xt "," #ra "," #rb "\n" argument
|
| /freebsd-13.1/contrib/expat/xmlwf/ |
| H A D | xmlwf.c | 354 xcscmp(const XML_Char *xs, const XML_Char *xt) { in xcscmp() argument 355 while (*xs != 0 && *xt != 0) { in xcscmp() 356 if (*xs < *xt) in xcscmp() 358 if (*xs > *xt) in xcscmp() 361 xt++; in xcscmp() 363 if (*xs < *xt) in xcscmp() 365 if (*xs > *xt) in xcscmp()
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | sh.parse.c | 685 syntax_cleanup(void *xt) in syntax_cleanup() argument 689 t = xt; in syntax_cleanup()
|
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | trap.c | 955 #define XVCPSGNDP(xt, xa, xb) \ argument 958 MSKNSHL(xt, 0x1f, 21) " | " \
|