Symbol: Start
crypto/krb5/src/ccapi/common/win/OldCC/secure.hxx
38
static void Start(SecureClient*& s);
crypto/krb5/src/ccapi/lib/win/ccapi_os_ipc.cxx
233
SecureClient::Start(s);
crypto/krb5/src/ccapi/lib/win/ccapi_os_ipc.cxx
235
CcAutoLock::Start(a, Client::sLock);
crypto/krb5/src/ccapi/lib/win/ccapi_os_ipc.cxx
326
SecureClient::Start(s);
crypto/krb5/src/ccapi/lib/win/ccapi_os_ipc.cxx
328
CcAutoLock::Start(a, Client::sLock);
crypto/krb5/src/kadmin/cli/getdate.y
1003
tod = RelativeDate(Start, yyDayOrdinal, yyDayNumber, &error);
crypto/krb5/src/kadmin/cli/getdate.y
1006
Start += tod;
crypto/krb5/src/kadmin/cli/getdate.y
1011
return Start == -1 ? 0 : Start;
crypto/krb5/src/kadmin/cli/getdate.y
610
DSTcorrect(time_t Start, time_t Future, int *error)
crypto/krb5/src/kadmin/cli/getdate.y
616
tm = localtime(&Start);
crypto/krb5/src/kadmin/cli/getdate.y
629
return (Future - Start) + (StartDay - FutureDay) * 60L * 60L;
crypto/krb5/src/kadmin/cli/getdate.y
634
RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber, int *error)
crypto/krb5/src/kadmin/cli/getdate.y
639
now = Start;
crypto/krb5/src/kadmin/cli/getdate.y
647
return DSTcorrect(Start, now, error);
crypto/krb5/src/kadmin/cli/getdate.y
652
RelativeMonth(time_t Start, time_t RelMonth)
crypto/krb5/src/kadmin/cli/getdate.y
662
tm = localtime(&Start);
crypto/krb5/src/kadmin/cli/getdate.y
673
ret = DSTcorrect(Start, ret, &error);
crypto/krb5/src/kadmin/cli/getdate.y
869
time_t Start;
crypto/krb5/src/kadmin/cli/getdate.y
964
Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds,
crypto/krb5/src/kadmin/cli/getdate.y
966
if (Start < 0)
crypto/krb5/src/kadmin/cli/getdate.y
970
Start = now->time;
crypto/krb5/src/kadmin/cli/getdate.y
972
Start -= ((tm->tm_hour * 60L + tm->tm_min) * 60L) + tm->tm_sec;
crypto/krb5/src/kadmin/cli/getdate.y
988
Start += yyRelSeconds;
crypto/krb5/src/kadmin/cli/getdate.y
989
delta = RelativeMonth(Start, yyRelMonth);
crypto/krb5/src/kadmin/cli/getdate.y
992
Start += delta;
lib/clang/liblldb/LLDBWrapLua.cpp
66172
result = (arg1)->Start((lldb::SBStructuredData const &)*arg2);
lib/clang/liblldb/LLDBWrapLua.cpp
66213
result = (arg1)->Start((lldb::SBThread const &)*arg2,(lldb::SBStructuredData const &)*arg3);
lib/libefivar/uefi-dputil.c
411
CONST EFI_DEVICE_PATH_PROTOCOL *Start;
lib/libefivar/uefi-dputil.c
424
Start = DevicePath;
lib/libefivar/uefi-dputil.c
432
return ((UINTN)DevicePath - (UINTN)Start) + DevicePathNodeLength (DevicePath);
stand/efi/libefi/efinet.c
297
status = net->Start(net);
usr.bin/find/getdate.y
609
DSTcorrect(time_t Start, time_t Future)
usr.bin/find/getdate.y
614
StartDay = (localtime(&Start)->tm_hour + 1) % 24;
usr.bin/find/getdate.y
616
return (Future - Start) + (StartDay - FutureDay) * 60L * 60L;
usr.bin/find/getdate.y
621
RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber)
usr.bin/find/getdate.y
626
now = Start;
usr.bin/find/getdate.y
630
return DSTcorrect(Start, now);
usr.bin/find/getdate.y
635
RelativeMonth(time_t Start, time_t RelMonth)
usr.bin/find/getdate.y
643
tm = localtime(&Start);
usr.bin/find/getdate.y
647
return DSTcorrect(Start,
usr.bin/find/getdate.y
840
time_t Start;
usr.bin/find/getdate.y
898
Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds,
usr.bin/find/getdate.y
900
if (Start < 0)
usr.bin/find/getdate.y
904
Start = nowtime;
usr.bin/find/getdate.y
906
Start -= ((tm->tm_hour * 60L + tm->tm_min) * 60L) + tm->tm_sec;
usr.bin/find/getdate.y
909
Start += yyRelSeconds;
usr.bin/find/getdate.y
910
Start += RelativeMonth(Start, yyRelMonth);
usr.bin/find/getdate.y
913
tod = RelativeDate(Start, yyDayOrdinal, yyDayNumber);
usr.bin/find/getdate.y
914
Start += tod;
usr.bin/find/getdate.y
919
return Start == -1 ? 0 : Start;
usr.sbin/fifolog/lib/getdate.y
612
DSTcorrect(time_t Start, time_t Future)
usr.sbin/fifolog/lib/getdate.y
617
StartDay = (localtime(&Start)->tm_hour + 1) % 24;
usr.sbin/fifolog/lib/getdate.y
619
return (Future - Start) + (StartDay - FutureDay) * 60L * 60L;
usr.sbin/fifolog/lib/getdate.y
624
RelativeDate(time_t Start, time_t DayOrdinal, time_t DayNumber)
usr.sbin/fifolog/lib/getdate.y
629
now = Start;
usr.sbin/fifolog/lib/getdate.y
633
return DSTcorrect(Start, now);
usr.sbin/fifolog/lib/getdate.y
638
RelativeMonth(time_t Start, time_t RelMonth)
usr.sbin/fifolog/lib/getdate.y
646
tm = localtime(&Start);
usr.sbin/fifolog/lib/getdate.y
650
return DSTcorrect(Start,
usr.sbin/fifolog/lib/getdate.y
821
time_t Start;
usr.sbin/fifolog/lib/getdate.y
854
Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds,
usr.sbin/fifolog/lib/getdate.y
856
if (Start < 0)
usr.sbin/fifolog/lib/getdate.y
860
Start = nowtime;
usr.sbin/fifolog/lib/getdate.y
862
Start -= ((tm->tm_hour * 60L + tm->tm_min) * 60L) + tm->tm_sec;
usr.sbin/fifolog/lib/getdate.y
865
Start += yyRelSeconds;
usr.sbin/fifolog/lib/getdate.y
866
Start += RelativeMonth(Start, yyRelMonth);
usr.sbin/fifolog/lib/getdate.y
869
tod = RelativeDate(Start, yyDayOrdinal, yyDayNumber);
usr.sbin/fifolog/lib/getdate.y
870
Start += tod;
usr.sbin/fifolog/lib/getdate.y
875
return Start == -1 ? 0 : Start;