Home
last modified time | relevance | path

Searched refs:syncchar (Results 1 – 8 of 8) sorted by relevance

/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Drefclock_ulink.c197 char syncchar; /* synchronization indicator */ in ulink_receive() local
238 syncchar = leapchar = modechar = siglchar = ' '; in ulink_receive()
293 &pp->hour, &syncchar, &pp->minute, &pp->second, in ulink_receive()
365 &pp->hour, &syncchar, &pp->minute, &pp->second, in ulink_receive()
424 &syncchar, &quality, &modechar, &pp->year, &pp->day, in ulink_receive()
430 if (syncchar != '?' ) syncchar = ':'; in ulink_receive()
513 if (syncchar != ':') in ulink_receive()
H A Drefclock_wwvb.c260 char syncchar; /* synchronization indicator */ in wwvb_receive() local
321 syncchar = qualchar = leapchar = dstchar = ' '; in wwvb_receive()
332 &syncchar, &pp->day, &pp->hour, &pp->minute, in wwvb_receive()
345 &syncchar, &qualchar, &pp->year, &pp->day, in wwvb_receive()
363 &syncchar, &pp->year, &month, &day, &pp->hour, in wwvb_receive()
424 if (syncchar != ' ') in wwvb_receive()
H A Drefclock_arbiter.c242 u_char syncchar; /* synch indicator */ in arb_receive() local
349 syncchar = ' '; in arb_receive()
351 &syncchar, &pp->year, &pp->day, &pp->hour, in arb_receive()
413 if (syncchar != ' ') in arb_receive()
H A Drefclock_hpgps.c258 char syncchar; /* time info is invalid: 0 = no, 1 = yes */ in hpgps_receive() local
417 &timequal, &freqqual, &leapchar, &servchar, &syncchar, in hpgps_receive()
531 if (syncchar != '0') { in hpgps_receive()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/
H A Drefclock_spectracom.c230 char syncchar; /* synchronization indicator */ in spectracom_receive() local
289 syncchar = qualchar = leapchar = dstchar = ' '; in spectracom_receive()
300 &syncchar, &pp->day, &pp->hour, &pp->minute, in spectracom_receive()
313 &syncchar, &qualchar, &pp->year, &pp->day, in spectracom_receive()
331 &syncchar, &pp->year, &month, &day, &pp->hour, in spectracom_receive()
392 if (syncchar != ' ') in spectracom_receive()
H A Drefclock_arbiter.c210 uint8_t syncchar; /* synch indicator */ in arb_receive() local
317 syncchar = ' '; in arb_receive()
319 &syncchar, &pp->year, &pp->day, &pp->hour, in arb_receive()
381 if (syncchar != ' ') { in arb_receive()
H A Drefclock_hpgps.c237 char syncchar; /* time info is invalid: 0 = no, 1 = yes */ in hpgps_receive() local
384 &syncchar, in hpgps_receive()
495 if (syncchar != '0') { in hpgps_receive()
/dports/games/wargus/wargus-3.2.0/scripts/
H A Ddatabase.lua631 local syncchar
638 syncchar = string.sub(x, 1, 1)
639 if (syncchar ~= synccharold) then
641 …if (((SyncIndex(name, syncchar, "a", "b", "c", "d", "e", "f") == true) or (SyncIndex(name, synccha…
642 …(SyncIndex(name, syncchar, "m", "n", "o", "p", "q", "r") == true) or (SyncIndex(name, syncchar, "s…
643 (SyncIndex(name, syncchar, "y", "z", " ", "") == true)) and (syncchar ~= "+")) then
645 if (syncchar ~= "") then
646 …efing"]["Character"], "Sync", Character[GameDefinition["Briefing"]["Character"]]["Skin"], syncchar)
652 synccharold = syncchar