Searched defs:before (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dchgrp.c52 "[b:before?Only change files with \bctime\b before (less than) the "
242 unsigned long before; local
251 before = ~0;
277 before = st.st_mtime;
410 if ((unsigned long)ent->fts_statp->st_ctime >= before)
H A Dgrep.c51 " [before[,after]]:=2,2]"
161 int before; /* # lines to list before match */ member in struct:State_s
224 if (state->number || state->before || state->after || !regrecord(&x->re))
685 state.before = (int)strtol(opt_info.arg, &s, 0);
686 state.after = (*s == ',') ? (int)strtol(s + 1, &s, 0) : state.before;
691 state.before = state.after = 2;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dpath.c436 * if last is given, all paths that come before <last> are skipped
1329 static clock_t before; variable
1359 before = times(&buffer);
1380 sabuf.ac_etime = compress( (time_t)(after-before));
H A Dxec.c89 * to use a pipe and to wait for the pipe to close before restoring to a
2375 struct tms before,after; local
2405 times(&before);
2407 bt = times(&before);
2421 before.tms_utime = before.tms_cutime = 0;
2422 before.tms_stime = before.tms_cstime = 0;
2446 tm[1] = after.tms_utime - before.tms_utime;
2447 tm[1] += after.tms_cutime - before
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dxfs.h300 xfs_dablk_t before; /* Btree block before this key */ member in struct:xfs_da_intnode::xfs_da_node_entry
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c135 /* for use after a quantifier and before an EXACT-like node -- japhy */
216 /* Pop REGCP_OTHER_ELEMS before the parentheses loop starts. */
399 register char *other_last = Nullch; /* other substr checked before this */
838 Since minlen is already taken into account, s+1 is before strend;
1672 /* see how far we have to get to not match where we matched before */
1836 char *last1; /* Last position checked before */
2288 /* The part of the string before starttry has one color
2846 SV **before = SP; local
2849 if (SP == before)
3740 /* ...because $ and \Z can match before *an
[all...]

Completed in 45 milliseconds