Searched refs:start (Results 1 - 25 of 2022) sorted by path

1234567891011>>

/freebsd-11-stable/bin/dd/
H A Dmisc.c68 secs = (end.tv_sec - st.start.tv_sec) + \
69 (end.tv_nsec - st.start.tv_nsec) * 1e-9;
/freebsd-11-stable/bin/expr/
H A Dexpr.y93 %type <val> start expr
97 start: expr { result = $$; } label
/freebsd-11-stable/bin/pax/
H A Dgen_subs.c193 char *start; local
196 start = dest;
199 len = dest - start;
270 * do a tailwise conversion (start at right most end of string to place
367 * do a tailwise conversion (start at right most end of string to place
H A Dpat_rep.c798 char *start; local
804 * we start. since dest always ends in a slash, we skip of or_name
807 start = or_name;
808 src = start + *or_len;
810 if (*start == '/') {
811 ++start;
815 paxwarn(1, "File name %s/%s, too long", dir_name, start);
823 while (src >= start)
H A Dtar.c1071 * if the split is not needed, the points is set to the start of the file
1079 char *start; local
1091 * we start looking at the biggest sized piece that fits in the name
1096 start = name + len - TNMSZ;
1097 while ((*start != '\0') && (*start != '/'))
1098 ++start;
1104 if (*start == '\0')
1106 len = start - name;
1120 return(start);
[all...]
/freebsd-11-stable/bin/sh/
H A Dcd.c253 char *start; local
257 start = *path;
266 return start;
H A Dexec.c175 * set to the start of the path before the first call; padvance will update
188 const char *p, *start; local
194 start = *path;
195 for (p = start; *p && *p != ':' && *p != '%'; p++)
198 len = p - start + namelen + 2; /* "2" is for '/' and '\0' */
201 if (p != start) {
202 memcpy(q, start, p - start);
203 q += p - start;
H A Dexpand.c410 char *q, *start; local
420 start = stackblock() + begoff;
423 result = arith(start);
426 start = stackblock() + begoff;
427 adj = start - expdest;
776 * Terminate the string and start recording the pattern
1075 const char *start; local
1087 start = name;
1113 start = p + esc + 1;
1134 if (start !
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c446 char *buf, *start, *end; local
465 if ((start = strstr(buf, g_etcbegin)) == NULL)
473 if (strstr(start + 1, g_etcbegin) != NULL) {
474 fatal("multiple start sentinels in %s; manual repair of %s "
483 if (start > end) {
484 fatal("end sentinel preceeds start sentinel in %s; manual "
489 bcopy(end, start, strlen(end) + 1);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_CLEAR_AGGARG.bad.d47 start = timestamp;
H A Derr.D_CLEAR_PROTO.bad.d47 start = timestamp;
H A Derr.D_NORMALIZE_AGGARG.bad.d48 start = timestamp;
H A Derr.D_NORMALIZE_PROTO.bad.d48 start = timestamp;
H A Derr.D_NORMALIZE_SCALAR.bad.d48 start = timestamp;
H A Dtst.clear.d45 start = timestamp;
H A Dtst.cleardenormalize.d46 start = timestamp;
H A Dtst.clearnormalize.d45 start = timestamp;
H A Dtst.denormalize.d44 start = timestamp;
H A Dtst.denormalizeonly.d45 start = timestamp;
H A Dtst.fmtnormalize.d44 start = timestamp;
H A Dtst.multinormalize.d44 start = timestamp;
H A Dtst.normalize.d44 start = timestamp;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh40 start = timestamp;
63 /((total * 100) / (timestamp - start)) > thresh/
66 \$\$1, ((total * 100) / (timestamp - start)));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drenormalize.d43 start = timestamp;
53 normalize(@func, (timestamp - start) / 1000000000);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/end/
H A Derr.D_IDENT_UNDEF.timespent.d42 total = timestamp - start;
47 start = timestamp;

Completed in 146 milliseconds

1234567891011>>