Home
last modified time | relevance | path

Searched defs:parse (Results 1 – 25 of 113) sorted by relevance

12345

/freebsd-12.1/contrib/gdb/gdb/mi/
H A Dmi-parse.c32 mi_parse_argv (char *args, struct mi_parse *parse) in mi_parse_argv()
133 mi_parse_free (struct mi_parse *parse) in mi_parse_free()
153 struct mi_parse *parse = XMALLOC (struct mi_parse); in mi_parse() local
/freebsd-12.1/contrib/ntp/ntpd/
H A Drefclock_parse.c1548 struct parseunit *parse, in clear_err()
1808 struct parseunit *parse in ppsclock_init()
1843 struct parseunit *parse in stream_init()
1885 struct parseunit *parse in stream_end()
1921 struct parseunit *parse in stream_enable()
1945 struct parseunit *parse in stream_disable()
2109 struct parseunit *parse in local_init()
2120 struct parseunit *parse in local_end()
2132 struct parseunit *parse in local_nop()
2459 struct parseunit *parse in init_iobinding()
[all …]
/freebsd-12.1/contrib/ntp/include/
H A Dparse.h272 struct parse /* parse module local data */ struct
281 unsigned short parse_plen; /* length of private data */ argument
282 void *parse_pdata; /* private data pointer */ argument
287 unsigned short parse_index; /* current buffer index */ argument
288 char *parse_data; /* data buffer */ argument
289 unsigned short parse_dsize; /* size of data buffer */ argument
290 unsigned short parse_lformat; /* last format used */ argument
291 u_long parse_lstate; /* last state code */ argument
292 char *parse_ldata; /* last data buffer */ argument
293 unsigned short parse_ldsize; /* last data buffer length */ argument
[all …]
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dntpdc.h43 struct parse { struct
56 void (*handler) (struct parse *, FILE *); /* command handler */ argument
/freebsd-12.1/contrib/ntp/ntpq/
H A Dntpq.h82 struct parse { struct
95 void (*handler) (struct parse *, FILE *); /* command handler */ argument
/freebsd-12.1/lib/libc/regex/
H A Dregcomp.c91 struct parse { struct
105 bool (*parse_expr)(struct parse *, struct branchc *); argument
106 void (*pre_parse)(struct parse *, struct branchc *); argument
107 void (*post_parse)(struct parse *, struct branchc *); argument
/freebsd-12.1/contrib/nvi/regex/
H A Dregcomp.c60 struct parse { struct
81 static void p_ere(struct parse *p, int stop, size_t reclimit); argument
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp31 #define RECORD(name, altName, print, parse) #name in get_amd_kernel_code_t_FldNames() argument
41 #define RECORD(name, altName, print, parse) #altName in get_amd_kernel_code_t_FldAltNames() argument
92 #define RECORD(name, altName, print, parse) print in getPrinterTable() argument
162 #define RECORD(name, altName, print, parse) parse in getParserTable() argument
/freebsd-12.1/contrib/ntp/libparse/
H A Dparsesolaris.c326 register parsestream_t *parse; in parseopen() local
413 register parsestream_t *parse = (parsestream_t *)q->q_ptr; in parseclose() local
479 parsestream_t *parse = (parsestream_t *)q->q_ptr; in parsewput() local
643 register parsestream_t * parse = (parsestream_t *)q->q_ptr; in parserput() local
727 register parsestream_t * parse = (parsestream_t *)q->q_ptr; in parserput() local
H A Dparse.c748 parse_t *parse in parse_timecode()
779 parse_t *parse in parse_setfmt()
849 parse_t *parse in parse_getfmt()
869 parse_t *parse in parse_setcs()
H A Dparsestreams.c477 register parsestream_t *parse; in parseopen() local
570 register parsestream_t *parse = (parsestream_t *)(void *)q->q_ptr; in parseclose() local
637 parsestream_t *parse = (parsestream_t *)(void *)q->q_ptr; in parsewput() local
798 register parsestream_t * parse = (parsestream_t *)(void *)q->q_ptr; in parserput() local
880 register parsestream_t * parse = (parsestream_t *)(void *)q->q_ptr; in parserput() local
/freebsd-12.1/contrib/llvm/lib/Support/
H A Dregcomp.c191 struct parse { struct
205 static void p_ere(struct parse *, int); argument
/freebsd-12.1/contrib/libucl/include/
H A Ducl++.h435 static Ucl parse (const std::string &in, std::string &err) in parse() function
440 …static Ucl parse (const std::string &in, const std::map<std::string, std::string> &vars, std::stri… in parse() function
455 static Ucl parse (const std::string &in, const variable_replacer &replacer, std::string &err) in parse() function
469 static Ucl parse (const char *in, std::string &err) in parse() function
474 static Ucl parse (const char *in, const std::map<std::string, std::string> &vars, std::string &err) in parse() function
483 static Ucl parse (const char *in, const variable_replacer &replacer, std::string &err) in parse() function
/freebsd-12.1/usr.bin/indent/
H A Dparse.c56 parse(int tk) /* tk: the code for the construct scanned */ in parse() function
/freebsd-12.1/tools/regression/usr.bin/env/
H A Dregress-sb.rb241 def CommandOptions.parse(command_args) singletonMethod in CommandOptions
331 def RGTestOptions.parse(optname, optval) singletonMethod in RGTestOptions
/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DFile.cpp22 std::error_code File::parse() { in parse() function in lld::File
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DInputFiles.cpp73 void ArchiveFile::parse() { in parse() function in lld::coff::ArchiveFile
114 void ObjFile::parse() { in parse() function in lld::coff::ObjFile
472 void ImportFile::parse() { in parse() function in lld::coff::ImportFile
523 void BitcodeFile::parse() { in parse() function in lld::coff::BitcodeFile
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp56 void DWARFDebugMacro::parse(DataExtractor data) { in parse() function in DWARFDebugMacro
H A DDWARFUnitIndex.cpp21 bool DWARFUnitIndex::Header::parse(DataExtractor IndexData, in parse() function in DWARFUnitIndex::Header
36 bool DWARFUnitIndex::parse(DataExtractor IndexData) { in parse() function in DWARFUnitIndex
H A DDWARFDebugLoc.cpp132 void DWARFDebugLoc::parse(const DWARFDataExtractor &data) { in parse() function in DWARFDebugLoc
201 void DWARFDebugLoclists::parse(DataExtractor data, unsigned Version) { in parse() function in DWARFDebugLoclists
/freebsd-12.1/contrib/cortex-strings/scripts/
H A Dplot.py39 def parse(): function
H A Dlibplot.py49 def parse(): function
/freebsd-12.1/contrib/sendmail/contrib/
H A Dqtool.pl514 sub parse subroutine
939 sub parse subroutine
/freebsd-12.1/contrib/wpa/src/eap_peer/
H A Deap_ttls.c887 struct ttls_parse_avp *parse) in eap_ttls_parse_attr_eap()
915 struct ttls_parse_avp *parse) in eap_ttls_parse_avp()
1002 struct ttls_parse_avp *parse) in eap_ttls_parse_avps()
1090 struct ttls_parse_avp *parse, in eap_ttls_process_phase2_eap()
1146 struct ttls_parse_avp *parse) in eap_ttls_process_phase2_mschapv2()
1208 struct ttls_parse_avp *parse, in eap_ttls_process_tnc_start()
1240 struct ttls_parse_avp *parse, in eap_ttls_process_decrypted()
1401 struct ttls_parse_avp parse; in eap_ttls_decrypt() local
/freebsd-12.1/contrib/nvi/catalog/
H A Ddump.c38 parse(FILE *fp) in parse() function

12345