Searched refs:first (Results 1 - 25 of 539) sorted by relevance

1234567891011>>

/illumos-gate/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...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dbasename.c64 register char *first, *last; local
66 for(first=last=pathname; *last; last++);
68 if(last>first)
69 while(*--last=='/' && last > first);
70 if(last==first && *last=='/')
73 if(*first=='/')
79 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...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d47 first,
52 /zero >= one || second <= first || zero == second/
56 printf("null = %d; first = %d; second = %d", null, first, second);
61 /second < one || two > second || null == first/
65 printf("null = %d; first = %d; second = %d", null, first, second);
70 /first < two && second > one && one != two && zero != first/
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dclock.c40 static long first; variable
49 if (first == 0L)
50 first = TIMES(buffer);
51 return ((TIMES(buffer) - first) * (1000000L/HZ));
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dexecle.c41 char **first; local
45 first = (char **)args;
53 return (execve(name, first, environmentp));
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_llist.c37 * A link list head points to the first member of a linked list, but
104 DAPL_LLIST_ENTRY *first; local
111 first = *head;
112 entry->flink = first;
113 entry->blink = first->blink;
114 first->blink->flink = entry;
115 first->blink = entry;
186 * Purpose: Remove the first entry of a linked list
191 DAPL_LLIST_ENTRY *first; local
194 first
245 DAPL_LLIST_ENTRY *first; local
298 DAPL_LLIST_ENTRY *first; local
340 DAPL_LLIST_ENTRY * first; local
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwtouchln.c58 int first, last; local
60 first = bf ? 0 : w->_maxx;
64 w->_first[y] = (short) first;
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;
/illumos-gate/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;
/illumos-gate/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));
/illumos-gate/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));
/illumos-gate/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;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_set.c67 g_set_elt first; local
69 if ((first = (struct _g_set_elt *) MALLOC(sizeof(struct _g_set_elt))) == NULL)
72 first->key = key;
73 first->value = value;
74 first->next = *s;
76 *s = first;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derror_map.h31 struct gsserrmap__element *first; member in struct:gsserrmap__head
36 head->first = NULL;
44 for (e = head->first; e; e = e_next) {
52 head->first = NULL;
59 for (e = head->first; e; e = e->next)
109 e->next = head->first;
110 head->first = e;
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_clnt_stubs.c55 boolean_t first = TRUE; local
87 if (ret == RPC_TIMEDOUT && first) {
89 first = FALSE;
106 boolean_t first = TRUE; local
137 if (ret == RPC_TIMEDOUT && first) {
139 first = FALSE;
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_list.c101 * @head: the place to add it in the first list.
106 struct mlist_head *first = list->next; local
108 if (first != list) {
112 first->prev = head;
113 head->next = first;
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmerge_help.awk11 first = -1;
15 # beginning of first command
39 first = ind;
44 i = first; j = -1;
59 first = ind;
92 node = first;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dif.c89 boolean_t first; local
97 for (first = _B_TRUE, p = flagbits; p->t_bits > 0; p++) {
101 if (first) {
103 first = _B_FALSE;
106 if (first)
/illumos-gate/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;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l63 int first; /* buffer index for first char of symbol */
130 first = strlen(yytext);
152 last = first;
185 last = first;
278 last = first;
287 last = first;
365 first = yyleng - 1;
366 while (isalnum(yytext[first]) || yytext[first]
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c48 if (NULL == bp->first)
50 if (EQN_LIST != bp->first->type) {
51 eqn_box(p, bp->first);
54 if (NULL == (parent = bp->first->first))
56 /* Estimate the number of rows, first. */
57 if (NULL == (child = parent->first))
64 parent = bp->first->first;
67 child = parent->first;
[all...]
/illumos-gate/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;
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.h39 HashElem *first; /* The first element of the array */ member in struct:Hash
43 HashElem *chain; /* Pointer to first entry with this hash */
101 #define sqliteHashFirst(H) ((H)->first)

Completed in 96 milliseconds

1234567891011>>