Searched refs:rest (Results 1 - 25 of 95) sorted by path

1234

/freebsd-current/contrib/bmake/
H A Dconfigure3378 ... rest of stderr output deleted ...
4535 ... rest of stderr output deleted ...
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps-cache-update.mk45 # in parallel with the rest of the build.
H A Ddirdeps.mk633 # the rest is done repeatedly for every Makefile.depend we read.
H A Dlibs.mk68 # lib.mk will do the rest
H A Dprogs.mk77 # prog.mk will do the rest
/freebsd-current/contrib/bmake/mk/sys/
H A DSunOS.mk42 # the rest is common
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk186 # the condition should have stopped at this point, and the rest of the
H A Dcond-token-plain.mk209 # modifier ':?:' allowed unquoted string literals for the rest of the
H A Ddirective-include.mk32 .include "/dev/null" and ignore anything in the rest of the line.
H A Dvar-op-assign.mk76 # ignoring all the rest.
H A Dvarmod-loop-delete.mk15 VAR= ${:U:@VAR@@} rest of the value
19 # expect+1: while evaluating variable "VAR": while evaluating "${:U:@VAR@@} rest of the value": Cannot delete variable "VAR" while it is used
21 .if ${EVAL} != " rest of the value"
25 VAR= ${:U:@VAR@@} rest of the value
H A Dvarparse-undef-partial.mk15 # (see VarSubstExpr) and the rest of the expression is expanded as usual.
/freebsd-current/contrib/kyua/engine/
H A Datf_result.cpp100 /// \param rest The rest of the line after the status name.
104 /// \throw format_error If the result is invalid (i.e. rest is invalid).
108 parse_without_reason(const std::string& status, const std::string& rest) argument
110 if (!rest.empty())
120 /// \param rest The rest of the line after the status name.
124 /// \throw format_error If the result is invalid (i.e. rest is invalid).
129 parse_with_reason(const std::string& status, const std::string& rest) argument
133 if (rest
182 parse_with_reason_and_arg(const std::string& status, const std::string& rest) argument
191 status % rest); local
302 const std::string rest = data.second.substr(status.length()); local
[all...]
/freebsd-current/contrib/kyua/utils/fs/
H A Dpath.cpp276 /// \param rest The path to concatenate to this one. Cannot be absolute.
284 fs::path::operator/(const fs::path& rest) const
286 if (rest.is_absolute())
287 throw fs::join_error(_repr, rest._repr,
289 return fs::path(_repr + '/' + rest._repr);
/freebsd-current/contrib/ldns/
H A Dconfigure3505 ... rest of stderr output deleted ...
12746 ... rest of stderr output deleted ...
21067 # distribution terms that you use for the rest of that program.
21304 # List of archive names. First name is the real one, the rest are links.
H A Dhost2wire.c32 ldns_rdf *rest; local
69 /* try again with the rest of the name. */
94 rest = ldns_dname_left_chop(name);
102 s = ldns_dname2buffer_wire_compress(buffer, rest, compression_data);
103 ldns_rdf_deep_free(rest);
/freebsd-current/contrib/libedit/
H A Dhistory.c61 #define FUN(prefix, rest) prefix ## _ ## rest
79 #define FUN(prefix, rest) prefix ## _w ## rest
H A Dtokenizer.c71 #define FUN(prefix, rest) prefix ## _ ## rest
78 #define FUN(prefix, rest) prefix ## _w ## rest
/freebsd-current/contrib/libpcap/
H A Dconfigure3477 ... rest of stderr output deleted ...
4698 ... rest of stderr output deleted ...
/freebsd-current/contrib/libxo/xolint/
H A Dxolint.pl635 my($text, $ff, $fc, $rest);
636 for ($in = $format; $in; $in = $rest) {
637 ($text, $ff, $fc, $rest) =
641 ($text, $ff, $rest) = ($in =~ /^([^%]*)(%%)(.*)$/);
/freebsd-current/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc25 * can be defined at one time and the rest definitions will be filtered out by
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S102 srl %o5,1,%o5 ! rest of %o5
H A Dmodsi3.S102 srl %o5,1,%o5 ! rest of %o5
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1826 // Although request is unsigned long, the rest of the interceptor uses it
7461 // Reuse the rest of the code in the strlcpy() interceptor
H A Dsanitizer_symbolizer_mac.cpp121 const char *rest = trim; local
123 rest = ExtractTokenUpToDelimiter(rest, " (in ", &symbol_name);
124 if (rest[0] == '\0') {
134 rest = ExtractTokenUpToDelimiter(rest, ") ", out_module);
136 if (rest[0] == '(') {
138 rest++;
139 rest = ExtractTokenUpToDelimiter(rest, "
[all...]

Completed in 372 milliseconds

1234