/osnet-11/usr/src/lib/libproc/common/ |
H A D | pr_lseek.c | 35 offset_t full; /* full 64 bit offset value */ member in union:__anon2368 75 off.full = offset; 108 offset = (off_t)off.full; 150 off.full = offset; 183 offset = off.full;
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_split.c | 625 indx_t full, half, nxt, off, skip, top, used; local 637 full = t->bt_psize - BTDATAOFF; 638 half = full / 2; 676 if ((skip <= off && used + nbytes + sizeof(indx_t) >= full)
|
/osnet-11/usr/src/lib/libtsol/common/ |
H A D | getpathbylabel.c | 56 * Return a pointer to the trailing suffix of full that follows the prefix 57 * given by pref. If pref isn't a prefix of full, return NULL. Apply 62 pathsuffix(char *full, char *pref) argument 66 if (full == NULL || pref == NULL) 70 if (strncmp(pref, full, preflen) != 0) 74 * pref is a substring of full. To be a subpath, it cannot cover a 75 * partial component of full. The last clause of the test handles the 78 if (full[preflen] != '\0' && full[preflen] != '/' && preflen > 1) 81 if (preflen == 1 && full[ 94 subpath(char *full, char *sub) argument [all...] |
H A D | private.c | 107 * full = 1, if static words lists to be updated. 130 char *short_words, char *dimming_list, int full) 161 if (full) { 192 } /* if (full) */ 127 build_strings(int *static_string_size, char **static_string, char *new_string, int *static_words_size, int new_words_size, char **static_words, char **static_dimming, int number_of_words, char *long_words, char *short_words, char *dimming_list, int full) argument
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pad.c | 880 Perl_pad_block_start(pTHX_ int full) argument 885 if (full) 1189 Perl_do_dump_pad(pTHX_ I32 level, PerlIO *file, PADLIST *padlist, int full) argument 1235 else if (full) {
|
H A D | op.c | 1820 Perl_block_start(pTHX_ int full) argument 1826 pad_block_start(full); 3923 children can still follow the full lexical scope chain.
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/ |
H A D | xz_dec_lzma2.c | 45 * start <= pos <= full <= end 67 * How full dictionary is. This is used to detect corrupt input that 70 size_t full; member in struct:dictionary 84 * together with "full" to detect corrupt input that would make us 292 dict->full = 0; 324 return dict->full > 0 ? dict->buf[offset] : 0; 334 if (dict->full < dict->pos) 335 dict->full = dict->pos; 349 if (dist >= dict->full || dist >= dict->size) 365 if (dict->full < dic [all...] |
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | char_io.c | 309 auto void cl_refresh (int full, int len); 372 /* Refresh the screen. If FULL is true, redraw the full line, otherwise, 374 void cl_refresh (int full, int len) argument 380 if (full) 416 if (! full) 427 if (! full) 482 /* Print full line and set position here. */
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | main.c | 99 char *FullName; /* sender's full name */ 875 case 'F': /* set full name */ 1111 else if (sm_strcasecmp(optarg, "full") != 0) 1677 "daemon invoked without full pathname; kill -1 won't work"); 1696 char *full = NULL; local 1698 /* full names can't have newlines */ 1701 full = newstr(denlstring(FullName, true, true)); 1702 FullName = full; 1709 ** Quote a full name with special characters 1715 if (full ! [all...] |
H A D | queue.c | 1879 bool full, more; local 2108 (void) gatherq(qgrp, qdir, false, &full, &more, &h); 2122 if (full) 2449 ** full -- (optional) to be set 'true' if WorkList is full 2475 gatherq(qgrp, qdir, doall, full, more, pnentries) 2479 bool *full; 2554 if (full != NULL) 2555 *full = WorkListCount >= MaxQueueRun && MaxQueueRun > 0; 2916 if (full ! [all...] |