Searched refs:last (Results 326 - 350 of 601) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libshell/common/sh/
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/libfsmgt/common/
H A Dnfs_mntinfo.c373 char *last; local
376 &last)) != NULL) {
378 strcat("/", last));
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c107 #define USE_LAST (1<<2) /* option must be last */
449 * The severity option goes last because it comes with a huge amount of ugly
576 static char *last = ""; local
595 src = dst = ret = (string ? string : last);
609 last = src;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c455 *build(last, next, item)
456 NODE **last; /* Where to store in last list item */
468 *last = p;
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s105 bcs .lastword ! if counter wraps, last word
196 ! this is the last word. It may contain null bytes. store bytes
236 bcs .lastword ! if counter wraps, last word
255 bcs .lastword ! if counter wraps, last word
H A Dstrncmp.s129 andcc %i4, 0xff, %g0 ! check if last byte is zero
174 andcc %i4, 0xff, %g0 ! check if last byte is zero
218 andcc %i4, 0xff, %g0 ! check if last byte is zero
255 andcc %i4, 0xff, %g0 ! check if last byte is zero
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1148 char *last, *name, buf[RCP_BUFSIZE]; local
1179 last = rindex(name, '/');
1180 if (last == 0)
1181 last = name;
1183 last++;
1219 last);
1306 char *last, *vect[1]; local
1313 last = rindex(name, '/');
1314 if (last == 0)
1315 last
[all...]
/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];
/illumos-gate/usr/src/cmd/mailx/
H A Dlist.c443 register char **last; local
447 last = argv + argc - 1;
482 if (ap >= last) {
783 printf(gettext("Referencing beyond last message\n"));
H A Doptim.c175 * Return last host in a uucp address.
537 * metacharacters) are left intact. The last component of the network
794 register char *cp, *last; local
797 last = NOSTR;
800 last = cp;
803 return(last);
/illumos-gate/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c86 uint32_t last; local
182 /* Get last entry id saved */
183 last = log.count - 1;
196 count = last - first + 1;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c301 * This is the last element
515 struct off_tbl *offtp, *last = NULL; local
546 last->next = offtp;
547 last = offtp;
H A Dns_files.c225 struct dir_entry *last = NULL; local
282 * the last entry read to corroborate the search through
295 * our 'last' may no longer be valid
297 last = NULL;
301 if (add_dir_entry(word, list, &last) != 0) {
305 assert(last != NULL);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_cmd.c90 int last = 0; local
170 * If we have a stale door handle, give smf a last
182 if (!last) {
184 last++;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-utf8.h197 char *krb5int_utf8_strtok( char* sp, const char* sep, char **last);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c432 const char *first, *last; /* The first and last matching suffixes */ local
448 * Given that the array of matches is sorted, the first and last
454 last = result->matches[result->nmatch - 1].suffix;
456 * Find the point at which the first and last matching strings
459 while(*first && *first == *last) {
461 last++;
592 * Recall the return value of the last call to cpl_complete_word().
598 * completions, as returned by the last call to
604 * function, or in the last cal
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.s129 andcc %i4, 0xff, %g0 ! check if last byte is zero
174 andcc %i4, 0xff, %g0 ! check if last byte is zero
218 andcc %i4, 0xff, %g0 ! check if last byte is zero
255 andcc %i4, 0xff, %g0 ! check if last byte is zero
/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm.c292 long last = kd->kvm_dump.dump_npages - 1; local
294 while (last >= first) {
295 long middle = (first + last) / 2;
308 last = middle - 1;
/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/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c324 int first, int last, int flags)
450 if (cap && count >= last) {
480 * the last known timestamp if it is available.
680 cap_read(int first, int last, int filter, void (*proc)(), int flags) argument
686 scan(cap_buffp, cap_len, filter, 1, !cap_new, proc, first, last, flags);
323 scan(char *buf, int len, int filter, int cap, int old, void (*proc)(), int first, int last, int flags) argument
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapdelete.c224 for ( datalist = ((Head *)&HeadNode)->last; datalist; datalist = datalist->left ) {
H A Dldaptool.h215 Element *last; member in struct:__anon729
/illumos-gate/usr/src/cmd/tbl/
H A Dt5.c114 last = cstore;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dglobal.h157 extern char lastfilepath[]; /* last file that full path was computed for */
169 extern int last; /* buffer index for last char of symbol */

Completed in 92 milliseconds

<<11121314151617181920>>