/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | delkey.c | 56 int counter = 0, i, num_deleted_keys = 0; local 68 while (++counter < numkeys) { 88 i = (numkeys - counter) - 1; 91 if (counter <= *lmorder) { 92 if (counter < *first_macro) { 93 if (counter <= *lkorder)
|
H A D | init_costs.c | 128 static int counter = 0; variable 133 counter++; 151 counter = 0; 153 return (counter);
|
H A D | newwin.c | 54 int counter = 0; local 66 while (counter < nlines) { 67 memSset(&win->_y[counter][0], (chtype) ' ', ncols); 73 win->_y16[counter][i] = (_ochtype) ' '; 76 counter++;
|
H A D | winchnstr.c | 57 int counter = 0; local 70 while ((counter < ncols) && maxcols > 0) { 74 if (counter + eucw > ncols) 82 counter++; 86 counter++; 89 if (counter < ncols) 91 return (counter);
|
H A D | winnstr.c | 55 int counter = 0; local 69 while (counter < ncols) { 72 if (counter + eucw > ncols) 80 counter++; 85 counter++; 96 if (counter < ncols) 99 return (counter);
|
H A D | winnwstr.c | 46 int counter = 0; local 61 while (counter < ncols) { 81 counter++; 91 if (counter < ncols) 94 return (counter);
|
H A D | winstr.c | 50 int counter = 0; local 69 str[counter++] = (char) wc; 73 str[counter++] = (char) wc; 76 str[counter] = '\0'; 78 return (counter);
|
H A D | winwchnstr.c | 48 int counter = 0; local 64 while ((counter < ncols) && maxcols > 0) { 83 counter++; 85 if (counter < ncols) 87 return (counter);
|
H A D | winwstr.c | 41 int counter = 0; local 79 return (counter);
|
H A D | waddwchnstr.c | 49 int counter; local 69 counter = win->_maxx - my_x; 70 while ((ncols > 0) && (*string) && (counter > 0)) { 81 if ((scrw = wcscrw(rawc)) > counter) 106 counter -= scrw;
|
H A D | vidupdate.c | 159 * counter is the maximum attributes allowed on a terminal. 179 int counter = max_attributes, i, j, tempmode; local 192 if ((j = counter) >= 0) {
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/ |
H A D | arcfour_str2key.c | 14 int counter; local 15 for (counter=0;counter<len;counter++) { 16 unicode[2*counter]=ascii[counter]; 17 unicode[2*counter + 1]=0x00; 66 int counter; 67 for(counter=0;counter<1 [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/ |
H A D | relocator.c | 27 int counter = 0; local 35 counter++; 42 return 2 * counter; 48 int counter = 0; local 69 events[counter].type = REG_FIRMWARE_START; 70 events[counter].pos = addr; 71 counter++; 72 events[counter].type = REG_FIRMWARE_END; 73 events[counter].pos = addr + len; 74 counter [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/efi/ |
H A D | relocator.c | 49 int counter = 0; local 79 events[counter].type = REG_FIRMWARE_START; 80 events[counter].pos = start; 81 counter++; 82 events[counter].type = REG_FIRMWARE_END; 83 events[counter].pos = end; 84 counter++; 87 return counter;
|
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_logging.c | 434 * Given a counter group and counter name within the group, returns the value 435 * associated with the counter in 'cntval'. 438 sip_get_counter_value(int group, int counter, void *cntval, size_t cntlen) argument 442 if ((counter == SIP_COUNTER_START_TIME || counter == 450 switch (counter) { 598 * counter values and starts counting afresh.
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/ |
H A D | play.c | 76 When counter is set and terminated, output is set to high. */ 79 /* Programmable one-shot. When loading counter, output is set to 80 high. When counter terminated, output is set to low. Can be 85 /* Rate generator. Output is low for one period of the counter, and 94 When counter is set and terminated, output is set to low. */ 98 only starts the counter when the gate pin is set to high. */ 103 #define PIT_CTRL_COUNT_BINARY 0x00 /* 16-bit binary counter. */ 104 #define PIT_CTRL_COUNT_BCD 0x01 /* 4-decade BCD counter. */ 128 unsigned int counter; local 135 counter [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | priority_queue.c | 211 int counter; local 218 for (counter = 0; counter < 1000000; counter++) 223 printf ("Error at %d\n", counter);
|
H A D | crypto.c | 394 register grub_size_t counter = 0; local 400 counter++; 403 return !!counter;
|
/osnet-11/usr/src/cmd/hal/utils/ |
H A D | acpi.c | 295 static int counter = 0; local 306 if (counter && !charging && !discharging) { 375 counter++;
|
/osnet-11/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 871 int counter = 0; local 901 while (counter <= (value_len-1)) { 902 value[counter] = opt_string[opt_len+counter]; 903 counter = counter + 1; 908 value[counter] = '\0';
|
/osnet-11/usr/src/lib/krb5/kadm5/clnt/ |
H A D | client_init.c | 855 static int counter = 0; local 857 + (3 * sizeof(counter))); 858 sprintf(handle->cache_name, "MEMORY:kadm5_%u", counter++);
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | dsa.c | 795 int counter; 802 &counter, &seed, &seedlen, &h_value); 810 "(seed-values(counter %d)(seed %b)(h %m))", 811 counter, (int)seedlen, seed, h_value)); 794 int counter; local
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | dsa.c | 795 int counter; 802 &counter, &seed, &seedlen, &h_value); 810 "(seed-values(counter %d)(seed %b)(h %m))", 811 counter, (int)seedlen, seed, h_value)); 794 int counter; local
|
/osnet-11/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 338 _aio_suspend_cleanup(int *counter) argument 341 (*counter)--; /* _aio_kernel_suspend or _aio_suscv_cnt */
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | digest_md5.c | 94 * it shouldn't matter too much if two threads step on this counter 97 static int counter; local 149 MD5Update(&ctx, (unsigned char *) &counter, sizeof (counter)); 150 ++counter;
|