Searched refs:last_msg (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_last.c17 return (pop_msg(p,POP_SUCCESS,"%u is the last message seen.",p->last_msg));
H A Dpop_dele.c50 if (p->last_msg < msg_num) p->last_msg = msg_num;
101 if (p->last_msg < msg_max) p->last_msg = msg_max;
H A Dpop_rset.c29 p->last_msg = 0;
H A Dpop_pass.c120 p->last_msg = 0;
H A Dpop_dropinfo.c140 p->last_msg = 0;
H A Dpopper.h239 int last_msg; /* Last message touched by member in struct:__anon719
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c95 char *last_msg; member in struct:file_data
664 free(fdata->last_msg);
845 free(fdata->last_msg);
846 fdata->last_msg = NULL;
1063 if ((global.bsd_max_dup_time > 0) && (str != NULL) && (fdata->last_msg != NULL))
1066 if ((fdata->last_hash == msg_hash) && (!strcmp(fdata->last_msg, str + 16)))
1100 * _send_repeat_msg will free last_msg and do nothing if
1109 free(fdata->last_msg);
1110 fdata->last_msg = NULL;
1135 if (str != NULL) fdata->last_msg
[all...]
H A Dbsd_out.c80 char *last_msg; member in struct:config_rule
451 if ((global.bsd_max_dup_time > 0) && (*out != NULL) && (r->last_msg != NULL))
454 if ((r->last_hash == msg_hash) && (!strcmp(r->last_msg, *out + 16)))
565 free(r->last_msg);
566 r->last_msg = NULL;
568 if (*out != NULL) r->last_msg = strdup(*out + 16);
764 free(r->last_msg);
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dtkpasswd223 set last_msg "error in $cmd"
231 set last_msg $expect_out(1,string)
239 feedback $last_msg
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_parse.c4832 u_long last_msg; /* last message received */
5027 if (current_time > t->last_msg + TRIMBLETSIP_IDLE_TIME)
5106 t->last_msg = current_time;
5291 tr->last_msg = current_time;
4829 u_long last_msg; /* last message received */ member in struct:trimble

Completed in 404 milliseconds