Searched refs:last (Results 376 - 400 of 695) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
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...]
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSessionUtil.c203 ses_delay_freed.last = sp;
206 ses_delay_freed.last->next = sp;
207 ses_delay_freed.last = sp;
274 /* Session is the last one in the list */
/opensolaris-onvv-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++;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c2116 Perl_append_elem(pTHX_ I32 type, OP *first, OP *last) argument
2119 return last;
2121 if (!last)
2127 return newLISTOP(type, 0, first, last);
2131 ((LISTOP*)first)->op_last->op_sibling = last;
2134 ((LISTOP*)first)->op_first = last;
2136 ((LISTOP*)first)->op_last = last;
2141 Perl_append_list(pTHX_ I32 type, LISTOP *first, LISTOP *last) argument
2144 return (OP*)last;
2146 if (!last)
2165 Perl_prepend_elem(pTHX_ I32 type, OP *first, OP *last) argument
2213 Perl_newLISTOP(pTHX_ I32 type, I32 flags, OP *first, OP *last) argument
2288 Perl_newBINOP(pTHX_ I32 type, I32 flags, OP *first, OP *last) argument
5746 OP *last = cLISTOPx(o)->op_last; /* The bareword. */ local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c323 int first, int last, int flags)
449 if (cap && count >= last) {
479 * the last known timestamp if it is available.
678 cap_read(int first, int last, int filter, void (*proc)(), int flags) argument
684 scan(cap_buffp, cap_len, filter, 1, !cap_new, proc, first, last, flags);
322 scan(char *buf, int len, int filter, int cap, int old, void (*proc)(), int first, int last, int flags) argument
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
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);
/opensolaris-onvv-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:__anon766
/opensolaris-onvv-gate/usr/src/cmd/mailx/
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);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A Dmkheader83 last if open($fh, $f);
85 last if open($fh, $f);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DPacklist.t51 last if $i++;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.h208 frutree_cache_t *last; member in struct:__anon1373
/opensolaris-onvv-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c711 svcprop_prop_node_t *p, *last; local
742 last = uu_list_last(prop_list);
743 if (last != NULL) {
744 if ((last->spn_comp2 == NULL) ^ (p->spn_comp2 == NULL)) {
/opensolaris-onvv-gate/usr/src/cmd/tbl/
H A Dt5.c114 last = cstore;
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h159 typedef struct /* last lookup cache */
161 Hash_table_t* table; /* last lookup table */
162 Hash_bucket_t* bucket; /* last lookup bucket */
173 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dhash.h150 typedef struct /* last lookup cache */
152 Hash_table_t* table; /* last lookup table */
153 Hash_bucket_t* bucket; /* last lookup bucket */
164 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dhash.h159 typedef struct /* last lookup cache */
161 Hash_table_t* table; /* last lookup table */
162 Hash_bucket_t* bucket; /* last lookup bucket */
173 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h159 typedef struct /* last lookup cache */
161 Hash_table_t* table; /* last lookup table */
162 Hash_bucket_t* bucket; /* last lookup bucket */
173 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h159 typedef struct /* last lookup cache */
161 Hash_table_t* table; /* last lookup table */
162 Hash_bucket_t* bucket; /* last lookup bucket */
173 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/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
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/lib/libkvm/common/
H A Dkvm.c211 long last = kd->kvm_dump.dump_npages - 1; local
213 while (last >= first) {
214 long middle = (first + last) / 2;
227 last = middle - 1;
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/
H A Dfilesys.c61 PedFileSystemType* last = NULL; local
67 last = walk, walk = walk->next);
70 if (last)
71 ((struct _PedFileSystemType*) last)->next = fs_type->next;
98 * @return @c NULL if @p fs_type is the last item in the list.

Completed in 296 milliseconds

<<11121314151617181920>>