Searched refs:parse (Results 276 - 300 of 827) sorted by relevance

<<11121314151617181920>>

/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
H A DCertificateRequest.pm37 sub parse subroutine
64 # else parse TLSv1.2 version - we don't support that at the moment
/netbsd-current/crypto/external/bsd/netpgp/lib/netpgp/
H A DMakefile9 SRCS+= keyring.c misc.c netpgp.c openssl_crypto.c packet-parse.c
/netbsd-current/external/bsd/less/dist/lesstest/
H A DMakefile9 LESSTEST_SRC = display.c env.c lesstest.c parse.c pipeline.c log.c run.c term.c wchar.c
/netbsd-current/usr.bin/make/unit-tests/
H A Drecursive.mk20 # Since parse.c 1.243 from 2020-07-31 and before parse.c 1.249 from
H A Ddep-var.exp19 Var_Parse: $INDIRECT_2-2-1 $): (parse)
21 Var_Parse: $): (parse)
H A Dvarmod-assign.exp43 make: in target "mod-assign-parse-1": while evaluating variable "ASSIGN" with value "": Unknown modifier ":x"
45 make: in target "mod-assign-parse-3": while evaluating variable "ASSIGN" with value "": Unfinished modifier ('}' missing)
H A Dvarmod-indirect.mk15 # The following expression generates a parse error since its indirect
46 # empty string and is neither followed by a ':' nor '}', this produces a parse
47 # error. Because of this parse error, this feature cannot be used reasonably
53 # expect+1: warning: FIXME: this expression should have resulted in a parse error rather than returning the unparsed portion of the expression.
54 . warning FIXME: this expression should have resulted in a parse $\
182 # This results in ${UNDEF:}, which can lead to tricky parse errors later,
249 # case, the first condition below would result in a parse error because its
259 # In parse-only mode, the indirect modifiers must not be evaluated.
265 # The expression ${:UZ} starts with the value "", and in parse-only mode, the
275 # The ':S' modifier does not change the expression value in parse
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote-notif.h62 void (*parse) (remote_target *remote, member in struct:notif_client
109 packet, parse it, and create an object of 'struct notif_event' to
/netbsd-current/external/gpl3/gdb/dist/gnulib/
H A Dupdate-gnulib.sh113 gnulib_head_sha1=`cd $gnulib_prefix && git rev-parse HEAD`
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote-notif.h62 void (*parse) (remote_target *remote, member in struct:notif_client
109 packet, parse it, and create an object of 'struct notif_event' to
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/
H A Dupdate-gnulib.sh113 gnulib_head_sha1=`cd $gnulib_prefix && git rev-parse HEAD`
/netbsd-current/external/historical/nawk/bin/awk/
H A DMakefile13 SRCS= awkgram.y b.c lex.c lib.c main.c parse.c proctab.c run.c tran.c
/netbsd-current/external/historical/nawk/dist/
H A Dmakefile43 OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o
46 maketab.c parse.c lib.c run.c tran.c proctab.c
48 LISTING = awk.h proto.h awkgram.y lex.c b.c main.c maketab.c parse.c \
85 awk.h proto.h awkgram.y lex.c b.c main.c maketab.c parse.c \
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A DMakefile.am58 parse-duration.c parse-duration.h pgusage.c \
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-main.c31 #include "mi-parse.h"
86 static void mi_cmd_execute (struct mi_parse *parse);
2059 mi_cmd_execute (struct mi_parse *parse)
2063 if (parse->all && parse->thread_group != -1)
2066 if (parse->all && parse->thread != -1)
2069 if (parse->thread_group != -1 && parse->thread != -1)
2072 if (parse
2058 mi_cmd_execute(struct mi_parse *parse) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-main.c30 #include "mi-parse.h"
92 static void mi_cmd_execute (struct mi_parse *parse);
2020 mi_cmd_execute (struct mi_parse *parse)
2024 if (parse->all && parse->thread_group != -1)
2027 if (parse->all && parse->thread != -1)
2030 if (parse->thread_group != -1 && parse->thread != -1)
2033 if (parse
2019 mi_cmd_execute(struct mi_parse *parse) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A DMakefile.in181 am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT)
540 IT_HDRS = itbl-parse.h $(srcdir)/itbl-ops.h
541 IT_SRCS = itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
542 IT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
543 IT_OBJS = itbl-parse.@OBJEXT@ itbl-lex.@OBJEXT@ itbl-ops.@OBJEXT@
846 EXTRA_DIST = config/m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
847 config/bfin-parse.c config/bfin-parse
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dans.pl243 # parse is no longer a method and calling it here makes perl croak.
251 ($header, $offset) = Net::DNS::Header->parse(\$data);
260 Net::DNS::Question->parse(\$data, $offset);
267 ($q, $offset) = Net::DNS::RR->parse(\$data, $offset);
274 ($q, $offset) = Net::DNS::RR->parse(\$data, $offset);
281 ($q, $offset) = Net::DNS::RR->parse(\$data, $offset);
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dwpa_common.c849 struct wpa_ft_ies *parse, int use_sha384)
853 parse->ftie = ie;
854 parse->ftie_len = ie_len;
879 parse->r1kh_id = pos;
882 parse->gtk = pos;
883 parse->gtk_len = len;
892 parse->r0kh_id = pos;
893 parse->r0kh_id_len = len;
897 parse->igtk = pos;
898 parse
848 wpa_ft_parse_ftie(const u8 *ie, size_t ie_len, struct wpa_ft_ies *parse, int use_sha384) argument
919 wpa_ft_parse_ies(const u8 *ies, size_t ies_len, struct wpa_ft_ies *parse, int use_sha384) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpq/
H A Dntpq.c205 static void help (struct parse *, FILE *);
208 static void timeout (struct parse *, FILE *);
209 static void auth_delay (struct parse *, FILE *);
210 static void host (struct parse *, FILE *);
211 static void ntp_poll (struct parse *, FILE *);
212 static void keyid (struct parse *, FILE *);
213 static void keytype (struct parse *, FILE *);
214 static void passwd (struct parse *, FILE *);
215 static void hostnames (struct parse *, FILE *);
216 static void setdebug (struct parse *, FIL
[all...]
/netbsd-current/external/bsd/wpa/dist/src/eap_server/
H A Deap_server.c261 /* parse rxResp, respId, respMethod */
336 /* parse rxResp, respId, respMethod */
801 struct erp_tlvs parse; local
836 if (erp_parse_tlvs(tlvs, end, &parse, 1) < 0)
839 if (!parse.keyname) {
846 parse.keyname, parse.keyname_len);
847 if (parse.keyname_len > 253) {
852 os_memcpy(nai, parse.keyname, parse
2037 struct erp_tlvs parse; local
[all...]
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dparse.c1 /* $NetBSD: parse.c,v 1.3 2022/04/03 01:10:59 christos Exp $ */
27 __RCSID("$NetBSD: parse.c,v 1.3 2022/04/03 01:10:59 christos Exp $");
38 static void config_min_valid_lifetime(struct element *, struct parse *);
39 static void config_def_valid_lifetime(struct element *, struct parse *);
40 static void config_max_valid_lifetime(struct element *, struct parse *);
41 static void config_file(struct element *, struct parse *);
42 static void config_sname(struct element *, struct parse *);
43 static void config_next_server(struct element *, struct parse *);
44 static void config_vendor_option_space(struct element *, struct parse *);
45 static void config_site_option_space(struct element *, struct parse *);
[all...]
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_changeauth.c63 static int parse(const int aOpt, const char *aArg) function
132 parse, help) != 0)
H A Dtpm_nvinfo.c35 static int parse(const int aOpt, const char *aArg) function
163 sizeof(hOpts) / sizeof(struct option), parse, help) != 0)
/netbsd-current/usr.sbin/pf/pfs/
H A Dtoken.l47 #include "parse.h"
115 parse(FILE *fp, struct pfioc_states* s)
126 printf("parse failed, line %d.\n", lineno);

Completed in 363 milliseconds

<<11121314151617181920>>