Home
last modified time | relevance | path

Searched refs:last (Results 826 – 836 of 836) sorted by last modified time

1...<<31323334

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_util.c42 char *first, *last; in create_mech() local
59 last = strrchr(pres->name, '\0'); in create_mech()
60 last--; in create_mech()
61 while (isspace(*last)) /* nuke trailing whitespace */ in create_mech()
62 *last-- = '\0'; in create_mech()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c783 ap->head = ap->last = ap->base; in mkentry()
784 fp = ap->last; in mkentry()
800 ap->last = fp; in mkentry()
883 sindex = (int)(ap->last - ap->head); in expand()
904 lindex = (int)(ap->last - ap->head); in expand()
921 (size_t)((ap->last - &ap->head[rindexa])) * in expand()
923 ap->last -= lindex - sindex; in expand()
H A Dmain.c481 while ((alist.last - alist.head) > 0) { in main()
H A Dinteractive.c66 for (; alist.head < alist.last; alist.head++) in runcmdshell()
335 if (ap->head != ap->last) { in getcmd()
595 ap->head = ap->last = (struct afile *)0; in expandarg()
607 ap->last = ap->head + 1; in expandarg()
610 if ((ap->last - ap->head) > ULONG_MAX) { in expandarg()
642 alist.last = alist.head + 1; in printlist()
683 (size_t)(alist.last - alist.head), in printlist()
711 int nentry = (int)(ap->last - ap->head); in formatf()
717 if (ap->head == ap->last) in formatf()
759 for (fp = ap->head; fp < ap->last; fp++) { in formatf()
[all …]
H A Drestore.c696 ino_t first, next, last; in createfiles() local
702 last = upperbnd(maxino - 1); in createfiles()
712 last = upperbnd(last); in createfiles()
716 if (first > last) in createfiles()
735 while (curfile.ino > last) { in createfiles()
788 if (next == curfile.ino && next <= last) { in createfiles()
/illumos-gate/usr/src/cmd/ast/shcomp/
H A DMakefile48 LDLIBS += -lshell -last
/illumos-gate/usr/src/cmd/ast/msgcc/
H A DMakefile60 LDLIBS += -last
/illumos-gate/usr/src/cmd/ast/libpp/
H A DMakefile.com44 LDLIBS += -last -lc
/illumos-gate/usr/src/cmd/ast/libdll/
H A DMakefile.com45 LDLIBS += -last -lc
/illumos-gate/usr/src/cmd/ast/libcmd/
H A DMakefile.com44 LDLIBS += -lsum -last -lsocket -lnsl -lc
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dstdarg.h44 #define va_start(ap, last) \ argument
45 __builtin_va_start((ap), (last))
65 #define va_start(ap, last) \ argument
66 ((ap) = (va_list)&(last) + __va_size(last))

1...<<31323334