Searched refs:firsttime (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Daolstub.c45 static int firsttime = 1; local
50 if (firsttime) {
64 firsttime = 0;
/macosx-10.10.1/Libc-1044.1.2/net/FreeBSD/
H A Dlinkaddr.c132 int firsttime = 1; local
141 if (firsttime)
142 firsttime = 0;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dpunyref.c109 punycode_uint delta, punycode_uint numpoints, int firsttime )
113 delta = firsttime ? delta / damp : delta >> 1;
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dgetaddrinfo.c232 static int firsttime = 1; local
234 if (firsttime) {
241 firsttime = 0;
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dsubr.c79 static int firsttime = 1; local
84 if (firsttime) {
106 firsttime = 0;
/macosx-10.10.1/system_cmds-643.1.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c506 static int firsttime = 1; local
521 if (firsttime) {
625 if (firsttime) {
626 firsttime = 0;
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.who.c182 int firsttime = stlast == 1; local
434 if (!firsttime)
441 if (!firsttime)
448 if (!firsttime)
/macosx-10.10.1/apr-32/apr-util/apr-util/test/
H A Dtestmemcache.c108 apr_uint16_t firsttime = 0; variable
114 if (firsttime == 0) {
116 firsttime = 1;
/macosx-10.10.1/awk-20/src/
H A Dlib.c102 static int firsttime = 1; variable
111 if (firsttime) {
112 firsttime = 0;
/macosx-10.10.1/ntp-92/include/
H A Dntp_request.h672 u_int32 firsttime; /* first time we received a packet */ member in struct:info_monitor_1
693 u_int32 firsttime; /* first time we received a packet */ member in struct:info_monitor
710 u_int32 firsttime; /* first time we received a packet */ member in struct:old_info_monitor
H A Dntp.h756 u_long firsttime; /* first time found */ member in struct:mon_data
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dgetaddrinfo.c279 static int firsttime = 1; local
281 if (firsttime) {
288 firsttime = 0;
/macosx-10.10.1/sudo-73/src/
H A Ddefaults.c365 static int firsttime = 1; local
369 if (!firsttime) {
505 firsttime = 0;
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_monitor.c330 md->lasttime = md->firsttime = current_time;
H A Dntp_request.c1932 md->firsttime) / md->count));
1933 im->firsttime = htonl((u_int32)(current_time - md->lasttime));
1978 md->firsttime) / md->count));
1979 im->firsttime = htonl((u_int32)(current_time - md->lasttime));
/macosx-10.10.1/libpcap-48/libpcap/Win32/Src/
H A Dgetaddrinfo.c316 static int firsttime = 1; local
318 if (firsttime) {
323 firsttime = 0;
/macosx-10.10.1/system_cmds-643.1.1/trace.tproj/
H A Dtrace.c962 int firsttime = 1; local
1083 if (firsttime)
1090 if (lines == 64 || firsttime)
1094 if (firsttime)
1095 firsttime = 0;
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcomplete.c442 int endchar, firsttime = 1; local
471 while (firsttime || *iptr != endchar) {
514 firsttime = 0;
/macosx-10.10.1/dtrace-147/libdwarf/
H A Dpro_section.c889 int firsttime = 1; local
964 if (firsttime) {
966 firsttime = 0;
/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc_ops.c2027 (u_long)ntohl(ml->firsttime));
2053 (u_long)ntohl(ml->firsttime));
2060 " address port count mode version lasttime firsttime\n");
2072 (u_long)ntohl(oml->firsttime));

Completed in 185 milliseconds