Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 1794) sorted by path

12345678910>>...72

/freebsd/
H A D.cirrus.yml150 # XXX: This script is slow so keep it last
H A DCONTRIBUTING.md157 to find out the last time we merged from upstream. If it is in the last 5 years,
158 upstream is "active" and you should submit your patches there and let the last
H A DObsoleteFiles.inc15581 # 20100815: retired last traces of chooseproc(9)
H A DUPDATING48 Files listed here are the last ones read. And /boot/loader.conf.local was
484 Most notably netdev.h can change now as the (last) dependencies
1923 last couple of stable branches). See the top of this file when there's
2121 last time you updated your kernel config file. Options also
/freebsd/bin/ed/
H A DPOSIX30 command per line with each line, except for the last, ending in a
/freebsd/bin/mkdir/
H A Dmkdir.c131 int first, last, retval; in build() local
139 for (first = 1, last = 0; !last ; ++p) { in build()
141 last = 1; in build()
145 if (!last && p[1] == '\0') in build()
146 last = 1; in build()
165 if (last) in build()
167 if (mkdir(path, last ? omode : S_IRWXU | S_IRWXG | S_IRWXO) < 0) { in build()
174 if (last) in build()
182 if (last) in build()
191 if (!last) in build()
[all …]
/freebsd/bin/pax/
H A Dcpio.c153 ARCHD last; in cpio_endwr() local
158 memset(&last, 0, sizeof(last)); in cpio_endwr()
159 last.nlen = sizeof(TRAILER) - 1; in cpio_endwr()
160 last.type = PAX_REG; in cpio_endwr()
161 last.sb.st_nlink = 1; in cpio_endwr()
162 (void)strcpy(last.name, TRAILER); in cpio_endwr()
163 return((*frmt->wr)(&last)); in cpio_endwr()
/freebsd/bin/sh/
H A DTOUR275 which is to be stored in memory. This last is used when a buil-
H A Dhistedit.c257 int first, last, direction; in histcmd() local
362 last = str_to_event(laststr, 1); in histcmd()
365 i = last; in histcmd()
366 last = first; in histcmd()
374 direction = first < last ? H_PREV : H_NEXT; in histcmd()
439 if (he.num == last) in histcmd()
494 str_to_event(const char *str, int last) in str_to_event() argument
524 retval = history(hist, &he, last ? H_FIRST : H_LAST); in str_to_event()
H A Dnodetypes46 # The last two types should be followed by the text of a C declaration for
/freebsd/bin/sh/tests/builtins/
H A Dread5.06 # Note: the first and last characters are not whitespace.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c607 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) in info_stmt() argument
613 if (edp == *last) in info_stmt()
622 *last = edp; in info_stmt()
634 dtrace_ecbdesc_t *last = NULL; in exec_prog() local
670 (dtrace_stmt_f *)info_stmt, &last); in exec_prog()
769 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) in list_stmt() argument
773 if (edp == *last) in list_stmt()
783 *last = edp; in list_stmt()
794 dtrace_ecbdesc_t *last = NULL; in list_prog() local
797 (dtrace_stmt_f *)list_stmt, &last); in list_prog()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c64 hrtime_t now, last = 0, end; in badioctl() local
76 if ((now = gethrtime()) - last > NANOSEC) { in badioctl()
96 last = now; in badioctl()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.localtcpstate.ksh.out13 tcp:::state-change to last-ack - yes
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh165 if [ "$seconds" -ne "$last" ]; then
166 last=$seconds
188 if [ "$seconds" -ne "$last" ]; then
189 last=$seconds
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh76 last if /^\$/;
H A Dtst.spin.ksh106 last if /^$/;
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c300 int i, first = -1, last; in show_events() local
309 last = i; in show_events()
314 desc, event_type, first, last); in show_events()
316 for (i = first; i <= last; i++) in show_events()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c450 dt_flowindent(dtrace_hdl_t *dtp, dtrace_probedata_t *data, dtrace_epid_t last, in dt_flowindent() argument
496 if ((last != DTRACE_EPIDNONE && id != last && in dt_flowindent()
497 pd->dtpd_id == dtp->dt_pdesc[last]->dtpd_id)) in dt_flowindent()
H A Ddt_dof.c627 const dtrace_ecbdesc_t *edp, *last; in dtrace_dof_create() local
663 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts); in dtrace_dof_create()
664 stp != NULL; stp = dt_list_next(stp), last = edp) { in dtrace_dof_create()
675 if ((edp = sdp->dtsd_ecbdesc) == last) in dtrace_dof_create()
707 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts); in dtrace_dof_create()
708 stp != NULL; stp = dt_list_next(stp), last = edp) { in dtrace_dof_create()
721 if ((edp = stp->ds_desc->dtsd_ecbdesc) == last) in dtrace_dof_create()
H A Ddt_pid.c677 char *c, *last = NULL, *end; in dt_pid_get_pid() local
681 last = c; in dt_pid_get_pid()
684 if (last == NULL || (*(++last) == '\0')) { in dt_pid_get_pid()
691 pid = strtol(last, &end, 10); in dt_pid_get_pid()
693 if (errno != 0 || end == last || end[0] != '\0' || pid <= 0) { in dt_pid_get_pid()
H A Ddt_program.c91 dtrace_ecbdesc_t *last = NULL; in dtrace_program_info() local
109 if (edp == last) in dtrace_program_info()
111 last = edp; in dtrace_program_info()
320 dtrace_actdesc_t *last = sdp->dtsd_action_last; in dtrace_stmt_destroy() local
323 assert(last != NULL); in dtrace_stmt_destroy()
336 edp->dted_action = last->dtad_next; in dtrace_stmt_destroy()
338 ap->dtad_next = last->dtad_next; in dtrace_stmt_destroy()
344 last->dtad_next = NULL; in dtrace_stmt_destroy()
H A Ddt_subr.c804 char *last = strrchr(str, '/'); in dt_basename() local
806 if (last == NULL) in dt_basename()
809 return (last + 1); in dt_basename()
/freebsd/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c175 list_t *l, *last; in list_concat() local
177 for (l = *list1, last = NULL; l; last = l, l = l->l_next) in list_concat()
180 if (last == NULL) in list_concat()
183 last->l_next = list2; in list_concat()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1830 int last = -1; in die_resolve() local
1842 if ((int) dw->dw_nunres == last) { in die_resolve()
1853 last = dw->dw_nunres; in die_resolve()

12345678910>>...72