Searched refs:pieces (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dversion.c213 apr_array_header_t *pieces =
216 if ((pieces->nelts < 2) || (pieces->nelts > 3))
226 APR_ARRAY_IDX(pieces, 0, const char *));
232 APR_ARRAY_IDX(pieces, 1, const char *));
240 if (pieces->nelts == 3)
242 const char *piece = APR_ARRAY_IDX(pieces, 2, const char *);
212 apr_array_header_t *pieces = local
/freebsd-10.1-release/usr.sbin/ckdist/
H A Dckdist.c276 int rval, error, c, pieces, cnt, fd; local
285 if ((c = sscanf(buf, "Pieces = %d%c", &pieces, &ch)) != 2 ||
286 ch != '\n' || pieces < 1)
/freebsd-10.1-release/usr.bin/csup/
H A Dfattr.c340 } pieces[FA_NUMBER], *piece; local
366 memset(pieces, 0, FA_NUMBER * sizeof(*pieces));
368 piece = pieces;
468 n = piece - pieces;
469 piece = pieces;
/freebsd-10.1-release/contrib/one-true-awk/
H A DREADME60 equivalent), you must compile the pieces manually. We have
/freebsd-10.1-release/usr.sbin/cron/doc/
H A DINSTALL55 Edit your /usr/lib/crontab file into little pieces -- see the CONVERSION file
58 Use the `crontab' command to install all the little pieces you just created.
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp101 /// can lead to redundant diagnostic pieces at the same point in a path.
131 // Check to see if we should keep one of the two pieces. If we
153 /// Recursively scan through a path and prune out calls and macros pieces
156 static bool removeUnneededCalls(PathPieces &pieces, BugReport *R, argument
159 const unsigned N = pieces.size();
164 IntrusiveRefCntPtr<PathDiagnosticPiece> piece(pieces.front());
165 pieces.pop_front();
202 pieces.push_back(piece);
215 /// Recursively scan through a path and make sure that all call pieces have
284 /// Remove all pieces wit
1976 addContextEdges(PathPieces &pieces, SourceManager &SM, const ParentMap &PM, const LocationContext *LCtx) argument
2057 simplifySimpleBranches(PathPieces &pieces) argument
[all...]
H A DPathDiagnostic.cpp1025 static void compute_path_size(const PathPieces &pieces, unsigned &size) { argument
1026 for (PathPieces::const_iterator it = pieces.begin(),
1027 et = pieces.end(); it != et; ++it) {
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h455 bool RemoveUnneededCalls(PathPieces &pieces, BugReport *R);
H A DPathDiagnostic.h324 // Path "pieces" for path-sensitive diagnostics.
602 static PathDiagnosticCallPiece *construct(PathPieces &pieces,
708 /// each which represent the pieces of the path.
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Ddummynet.txt239 If 'busy' is set, no pieces can be accessed.

Completed in 380 milliseconds