Searched defs:first (Results 51 - 75 of 141) sorted by relevance

123456

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c72 * The conversion stops at the end of string or the first WEOF.
119 * The conversion stops at the end of string or the first WEOF. Return the
192 * If 0 < n, set a new multibyte string and convert the first character,
408 /* Find spacing character and place in as first element. */
451 * Return the first column of a multi-column character, in window.
494 int first, width; local
496 first = __m_cc_first(w, y, x);
499 return first + width == x + 1;
539 /* Write the first column of the character. */
554 /* Mark this as the first colum
[all...]
/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c179 * ===> Need comment to explain that this first "if" is optimizing
564 char *first; local
576 for (first = instr; isspace(*first); first++) {
579 if (*first == '\0') {
591 linelen = last - first + 1;
592 if (first != instr) {
593 instr = first;
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.c127 const char *first; local
135 for (first = val; first < last && isspace(*first); first++) {
138 for (/* cstyle */; first < last && isspace(last[-1]); last--) {
145 *valp = first;
146 *vallenp = (int)(last - first);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.h108 * time the first session in the list will be freed.
113 kernel_session_t *first; /* points to the first session in the list */ member in struct:ses_to_be_freed_list
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSession.h111 * time the first session in the list will be freed.
116 kms_session_t *first; /* points to the first session in the list */ member in struct:ses_to_be_freed_list
H A DkmsObject.h108 * time the first object in the list will be freed.
113 kms_object_t *first; /* points to first obj in the list */ member in struct:obj_to_be_freed_list
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_headers.c625 * is added before that header, if first is set, or after. If append is
630 boolean_t append, boolean_t first, char *header_name)
645 if (!first) {
723 * If header_name is NULL we first have to locate the name
629 _sip_add_header(_sip_msg_t *sip_msg, _sip_header_t *new_header, boolean_t append, boolean_t first, char *header_name) argument
H A Dsip_msg.c403 boolean_t first = B_TRUE; local
420 if (first) {
422 first = B_FALSE;
442 if (value->next == NULL && !first && !crlf_present) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_confmgr.c112 int first = 1; local
164 if (!first && i == NS_LDAP_FILE_VERSION_P) {
173 first = 0;
747 /* assume VERSION is set and it outputs first */
/osnet-11/usr/src/lib/libkvm/common/
H A Dkvm.c218 long first = 0; local
221 while (last >= first) {
222 long middle = (first + last) / 2;
233 first = middle + 1;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dresize.c802 PedSector first = 1; local
812 count = last - first + 1;
817 first, count))
820 first, count))
/osnet-11/usr/src/lib/libcmd/common/
H A Dcut.c37 "forms. The first is two positive integers separated by a hyphen "
117 * compare the first of an array of integers
376 unsigned char *bp, *first; local
392 first = cp;
455 first = bp = cp += c - i;
527 /* set to delimiter unless the first field */
543 copy = first;
556 if(inword && nodelim && !cut->sflag && (c=cp-first)>0)
561 sfwrite(fdtmp,(char*)first,c);
H A Dtail.c38 "is output before all but the first file but this can be changed "
158 register Sfoff_t first; local
165 if ((first = sfseek(fp, (Sfoff_t)0, SEEK_CUR)) < 0)
169 if ((offset = last - number) < first)
170 return first;
175 if ((offset = last - SF_BUFSIZE) < first)
176 offset = first;
189 if (offset == first)
193 return first;
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java361 * between the given first index and last index inclusive to the most
365 attachRecordElements(int first, int last) argument
371 for (int i = first; i <= last; ++i) {
412 * by the first field, and in case of a tie, by the second field,
738 * first, then if record data is equal, by enabled probe ID.
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_nvl.c719 int first = 1; local
734 if (first) {
736 first = 0;
1090 int first = 1; local
1105 if (first) {
1107 first = 0;
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrypto.c112 int first = 1; local
118 if (grub_crypto_autoload_hook && first)
122 first = 0;
130 int first = 1; local
144 if (grub_crypto_autoload_hook && first)
148 first = 0;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c133 print_entries (int y, int size, int first, int entryno, char *menu_entries) argument
139 if (first)
144 menu_entries = get_entry (menu_entries, first, 0);
168 print_entries_raw (int size, int first, char *menu_entries) argument
178 for (i = first; i < size; i++)
735 current_term = term_table; /* assumption: console is first */
778 current_term = term_table; /* we know that console is first */
829 /* translate characters first! */
944 /* Try the preset menu first. This will succeed at most once,
997 /* The first titl
[all...]
/osnet-11/usr/src/cmd/powertop/common/
H A Ddisplay.c326 boolean_t found = B_FALSE, first = B_FALSE; local
343 first = B_TRUE;
347 if (first)
350 if (first)
380 * Check if it's the first entry.
/osnet-11/usr/src/cmd/parted/
H A Dstrlist.c308 str_list_create (const char* first, ...) argument
314 list = str_list_append (NULL, first);
316 if (first) {
317 va_start (args, first);
327 str_list_create_unique (const char* first, ...) argument
333 list = str_list_append (NULL, first);
335 if (first) {
336 va_start (args, first);
/osnet-11/usr/src/lib/libuvfs/common/
H A Dname.c476 libuvfs_name_dirent_t *first = local
478 if (first != NULL)
479 need = libuvfs_name_dirent_path(first, buffer, size);
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c295 * break it up into first-name and all-but-last-name
296 * creat(first-name)
297 * write object information to first-name
298 * close(first-name)
300 * link to first-name
308 char *p, *q, *first, *fn, *long_name, dir[2], tname[TERM_NAMES_LENGTH]; local
312 * first name to be used for the terminal filename.
342 first = m_pathcat(dir, tname);
343 if (first == NULL)
345 if (0 <= stat(first,
349 err_abort(m_strmsg(write_err), first); local
353 err_abort(m_strmsg(fail_open), first); local
356 err_abort(m_strmsg(write_err), first); local
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h203 * time the first session in the list will be freed.
208 struct session *first; /* points to the first session in the list */ member in struct:ses_to_be_freed_list
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c520 int n, l, first = 1; local
575 (dstp - msg) < 0x4000 && first) {
578 first = 0;
818 /* Recurse to get rest of name done first. */
916 *\li dnptrs is the pointer to the first name on the list,
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c1077 int first; local
1080 first = 1;
1084 first = 0;
1093 if ( first ) {
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex.cc76 reset(); /* get rid of data structures first */
420 * Returns the first entry found in the table by setting 'answer' to
425 db_mindex::first(entryp *where, entry_object ** answer) function in class:db_mindex
435 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::first");
436 READLOCK2(table, DB_LOCK_ERROR, "r table db_mindex::first", this);
448 "ru db_mindex::first LDAP",
449 "ru table db_mindex::first LDAP");
460 "ru db_mindex::first", "ru table db_mindex::first");
524 * the results of the first/nex
544 db_mindex::first(db_query *q, function in class:db_mindex
[all...]

Completed in 72 milliseconds

123456