Searched refs:simplename (Results 1 – 3 of 3) sorted by relevance
| /freebsd/usr.bin/patch/ |
| H A D | util.c | 98 char bakname[PATH_MAX], *s, *simplename; in backup_file() local 128 if ((simplename = strrchr(bakname, '/')) != NULL) in backup_file() 129 simplename = simplename + 1; in backup_file() 131 simplename = bakname; in backup_file() 141 for (s = simplename; *s && !islower((unsigned char)*s); s++) in backup_file() 146 memmove(simplename, simplename + 1, in backup_file() 147 strlen(simplename + 1) + 1); in backup_file()
|
| /freebsd/crypto/openssl/Configurations/platform/ |
| H A D | Unix.pm | 74 my $simplename = $_[0]->sharedname_simple($_[1]); 80 return undef unless defined $simplename && defined $name; 81 return undef if ($name eq $simplename && $ext eq $simpleext); 82 return platform::BASE::__concat($simplename, $simpleext);
|
| /freebsd/crypto/openssl/util/ |
| H A D | find-doc-nits | 306 my $simplename = basename($filename, ".pod"); 316 $foundfilename++ if $n eq $simplename; 320 && $n ne $simplename ); 325 err($id, "$simplename (filename) missing from NAME section") 1025 my $simplename = basename($filename, ".pod"); 1029 unless ( grep { $simplename eq $_ } @{$podinfo{names}} ) { 1030 err($id, "$simplename not in NAME section"); 1031 push @{$podinfo{names}}, $simplename;
|