Searched refs:stripped (Results 1 - 25 of 36) sorted by relevance

12

/openbsd-current/gnu/usr.bin/texinfo/
H A Ddepcomp204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
/openbsd-current/usr.bin/make/
H A Dparse.c1377 char *stripped; local
1391 stripped = strip_comments(copy, line);
1393 } while (line != NULL && Cond_Eval(stripped) != COND_PARSE);
1581 const char *stripped, bool *pcommands_seen)
1594 pos = strcspn(stripped, ":!");
1596 if (stripped[pos] != '\0' &&
1597 (end = strchr(stripped+pos+1, ';')) != NULL) {
1598 if (line != stripped)
1601 cmd = strchr(line+(end-stripped), ';');
1610 cp = Var_Subst(stripped, NUL
1580 parse_target_line(struct growableArray *targets, const char *line, const char *stripped, bool *pcommands_seen) argument
1652 const char *stripped = strip_comments(&copy, local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmipsread.c214 int stripped; local
294 stripped = (bfd_get_symcount (abfd) == 0);
360 them if this is a stripped executable, otherwise they have
362 if (!stripped)
H A Delfread.c166 int stripped = (bfd_get_symcount (objfile->obfd) == 0); local
238 if (dynamic && !stripped)
/openbsd-current/usr.sbin/httpd/
H A Dserver_file.c220 const char *stripped, *errstr = NULL; local
227 stripped = server_root_strip(
232 srv_conf->root, stripped) >= sizeof(path)) {
494 const char *stripped; local
506 stripped = server_root_strip(desc->http_path, srv_conf->strip);
508 srv_conf->root, stripped) >= sizeof(path))
H A Dserver_fcgi.c101 const char *stripped, *alias, *errstr = NULL; local
174 stripped = server_root_strip(alias, srv_conf->strip);
175 if ((pathlen = asprintf(&script, "%s%s", srv_conf->root, stripped))
205 * add length of stripped prefix,
208 scriptlen += (stripped - alias) - strlen(srv_conf->root);
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/
H A DExtAttr.pm165 library are supported, with leading C<_ea> and C<_ead> stripped.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
H A DModule.pm132 stripped off by this method.
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A Dxsubpp153 If specified, the given string will be stripped off from the beginning
/openbsd-current/gnu/usr.bin/perl/dist/Term-ReadLine/lib/Term/
H A DReadLine.pm84 conventions with the leading C<rl_> stripped.
107 which conform to standard conventions with the leading C<rl_> stripped.
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dbuiltin.pm258 $stripped = trim($string);
260 Returns the input string with whitespace stripped from the beginning
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DJustPod.pm310 no effort to return trailing spaces on lines; these likely will be stripped.
H A DSearch.pm989 extension (.pm, .pl, .pod) stripped, and path separators replaced by
/openbsd-current/gnu/usr.bin/perl/lib/User/
H A Dpwent.pm224 from F<pwd.h>, stripped of their leading "pw_" parts, namely C<name>,
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dsearch.pl47 $stripped=0;
170 print "This script file is also a man page.\n" unless $stripped;
773 s/\$stripped=0;/\$stripped=1;/;
H A Dpl2bat.pl229 By default, the ".pl" suffix will be stripped before adding a ".bat" suffix
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstalled.pm373 be stripped from C<@INC> before searching for .packlists. This keeps
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/
H A DPodlators.pm88 # exception - Text of exception (with file and line stripped)
210 # Returns: Contents of the file, possibly stripped
483 information stripped from the end of the exception.
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp324 ConstString stripped = ConstString( local
326 name_to_index.Append(stripped, value);
/openbsd-current/usr.bin/tic/
H A Dtic.c368 /* Returns a string, stripped of leading/trailing whitespace */
370 stripped(char *src) function
508 if ((s = stripped(buffer)) != 0) {
532 if ((s = stripped(base)) != 0)
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbench.pl179 like version numbers (i.e. which match C</[0-9\.]+/>) aren't stripped.
184 stripped to unique parts would be:
188 but is actually only stripped down to:
/openbsd-current/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/
H A DCheck.pm598 will have their leading dashes stripped.
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.t1019 my $stripped = $lc_name =~ s/^is//;
1022 # returned as an alias, so having successfully stripped it off above,
1024 if ($stripped) {
1030 # with that stripped off.
1941 # ranges, but these have been mostly stripped off, except for some
/openbsd-current/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm212 but any query parameters are stripped off. For example:
/openbsd-current/gnu/usr.bin/perl/regen/
H A DHeaderParser.pm221 lc($_) =~ s/[^a-zA-Z0-9]//gr, # 1: "_" stripped and caseless
236 $a->[1] cmp $b->[1] || # stripped caseless cmp
1583 The rules for header files stipulates that C style comments are stripped

Completed in 471 milliseconds

12