Home
last modified time | relevance | path

Searched refs:out_name (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpad.c1152 if (PadnameIsFIELD(*out_name) && !fieldok) in S_pad_findlex()
1190 if (PadnameIsOUR(*out_name)) { in S_pad_findlex()
1202 *out_name); in S_pad_findlex()
1230 n = *out_name; in S_pad_findlex()
1234 *out_name = n; in S_pad_findlex()
1287 new_capturep, out_name, out_flags); in S_pad_findlex()
1291 if (PadnameIsFIELD(*out_name)) { in S_pad_findlex()
1308 PADNAME *new_name = newPADNAMEouter(*out_name); in S_pad_findlex()
1318 PadnameTYPE(*out_name), in S_pad_findlex()
1319 PadnameOURSTASH(*out_name) in S_pad_findlex()
[all …]
H A Dproto.h7583 … U32 flags, const CV *cv, U32 seq, int warn, SV **out_capture, PADNAME **out_name, int *out_flags);
7585 assert(namepv); assert(cv); assert(out_name); assert(out_flags)
H A Dembed.fnc4835 |NN PADNAME **out_name \
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp102 static bool ParseCommandOutput(const char *str, uptr addr, char **out_name, in ParseCommandOutput() argument
128 *out_name = symbol_name; in ParseCommandOutput()
/openbsd/include/protocols/
H A Drwhod.h43 char out_name[8]; /* user id */ member
/openbsd/usr.bin/indent/
H A Dindent.c49 char *out_name = "Standard Output"; /* will always point to name variable
312 out_name = argv[i]; /* remember name of output file */ in main()
313 if (strcmp(in_name, out_name) == 0) /* attempt to overwrite in main()
316 output = fopen(out_name, "w"); in main()
318 err(1, "%s", out_name); in main()
333 out_name = in_name; in main()
/openbsd/lib/libcrypto/asn1/
H A Da_object.c387 i2t_ASN1_OBJECT_name(const ASN1_OBJECT *aobj, CBB *cbb, const char **out_name) in i2t_ASN1_OBJECT_name() argument
392 *out_name = NULL; in i2t_ASN1_OBJECT_name()
402 *out_name = name; in i2t_ASN1_OBJECT_name()
/openbsd/lib/libcrypto/x509/
H A Dx509_internal.h131 struct x509_constraints_name **out_name, int *error);
H A Dx509_constraints.c965 struct x509_constraints_name **out_name, int *out_error) in x509_constraints_validate() argument
974 if (out_name == NULL || *out_name != NULL) in x509_constraints_validate()
1058 *out_name = name; in x509_constraints_validate()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc3465 |NN PADNAME** out_name|NN int *out_flags