/titanic_52/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_llist.c | 37 * A link list head points to the first member of a linked list, but 104 DAPL_LLIST_ENTRY *first; in dapl_llist_add_head() local 111 first = *head; in dapl_llist_add_head() 112 entry->flink = first; in dapl_llist_add_head() 113 entry->blink = first->blink; in dapl_llist_add_head() 114 first->blink->flink = entry; in dapl_llist_add_head() 115 first->blink = entry; in dapl_llist_add_head() 186 * Purpose: Remove the first entry of a linked list 191 DAPL_LLIST_ENTRY *first; in dapl_llist_remove_head() local 194 first in dapl_llist_remove_head() 245 DAPL_LLIST_ENTRY *first; dapl_llist_remove_entry() local 298 DAPL_LLIST_ENTRY *first; dapl_llist_peek_head() local 340 DAPL_LLIST_ENTRY * first; dapl_llist_debug_print_list() local [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | basename.c | 35 register char *first, *last; in basename() local 36 for(first=last=pathname; *last; last++); in basename() 38 if(last>first) in basename() 39 while(*--last=='/' && last > first); in basename() 40 if(last==first && *last=='/') in basename() 43 if(*first=='/') in basename() 49 for(first=last++;first>pathname && *first!='/';first in basename() [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | basename.c | 71 register char *first, *last; in namebase() local 73 for(first=last=pathname; *last; last++); in namebase() 75 if(last>first) in namebase() 76 while(*--last=='/' && last > first); in namebase() 77 if(last==first && *last=='/') in namebase() 80 if(*first=='/') in namebase() 86 for(first=last++;first>pathname && *first!='/';first in namebase() [all...] |
H A D | fold.c | 61 "(spaces or tabs), within the first \awidth\a column positions or " 91 register char *cp, *first; in fold() local 110 first = cp; in fold() 116 while((cp-first) > (width-col)) in fold() 119 col = last_space - first; in fold() 122 sfwrite(out,first,col); in fold() 123 first += col; in fold() 126 if(cp>first+1 || (n!=T_NL && n!=T_BS)) in fold() 139 if((cp+(--col)-first)>0) in fold() 143 n = (TABSIZE-1) - (cp+col-1-first) in fold() [all...] |
/titanic_52/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_waits.c | 66 wl->first = new; in evWaitFor() 82 evWait *first; in evDo() local 89 first = wl->first; in evDo() 90 INSIST(first != NULL); in evDo() 93 ctx->waitDone.last->next = first; in evDo() 95 ctx->waitDone.first = first; in evDo() 116 for (prev = NULL, this = wl->first; in evUnwait() 124 wl->first in evUnwait() [all...] |
/titanic_52/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.relenum.d | 47 first, enumerator 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/
|
/titanic_52/usr/src/cmd/mandoc/ |
H A D | eqn_html.c | 48 if (NULL == bp->first) in eqn_box() 50 if (EQN_LIST != bp->first->type) { in eqn_box() 51 eqn_box(p, bp->first); in eqn_box() 54 if (NULL == (parent = bp->first->first)) in eqn_box() 56 /* Estimate the number of rows, first. */ in eqn_box() 57 if (NULL == (child = parent->first)) in eqn_box() 64 parent = bp->first->first; in eqn_box() 67 child = parent->first; in eqn_box() [all...] |
H A D | tbl.c | 114 while (rp->first != NULL) { in tbl_free() 115 cp = rp->first; in tbl_free() 116 rp->first = cp->next; in tbl_free() 124 while (sp->first != NULL) { in tbl_free() 125 dp = sp->first; in tbl_free() 126 sp->first = dp->next; in tbl_free() 175 while (sp != NULL && sp->first == NULL) in tbl_end()
|
/titanic_52/usr/src/tools/cscope-fast/ |
H A D | scanner.l | 63 int first; /* buffer index for first char of symbol */ variable 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...] |
H A D | crossref.c | 72 int first; /* index of first character in text */ member 110 length = last - first; in crossref() 114 last = first + 8; in crossref() 124 strncmp(yytext + first, yytext + in crossref() 125 symbol[i].first, length) == 0 && in crossref() 128 first = yyleng; in crossref() 174 symbol[symbols].first = first; in savesymbol() 176 symbol[symbols].length = last - first; in savesymbol() [all...] |
/titanic_52/usr/src/lib/libsqlite/src/ |
H A D | hash.c | 41 new->first = 0; in sqliteHashInit() 55 elem = pH->first; in sqliteHashClear() 56 pH->first = 0; in sqliteHashClear() 181 for(elem=pH->first, pH->first=0; elem; elem = next_elem){ in rehash() 189 else pH->first = elem; in rehash() 192 elem->next = pH->first; in rehash() 193 if( pH->first ) pH->first->prev = elem; in rehash() 195 pH->first in rehash() [all...] |
/titanic_52/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_seq.c | 47 ap_suspend_check(apd_t *a, int cmd, int first, int last, int *suspend) in ap_suspend_check() argument 61 for (check = 0, c = first; c <= last; c++) in ap_suspend_check() 91 ap_seq_get(apd_t *a, int cmd, int *first, int *last) in ap_seq_get() argument 204 *first = f; in ap_seq_get() 208 rs, os, cmd, (void *)first, (void *)last, f, l); in ap_seq_get() 214 DBG("Sequencing recovery: first = %s, last = %s\n", \ 218 ap_seq_exec(apd_t *a, int cmd, int first, int last) in ap_seq_exec() argument 225 int recover_f = CMD_NONE; /* first recovery cmd */ in ap_seq_exec() 245 rc = ap_platopts_check(a, first, last); in ap_seq_exec() 251 for (c = first; in ap_seq_exec() 415 int first, last; ap_cmd_seq() local [all...] |
/titanic_52/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | error_map.h | 31 struct gsserrmap__element *first; member 36 head->first = NULL; in gsserrmap_init() 44 for (e = head->first; e; e = e_next) { in gsserrmap_destroy() 52 head->first = NULL; in gsserrmap_destroy() 59 for (e = head->first; e; e = e->next) in gsserrmap__find_node() 109 e->next = head->first; in gsserrmap_replace_or_insert() 110 head->first = e; in gsserrmap_replace_or_insert()
|
/titanic_52/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | util_set.c | 67 g_set_elt first; in g_set_entry_add() local 69 if ((first = (struct _g_set_elt *) MALLOC(sizeof(struct _g_set_elt))) == NULL) in g_set_entry_add() 72 first->key = key; in g_set_entry_add() 73 first->value = value; in g_set_entry_add() 74 first->next = *s; in g_set_entry_add() 76 *s = first; in g_set_entry_add()
|
/titanic_52/usr/src/lib/nsswitch/files/common/ |
H A D | files_common.c | 265 char *first; local 277 for (first = instr; isspace(*first); first++) { 280 if (*first == '\0') { 293 linelen = last - first + 1; 294 if (first != instr) { 295 instr = first; 396 char *cp, *first, *last; in _nss_files_XY_hash() local 544 first [all...] |
/titanic_52/usr/src/uts/common/fs/zfs/ |
H A D | vdev_queue.c | 58 * The scheduler selects the next operation to issue by first looking for an 478 * (lio->io_offset + lio->io_size) minus start of the first (fio->io_offset). 488 zio_t *first, *last, *aio, *dio, *mandatory, *nio; in vdev_queue_aggregate() local 498 first = last = zio; in vdev_queue_aggregate() 516 mandatory = (first->io_flags & ZIO_FLAG_OPTIONAL) ? NULL : first; in vdev_queue_aggregate() 522 while ((dio = AVL_PREV(t, first)) != NULL && in vdev_queue_aggregate() 525 IO_GAP(dio, first) <= maxgap) { in vdev_queue_aggregate() 526 first = dio; in vdev_queue_aggregate() 527 if (mandatory == NULL && !(first in vdev_queue_aggregate() [all...] |
/titanic_52/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd_clnt_stubs.c | 55 boolean_t first = TRUE; in kwarn_add_warning() local 87 if (ret == RPC_TIMEDOUT && first) { in kwarn_add_warning() 89 first = FALSE; in kwarn_add_warning() 106 boolean_t first = TRUE; in kwarn_del_warning() local 137 if (ret == RPC_TIMEDOUT && first) { in kwarn_del_warning() 139 first = FALSE; in kwarn_del_warning()
|
/titanic_52/usr/src/lib/libcurses/screen/ |
H A D | newkey.c | 91 short *first = &(cur_term->_first_macro); in newkey() local 94 (*first * sizeof (_KEY_MAP *))); in newkey() 95 (void) memcpy((char *) &(keys[*first + 1]), in newkey() 96 (char *) &(prev_keys[*first]), in newkey() 97 ((*numkeys - *first) * sizeof (_KEY_MAP *))); in newkey() 98 keys[(*first)++] = key_info; in newkey()
|
/titanic_52/usr/src/lib/libc/sparc/gen/ |
H A D | strcpy.s | 54 ! first checking the alignment of its source pointer. And, 74 stb %o1, [%o2] ! store first byte 82 srl %o1, 8, %o4 ! %o4<7:0> = first byte 83 tst %o4 ! first byte zero ? 85 stb %o4, [%o2] ! store first byte 111 srl %o1, 24, %o3 ! %o3<7:0> = first byte 112 andcc %o1, %o4, %g0 ! first byte zero? 114 stb %o3, [%o2 - 4] ! store first byte 143 srl %o1, 24, %g1 ! %g1<7:0> = first byte 144 stb %g1, [%o2 - 4] ! store first byt [all...] |
/titanic_52/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Statistic.java | 290 Date first = start, last = end; in getSnapshotForInterval() local 298 if (first == null) in getSnapshotForInterval() 299 first = s.getStart(); in getSnapshotForInterval() 311 return (new DoubleStatistic(new Double(total / count), first, in getSnapshotForInterval() 378 Date first = start, last = end; in getSnapshotForInterval() local 385 if (first == null) in getSnapshotForInterval() 386 first = s.getStart(); in getSnapshotForInterval() 398 return (new LongStatistic(new Long(total / count), first, in getSnapshotForInterval() 465 Date first = start, last = end; in getSnapshotForInterval() local 473 if (first in getSnapshotForInterval() [all...] |
/titanic_52/usr/src/lib/nsswitch/user/common/ |
H A D | user_common.c | 195 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;
|
/titanic_52/usr/src/lib/libbc/libc/gen/common/ |
H A D | clock.c | 40 static long first; variable 49 if (first == 0L) in clock() 50 first = TIMES(buffer); in clock() 51 return ((TIMES(buffer) - first) * (1000000L/HZ)); in clock()
|
/titanic_52/usr/src/cmd/sendmail/src/ |
H A D | trace.c | 73 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;
|
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wscrl.c | 71 int first; in wscrl() local 88 first = __m_cc_first(w, row + n, in wscrl() 90 save = w->_line[row + n][first]; in wscrl() 92 first, row + n, first); in wscrl() 93 w->_line[row + n][first] = save; in wscrl()
|
/titanic_52/usr/src/cmd/nscd/ |
H A D | nscd_getentctx.c | 259 * first find the db entry and make sure the in _nscd_del_getent_ctx() 320 c = base->first; in _nscd_free_getent_ctx_base() 408 * If the context list is not empty, return the first one in _nscd_get_getent_ctx() 416 if (base->first == NULL) { in _nscd_get_getent_ctx() 427 base->first = _nscd_create_getent_ctx(params); in _nscd_get_getent_ctx() 428 if (base->first != NULL) in _nscd_get_getent_ctx() 442 (me, "got a new getent ctx %p\n", base->first); in _nscd_get_getent_ctx() 446 assert(base->first != NULL); in _nscd_get_getent_ctx() 448 c = base->first; in _nscd_get_getent_ctx() 449 base->first in _nscd_get_getent_ctx() 657 nscd_getent_context_t *first = NULL, *last = NULL; reclaim_getent_ctx() local [all...] |