| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| ptree.h | 50 * first = 1 indicates the first in a list, first != 1 implies a later 56 int first; member in struct:plut_wlk_data
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/ |
| t_x509a.c | 70 char oidstr[80], first; local 74 first = 1; 78 if(!first) BIO_puts(out, ", "); 79 else first = 0; 87 first = 1; 91 if(!first) BIO_puts(out, ", "); 92 else first = 0;
|
| t_bitst.c | 68 char first = 1; local 72 if(!first) BIO_puts(out, ", "); 74 first = 0;
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| clock.c | 40 static long first; variable 49 if (first == 0L) 50 first = TIMES(buffer); 51 return ((TIMES(buffer) - first) * (1000000L/HZ));
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/ |
| execle.c | 41 char **first; local 45 first = (char **)args; 53 return (execve(name, first, environmentp));
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| wtouchln.c | 55 int first, last; local 60 first = bf ? 0 : w->_maxx; 64 w->_first[y] = first;
|
| /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| wtouchln.c | 58 int first, last; local 60 first = bf ? 0 : w->_maxx; 64 w->_first[y] = (short) first;
|
| wscrl.c | 71 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;
|
| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| basename.c | 35 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...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| clock.c | 46 static clock_t first; local 54 first = TIMES(buffer); 57 return ((TIMES(buffer) - first) * (CLOCKS_PER_SEC/Hz));
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kwarn/ |
| kwarnd_clnt_stubs.c | 55 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;
|
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| basename.c | 64 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...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/ |
| Util.pm | 12 @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 value in @list whic [all...] |
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| newkey.c | 91 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;
|
| /onnv/onnv-gate/usr/src/lib/libeti/form/common/ |
| chg_page.c | 38 #define first(f) (0) macro 48 p = first(f); 58 if (--p < first(f)) 78 return (_set_form_page(f, first(f), (FIELD *) 0));
|
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
| util_set.c | 67 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;
|
| /onnv/onnv-gate/usr/src/lib/libast/common/sfio/ |
| sffilbuf.c | 26 ** 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) ||
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| zle.c | 45 uchar_t *first = src; local 51 *len = src - first - 1 + n; 60 *len = src - first - 1;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
| if.c | 89 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)
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| Group.cxx | 88 Boolean first = 1; local 91 if (!first) 94 first = 0; 146 Boolean first = 1; local 148 if (!first) 151 first = 0; 155 if (!first)
|
| Param.cxx | 175 Boolean first = 1; local 178 if (!first) 181 first = 0; 222 if (!first) 225 first = 0; 231 if (!first) 234 first = 0;
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/mp/ |
| mp_fget.c | 43 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)
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/ |
| config.c | 47 static bool first = true; local 80 ** If this is our first time through, use malloc(), else realloc(). 83 if (first) 89 first = false;
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| 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;
|
| /onnv/onnv-gate/usr/src/lib/nsswitch/user/common/ |
| 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;
|