Searched refs:parse_buffer (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ntp-88/include/
H A Dparse.h246 char parse_buffer[PARSE_TCMAX+1]; /* timecode buffer */ member in struct:parsectl::parsegettc
253 char parse_buffer[PARSE_TCMAX+1]; /* format code string */ member in struct:parsectl::parseformat
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.pm1581 $self = $class->parse_buffer( $args{string} );
1603 $self = $class->parse_buffer( $args{string} );
H A DLibXML.xs6699 parse_buffer( self, perlstring )
6845 parse_buffer( self, perlstring )
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_parse.c3103 strncpy(tmp_ctl.parseformat.parse_buffer, parse->parse_type->cl_format, sizeof(tmp_ctl.parseformat.parse_buffer));
3104 tmp_ctl.parseformat.parse_count = strlen(tmp_ctl.parseformat.parse_buffer);
3422 tmpctl.parsegettc.parse_buffer, (unsigned)(tmpctl.parsegettc.parse_count));
3438 strncat(tt, tmpctl.parseformat.parse_buffer, tmpctl.parseformat.parse_count);
3593 CLK_UNIT(parse->peer), mkascii(buffer, sizeof buffer, tmpctl.parsegettc.parse_buffer, (unsigned)(tmpctl.parsegettc.parse_count - 1)));
3664 CLK_UNIT(parse->peer), tmpctl.parseformat.parse_buffer);

Completed in 182 milliseconds