Searched refs:ident (Results 1 - 25 of 32) sorted by relevance

12

/openbsd-current/usr.bin/rcs/
H A DMakefile4 MAN= ci.1 co.1 ident.1 merge.1 \
8 SRCS= ci.c co.c ident.c merge.c rcsclean.c rcsdiff.c rcsmerge.c rcsparse.c \
13 ${BINDIR}/rcs ${BINDIR}/ident ${BINDIR}/rcs ${BINDIR}/merge \
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/
H A DCmd.pm54 my $ident = shift;
57 foreach my $module ($ident, "ExtUtils::Typemaps::$ident") {
65 foreach my $module ("ExtUtils::Typemaps::$ident", "$ident") {
75 my $ident = shift;
76 return unless -e $ident and -r _;
77 return ExtUtils::Typemaps->new(file => $ident);
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dchng-syms.exp50 proc expect_to_stop_here { ident } {
61 fail "running to stop_here $ident"
65 fail "running to stop_here $ident (timeout)"
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A Dfacilities-routing.t27 my $ident = "pocosyslog";
74 openlog($ident, "ndelay,pid", $facility);
85 openlog($ident, "ndelay,pid", "user");
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dpl2pm.PL150 my ($prefix, $pack, $ident,$newpack,$oldpack,$export) = @_;
153 if ($prefix eq '' && $ident =~ /^(t|s|m|d|ing|ll|ed|ve|re)$/) {
154 $xlated = "${pack}'$ident";
157 if ($export->{$ident}) {
158 $xlated = "$prefix$ident";
161 $xlated = "$prefix${pack}::$ident";
165 $xlated = "$prefix${newpack}::$ident";
168 $xlated = "$prefix${pack}::$ident";
/openbsd-current/regress/usr.bin/ssh/
H A Dcert-userkey.sh280 ident=$1
310 verbose "$tid: $ident auth $auth expect $result $ktype"
321 fail "$ident failed unexpectedly"
325 fail "$ident succeeded unexpectedly"
390 fail "ssh cert connect $ident succeeded unexpectedly"
H A Dcert-hostkey.sh211 ident=$1
236 fail "ssh cert connect $ident failed unexpectedly"
240 fail "ssh cert connect $ident succeeded unexpectedly"
321 fail "ssh cert connect $ident succeeded unexpectedly"
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py169 def add_ident(self, ident):
170 if ident not in self.idents:
171 self.idents.append(ident)
388 for ident in self.idents:
389 image = self.find_image_with_identifier(ident)
533 ident = json_image['name'] if 'name' in json_image else ''
534 thread.add_ident(ident)
535 if ident not in self.crashlog.idents:
536 self.crashlog.idents.append(ident)
833 ident
[all...]
/openbsd-current/regress/usr.bin/doas/
H A DMakefile53 while read ident cmdline; do \
56 doascmd="doas -C ${.CURDIR}/$@.conf -u $$ident $$cmdline"; \
/openbsd-current/gnu/llvm/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py45 for ident in thread.idents:
46 load_images(self, crash_log.find_images_with_identifier(ident))
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dsol2-ci.asm41 .ident "GNU C crti.s"
H A Dsol2-c1.asm45 .ident "GNU C crt1.s"
H A Dsol2-gc1.asm49 .ident "GNU C gcrt1.s"
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsol2-ci.asm41 .ident "GNU C crti.s"
H A Dsol2-c1.asm45 .ident "GNU C crt1.s"
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm123 my $ident = ''; # identifiant prepended to each message
203 ($ident, my $logopt, $facility) = @_;
206 $ident ||= basename($0) || getlogin() || getpwuid($<) || 'syslog';
222 $facility = $ident = "";
386 # if $ident is undefined, it means openlog() wasn't previously called
388 openlog() unless $ident;
463 my $whoami = $ident;
495 my $whoami = $ident;
842 openlog_xs($ident, $logopt, xlate($facility));
945 openlog($ident,
[all...]
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Dsol-ci.asm40 .ident "GNU C scrti.s"
H A Dsol-cn.asm40 .ident "GNU C scrtn.s"
H A Deabi-ci.asm40 .ident "GNU C crti.s"
H A Deabi-cn.asm40 .ident "GNU C crtn.s"
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Deabi-ci.asm40 .ident "GNU C crti.s"
H A Deabi-cn.asm40 .ident "GNU C crtn.s"
H A Dsol-ci.asm40 .ident "GNU C scrti.s"
H A Dsol-cn.asm40 .ident "GNU C scrtn.s"
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/
H A DMeta.pm546 my ($self, $ident) = @_;
548 croak "no feature named $ident"
549 unless my $f = $self->optional_features->{ $ident };
551 return CPAN::Meta::Feature->new($ident, $f);

Completed in 243 milliseconds

12