Searched refs:first (Results 51 - 75 of 402) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/brand/shared/brand/amd64/
H A Dcrt.s59 movq %rsp, %rbp / first stack frame
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s50 ! The first part of this algorithm focuses on determining
51 ! whether or not the desired character is in the first few bytes
72 bz .notfound ! c not found in first n bytes
81 bz .notfound ! c not found in first n bytes
90 bz .notfound ! c not found in first n bytes
124 andcc %g1, %o4, %g0 ! first byte zero (= found c) ?
152 andcc %g1, %o4, %g0 ! first byte zero (= found c) ?
156 bz .notfound ! c not found in first n bytes
161 bz .notfound ! c not found in first n bytes
166 bz .notfound ! c not found in first
[all...]
H A Dstrchr.s30 * The strchr() function returns a pointer to the first occurrence of c
108 andcc %g1, %o4, %g0 ! first byte zero (= found search char) ?
131 andcc %g1, %o4, %g0 ! first byte == findchar ?
133 andcc %o2, %o4, %g0 ! first byte == 0 ?
172 ! not being aligned at all. Search the first half of the word
177 srl %o1, 8, %o4 ! %o4<7:0> = first byte
178 tst %o4 ! first byte zero ?
201 andcc %o1, %o4, %g0 ! first byte zero?
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.s50 ! The first part of this algorithm focuses on determining
51 ! whether or not the desired character is in the first few bytes
72 bz %ncc, .notfound ! c not found in first n bytes
81 bz %ncc, .notfound ! c not found in first n bytes
90 bz %ncc, .notfound ! c not found in first n bytes
123 andcc %g1, %o4, %g0 ! first byte zero (= found c) ?
152 andcc %g1, %o4, %g0 ! first byte zero (= found c) ?
156 bz %ncc, .notfound ! c not found in first n bytes
161 bz %ncc, .notfound ! c not found in first n bytes
166 bz %ncc, .notfound ! c not found in first
[all...]
H A Dstrchr.s30 * The strchr() function returns a pointer to the first occurrence of c
108 andcc %g1, %o4, %g0 ! first byte zero (= found search char) ?
131 andcc %g1, %o4, %g0 ! first byte == findchar ?
133 andcc %o2, %o4, %g0 ! first byte == 0 ?
172 ! not being aligned at all. Search the first half of the word
177 srl %o1, 8, %o4 ! %o4<7:0> = first byte
178 tst %o4 ! first byte zero ?
201 andcc %o1, %o4, %g0 ! first byte zero?
H A Dstrcpy.s53 ! This implementation of strcpy works by first checking the
84 srl %o5, 8, %o4 ! extract first byte
85 tst %o4 ! first byte == 0 ?
87 stb %o4, [%o2] ! store first byte
98 srl %o5, 24, %o4 ! extract first byte
99 tst %o4 ! is first byte zero ?
101 stb %o4, [%o2] ! store first byte
144 srlx %o1, 56, %o3 ! %o3<7:0> = first byte
145 andcc %o1, %o4, %g0 ! first byte zero?
147 stb %o3, [%o2 - 8] ! store first byt
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmacro.c72 unsigned char ifs; /* first char of IFS */
439 register char *cp,*first; local
452 first = cp = fcseek(0);
481 c = (cp-len) - first;
487 c = (cp-1) - first;
497 sfwrite(stkp,first,c);
500 first = fcseek(cp-first);
523 mac_copy(mp,first,c);
533 first
850 register char *first=fcseek(0); local
907 register unsigned char *first,*last,*cp = (unsigned char*)shp->cur_line; local
[all...]
H A Dexpand.c279 int first, last, incr, count = 0; local
287 /* first search for {...,...} */
308 first = strtol(pat,&endc,0);
314 else if(last<first)
354 first = *pat;
362 else if(first>last)
417 pat[0] = first;
423 sfsprintf(pat=tmp,sizeof(tmp),format,first);
427 if(incr*(first+incr) > last*incr)
430 first
[all...]
H A Dpath.c121 /* system call so we can save us to call access(2) first */
315 void path_delete(Pathcomp_t *first) argument
317 register Pathcomp_t *pp=first, *old=0, *ppnext;
401 register Pathcomp_t *oldpp,*first; local
415 first = (pp->flags&PATH_CDPATH)?shp->cdpathlist:path_get(shp,"");
416 for(oldpp=first; oldpp && oldpp!=pp; oldpp=oldpp->next)
429 path_chkpaths(shp,first,0,pp,offset);
990 /* find first path that has a library component */
1420 static Pathcomp_t *path_addcomp(Shell_t *shp,Pathcomp_t *first, Pathcomp_t *old,const char *name, int flag) argument
1436 for(pp=first; p
1473 path_chkpaths(Shell_t *shp,Pathcomp_t *first, Pathcomp_t* old,Pathcomp_t *pp, int offset) argument
1570 path_addpath(Shell_t *shp,Pathcomp_t *first, register const char *path,int type) argument
1630 path_dup(Pathcomp_t *first) argument
1644 path_newdir(Shell_t *shp,Pathcomp_t *first) argument
1700 Pathcomp_t *first = (Pathcomp_t*)shp->pathlist; local
1743 path_dirfind(Pathcomp_t *first,const char *name,int c) argument
[all...]
H A Dstring.c56 register int first; local
60 if(sp==0 || (first= *sp)==0)
63 while((c= *tp->sh_name) && (CC_NATIVE!=CC_ASCII || c <= first))
65 if(first == c && strcmp(sp,tp->sh_name)==0)
80 register int first; local
97 if((first= *sp)==0)
108 if(first == c)
199 /* skip to first character which matches start of oldsp */
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmm.c37 when the first byte is not aligned at a certain boundary (typically,
50 Free blocks constitutes a ring, using a singly linked list. The first free
52 attempts to pick up the second block instead of the first one. This is
130 r->first = h;
149 grub_real_malloc (grub_mm_header_t *first, grub_size_t n, grub_size_t align)
153 /* When everything is allocated side effect is that *first will have alloc
155 if ((*first)->magic == GRUB_MM_ALLOC_MAGIC)
159 for (q = *first, p = q->next; ; q = p, p = p->next)
267 *first = q;
273 if (p == *first)
148 grub_real_malloc(grub_mm_header_t *first, grub_size_t n, grub_size_t align) argument
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dgentab.sh30 # %keyword <name> [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ] [ first=<id> ] [ last=<id> ]
49 first=""
130 first=""
168 case $define:$first in
169 1:?*) echo "#define $prefix$first $counter" ;;
/osnet-11/usr/src/cmd/parted/
H A Dstrlist.h43 extern StrList* str_list_create (const char* first, ...);
44 extern StrList* str_list_create_unique (const char* first, ...);
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c295 * break it up into first-name and all-but-last-name
296 * creat(first-name)
297 * write object information to first-name
298 * close(first-name)
300 * link to first-name
308 char *p, *q, *first, *fn, *long_name, dir[2], tname[TERM_NAMES_LENGTH]; local
312 * first name to be used for the terminal filename.
342 first = m_pathcat(dir, tname);
343 if (first == NULL)
345 if (0 <= stat(first,
349 err_abort(m_strmsg(write_err), first); local
353 err_abort(m_strmsg(fail_open), first); local
356 err_abort(m_strmsg(write_err), first); local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_string_util.c121 int first = 1; local
127 /* For all components but the first, prefix with a slash. */
128 if (! first)
131 first = 0;
/osnet-11/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_varian.c205 static int first = 1; local
207 if (!first)
209 first = 0;
/osnet-11/usr/src/lib/libldap4/include/
H A Dthq.h22 tq_listTp first; /* first element in the queue */ member in struct:__anon1917
50 /* tq_dequeue returns the first "arg" passed to tq_queue */
/osnet-11/usr/src/lib/brand/shared/brand/i386/
H A Dcrt.s59 movl %esp, %ebp / first stack frame
/osnet-11/usr/src/lib/brand/shared/brand/sparc/
H A Dcrt.s72 add %o1, %l0, %o2 ! and add to argv to get first env ptr
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dindex.t13 $first = substr($foo,0,index($foo,'the'));
14 is($first, "Now is ");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/t/
H A Dbase.t26 my $first = ($len > 0) ? substr($$self, 0, 1) : "X";
28 return sprintf "$first%04d", $len;
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGeneral.c166 obj_delay_freed.first = NULL;
172 ses_delay_freed.first = NULL;
213 delay_free_obj = obj_delay_freed.first;
221 delay_free_ses = ses_delay_freed.first;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm12 @EXPORT_OK = qw(first min max minstr maxstr reduce sum shuffle);
61 sub first (&@) { subroutine
93 use List::Util qw(first max maxstr min minstr reduce shuffle sum);
107 =item first BLOCK LIST
110 of LIST in turn. C<first> returns the first element where the result from
114 $foo = first { defined($_) } @list # first defined value in @list
115 $foo = first { $_ > $value } @list # first valu
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGeneral.c70 * is used to initialize the first contact with the KMS. This
288 obj_delay_freed.first = NULL;
294 ses_delay_freed.first = NULL;
387 delay_free_obj = obj_delay_freed.first;
394 obj_delay_freed.first = NULL;
398 delay_free_ses = ses_delay_freed.first;
405 ses_delay_freed.first = NULL;
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_text.c36 int first, offset; member in struct:menu_viewer_data
302 if (data->first)
307 e = grub_menu_get_entry (menu, data->first);
399 data->offset = entry - data->first;
402 data->first = entry - (data->num_entries - 1);
409 data->first = entry;
417 grub_menu_get_entry (data->menu, data->first + oldoffset),
420 grub_menu_get_entry (data->menu, data->first + data->offset),
476 data->first = 0;
483 data->first
[all...]

Completed in 98 milliseconds

1234567891011>>