Searched defs:last (Results 301 - 325 of 441) sorted by relevance

<<1112131415161718

/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c490 ap_platopts_check(apd_t *a, int first, int last) argument
513 for (c = first; c <= last; c++)
1330 int last; local
1349 * the last one, since printing the last cpuid is a
1357 /* Print the last cpuid, if necessary */
1359 last = (dst->ps_ncores == 2) ? PI_CPUID_PAIR : PI_CPUID_LAST;
1361 dgettext(TEXT_DOMAIN, p[last]), dst->ps_cpuid[i]);
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c1501 char *token, *last, *value; local
1510 for (token = strtok_r(shareopts, ",", &last); token != NULL;
1511 token = strtok_r(NULL, ",", &last)) {
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h86 char *last; member in struct:Namfun
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c590 register char *last, *prev; local
612 if(!(last = shp->prompt))
613 last = "";
616 last = ep->e_prbuff;
641 while(prev = last, c = mbchar(last)) switch(c)
648 for(n=1; c = *last++; n++)
662 last--;
709 if((qwid = last - prev) > 1)
711 while(prev < last
[all...]
H A Dhistory.c35 * to read the file from beginning to end to get to the last block of
63 off_t histmarker; /* offset of last command marker */ \
69 off_t histcmds[2]; /* offset for recent commands, must be last */
181 char *buff, *cp, *last; local
196 id1 = id2 = strtol(cp,&last,10);
197 if(*last=='-')
198 id1 = strtol(last+1,&last,10);
203 cp = last;
335 int first,last; local
472 char *last, *name=hist_old->histname; local
889 hist_list(register History_t *hp,Sfio_t *outfile, off_t offset,int last, char *nl) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h77 char *last; member in struct:Namfun
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c656 * NV_LAST: Move or push <fp> to bottom of stack or delete last
1052 * if last==0 and first component of name is a reference, nv_bfsearch()
1055 Namval_t *nv_bfsearch(const char *name, Dt_t *root, Namval_t **var, char **last) argument
1098 if(last)
1099 *last = cp;
H A Dparse.c722 Sfoff_t first, last; local
856 last = fctell();
857 fp->functline = (last-first);
1326 char *last, *cp; local
1329 last = strchr(argp->argval,'=');
1330 if(last && (last[-1]==']'|| (last[-1]=='+' && last[-2]==']')) && (cp=strchr(argp->argval,'[')) && (cp < last))
1897 kiaentity(Lex_t *lexp,const char *name,int len,int type,int first,int last,unsigned long parent, int pkind, int width, const char *attr) argument
[all...]
H A Dpath.c176 /* leave at least two for last */
341 register char *last = strrchr(path,'/'); local
344 if(last)
345 *last = 0;
349 if(last)
350 *last = '/';
362 if(last)
363 pcomp.len = last-path;
426 * if last is given, all paths that come before <last> ar
429 path_nextcomp(register Pathcomp_t *pp, const char *name, Pathcomp_t *last) argument
[all...]
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h86 char *last; member in struct:Namfun
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h86 char *last; member in struct:Namfun
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h86 char *last; member in struct:Namfun
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c191 char *last; local
201 console = strtok_r(line, field_delims, &last);
212 mode_str = strtok_r(last, field_delims, &last);
239 dev_list = strtok_r(last, field_delims, &last);
252 device = strtok_r(dev_list, ":", &last);
260 device = strtok_r(last, ":", &last);
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c528 * On success, the last pointer of the array of pointers will be NULL.
558 static uint_t last = 0; local
566 if (sbuf.st_mtime > last) {
567 last = sbuf.st_mtime;
992 * Return a copy of the list of the mech file entries. The ptr to the last
1006 static uint_t last = 0; /* file last modified date */ local
1014 if (sbuf.st_mtime > last) {
1015 last = sbuf.st_mtime;
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c576 int last = 0; local
920 last = '\n';
982 if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0))
1124 if (last == '(')
1179 if (last == '(' && group == 2)
1191 if (proto->brace == 0 && paren == 0 && last != '=' && (flags & (CLASSIC|DECLARE|DIRECTIVE|MATCH|PLUSONLY|SKIP|TOKENS)) == (MATCH|TOKENS) && ((dir & DIR) != DIR_en || ((dir>>2) & DIR) != DIR_if))
1319 if (last
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h161 evWait * last; member in struct:evWaitList
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c692 aio_req_t **reqpp, *last; local
722 last = _aio_done_tail;
726 if (last == reqp) {
727 last = reqp->req_next;
730 /* this should be the last req in list */
731 _aio_done_head = last;
739 last = reqp;
960 * once the last pending request is executed this function will block
1917 aio_req_t **last; local
1927 last
[all...]
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c250 * that only "the last one specified takes
533 int last = 0; local
540 last = c;
561 if (LINE_CONT && iswctype(last, blank)) {
637 if (EAT_LEAD && last == 0) {
703 * extra space isn't echoed after the last argument.
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c81 * The first and the last of Hangul syllables, Hangul Jamo Leading consonants,
1036 blocked(uchar_t *comb_class, size_t last) argument
1041 my_comb_class = comb_class[last];
1042 for (i = 1; i < last; i++)
1059 uchar_t *disp, size_t last, uchar_t **os, uchar_t *oslast)
1084 * The "last" is the index pointing to the last character not last + 1.
1086 if (last >= U8_MAX_CHARS_A_SEQ)
1087 last
1058 do_composition(size_t uv, uchar_t *s, uchar_t *comb_class, uchar_t *start, uchar_t *disp, size_t last, uchar_t **os, uchar_t *oslast) argument
1401 size_t last; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c130 * The undo order is from last command to the first command.
217 char *last; local
221 tok = strtok_r(line, WHITESPACE, &last);
226 vertok = strtok_r(last, WHITESPACE, &last);
238 tok = strtok_r(last, WHITESPACE, &last);
265 char *last; local
267 pathtok = strtok_r(line, WHITESPACE, &last);
272 tok = strtok_r(last, WHITESPAC
315 char *last; local
601 char *last; local
768 char *last; local
859 char *last; local
958 char *last = NULL; local
1087 char *last; local
1134 char *last; local
1315 char *last; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.h208 frutree_cache_t *last; member in struct:__anon1207
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c73 typedef struct { /* used to keep track of time taken for last 5 pats */
134 char *token, *last, *value; local
144 token = last = value = NULL;
145 value = (char *)strtok_r((char *)buf, WD_DELIMETER, &last);
146 if (last) {
147 token = (char *)strtok_r(last, WD_DELIMETER, &last);
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c424 lgrp_id_t last; local
435 last = first;
437 last = atoi(++p);
439 for (i = first; i <= last; i++) {
533 * Print last lgroup ID(s)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c1052 int i, last, length; local
1085 i = last = 0;
1097 last = i++;
1101 * Just print the last dialect, which is
1104 snprintf(xtra, xsz, " Dialect[%d]=%s", last, tbuf);
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c791 int i, j, last = -1; local
795 if (array[i] != last) {
796 last = array[i];

Completed in 132 milliseconds

<<1112131415161718