Searched refs:out_name (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | pad.c | 1152 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 D | proto.h | 7583 … 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 D | embed.fnc | 4835 |NN PADNAME **out_name \
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_mac.cpp | 102 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 D | rwhod.h | 43 char out_name[8]; /* user id */ member
|
/openbsd/usr.bin/indent/ |
H A D | indent.c | 49 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 D | a_object.c | 387 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 D | x509_internal.h | 131 struct x509_constraints_name **out_name, int *error);
|
H A D | x509_constraints.c | 965 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 D | embed.fnc | 3465 |NN PADNAME** out_name|NN int *out_flags
|