Searched defs:first (Results 1 - 25 of 141) sorted by relevance

123456

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwtouchln.c55 int first, last; local
60 first = bf ? 0 : w->_maxx;
64 w->_first[y] = first;
/osnet-11/usr/src/lib/libast/common/comp/
H A Dbasename.c35 register char *first, *last; local
36 for(first=last=pathname; *last; last++);
38 if(last>first)
39 while(*--last=='/' && last > first);
40 if(last==first && *last=='/')
43 if(*first=='/')
49 for(first=last++;first>pathname && *first!='/';first
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dclock.c46 static clock_t first; local
54 first = TIMES(buffer);
57 return ((TIMES(buffer) - first) * (CLOCKS_PER_SEC/Hz));
/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_page.c38 #define first(f) (0) macro
48 p = first(f);
58 if (--p < first(f))
78 return (_set_form_page(f, first(f), (FIELD *) 0));
/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/libast/common/sfio/
H A Dsffilbuf.c26 ** If n == 0, if the buffer is not empty, just return the first byte;
27 ** otherwise fill the buffer and return the first byte.
43 reg int first, local, rcrv, rc, justseek; local
56 for(first = 1;; first = 0, (f->mode &= ~SF_LOCK) )
64 { /* on first iteration, n is amount beyond current buffer;
66 if((first && n <= 0) || (!first && n <= r) ||
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwscrl.c71 int first; local
88 first = __m_cc_first(w, row + n,
90 save = w->_line[row + n][first];
92 first, row + n, first);
93 w->_line[row + n][first] = save;
H A Dwtouchln.c58 int first, last; local
60 first = bf ? 0 : w->_maxx;
64 w->_first[y] = (short) first;
/osnet-11/usr/src/lib/libcmd/common/
H A Dbasename.c71 register char *first, *last; local
73 for(first=last=pathname; *last; last++);
75 if(last>first)
76 while(*--last=='/' && last > first);
77 if(last==first && *last=='/')
80 if(*first=='/')
86 for(first=last++;first>pathname && *first!='/';first
[all...]
H A Dfold.c61 "(spaces or tabs), within the first \awidth\a column positions or "
91 register char *cp, *first; local
110 first = cp;
116 while((cp-first) > (width-col))
119 col = last_space - first;
122 sfwrite(out,first,col);
123 first += col;
126 if(cp>first+1 || (n!=T_NL && n!=T_BS))
139 if((cp+(--col)-first)>0)
143 n = (TABSIZE-1) - (cp+col-1-first)
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dnewkey.c91 short *first = &(cur_term->_first_macro); local
94 (*first * sizeof (_KEY_MAP *)));
95 (void) memcpy((char *) &(keys[*first + 1]),
96 (char *) &(prev_keys[*first]),
97 ((*numkeys - *first) * sizeof (_KEY_MAP *)));
98 keys[(*first)++] = key_info;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmm_private.h53 struct grub_mm_header *first; member in struct:grub_mm_region
/osnet-11/usr/src/cmd/sendmail/src/
H A Dtrace.c73 unsigned int first, last; local
76 /* find first flag to set */
88 first = i;
113 if (first >= tTsize)
114 first = tTsize - 1;
119 while (first <= last)
120 tTvect[first++] = (unsigned char) i;
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_fget.c43 int b_incr, first, ret; local
199 for (first = 1; F_ISSET(bhp, BH_LOCKED); first = 0) {
203 * Explicitly yield the processor if it's not the first
208 if (!first)
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dconfig.c47 static bool first = true; local
80 ** If this is our first time through, use malloc(), else realloc().
83 if (first)
89 first = false;
/osnet-11/usr/src/lib/nsswitch/user/common/
H A Duser_common.c195 char *first; local
207 for (first = instr; isspace(*first); first++) {
210 if (*first == '\0') {
223 linelen = last - first + 1;
224 if (first != instr) {
225 instr = first;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derror_map.h30 struct gsserrmap__element *first; member in struct:gsserrmap__head
35 head->first = NULL;
43 for (e = head->first; e; e = e_next) {
51 head->first = NULL;
58 for (e = head->first; e; e = e->next)
108 e->next = head->first;
109 head->first = e;
/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/libresolv2/common/isc/
H A Dev_waits.c66 wl->first = new;
82 evWait *first; local
89 first = wl->first;
90 INSIST(first != NULL);
93 ctx->waitDone.last->next = first;
95 ctx->waitDone.first = first;
116 for (prev = NULL, this = wl->first;
124 wl->first
[all...]
/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/libntfs/common/include/ntfs/
H A Dlist.h145 * @head: the place to add it in the first list.
150 struct list_head *first = list->next; local
152 if (first != list) {
156 first->prev = head;
157 head->next = first;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dbld_princ.c34 /* Takes first component as argument for KIM API,
41 const char *first,
59 if (!retval && first) {
60 data[0].length = strlen(first);
61 data[0].data = strdup(first);
65 /* ap is only valid if first is non-NULL */
117 char *first = va_arg(ap, char *); local
119 return krb5int_build_principal_va(context, princ, rlen, realm, first, ap);
122 /* Takes first component as argument for KIM API,
129 const char *first,
37 krb5int_build_principal_va(krb5_context context, krb5_principal princ, unsigned int rlen, const char *realm, const char *first, va_list ap) argument
125 krb5int_build_principal_alloc_va(krb5_context context, krb5_principal *princ, unsigned int rlen, const char *realm, const char *first, va_list ap) argument
[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/cfgadm_plugins/sbd/common/
H A Dap_seq.c47 ap_suspend_check(apd_t *a, int cmd, int first, int last, int *suspend) argument
61 for (check = 0, c = first; c <= last; c++)
91 ap_seq_get(apd_t *a, int cmd, int *first, int *last) argument
204 *first = f;
208 rs, os, cmd, (void *)first, (void *)last, f, l);
214 DBG("Sequencing recovery: first = %s, last = %s\n", \
218 ap_seq_exec(apd_t *a, int cmd, int first, int last) argument
225 int recover_f = CMD_NONE; /* first recovery cmd */
245 rc = ap_platopts_check(a, first, last);
251 for (c = first;
415 int first, last; local
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptool.h214 Element *first; member in struct:__anon55

Completed in 81 milliseconds

123456