Searched refs:field (Results 51 - 75 of 246) sorted by relevance

12345678910

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/txt_db/
H A Dtxt_db.h99 int TXT_DB_create_index(TXT_DB *db,int field,int (*qual)(char **),
H A Dtxt_db.c159 fprintf(stderr,"wrong number of fields on line %ld (looking for field %d, got %d, '%s' left)\n",ln,num,n,f);
216 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(char **), argument
223 if (field >= db->num_fields)
247 if (db->index[field] != NULL) lh_free(db->index[field]);
248 db->index[field]=idx;
249 db->qual[field]=qual;
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/sys/
H A D_lwp_mutex_unlock.s37 clr %o3 ! clear lock/get waiter field
/opensolaris-onvv-gate/usr/src/lib/libfru/include/
H A Dlibfru.h125 } field; member in union:__anon3457
143 } field; member in union:__anon3459
162 /* segment descriptor field perm. */
179 } field; member in union:__anon3461
192 } field; member in union:__anon3463
/opensolaris-onvv-gate/usr/src/lib/libfru/libfru/
H A DAncestor.h48 Ancestor(Str field, fru_tag_t t, const fru_regdef_t *d);
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dhistory.c60 h->field = f;
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetpwaent.c434 char *field; local
454 field = p;
456 labelfromstring(0, field, &apwadj.pwa_minimum);
457 field = p;
459 labelfromstring(0, field, &apwadj.pwa_maximum);
460 field = p;
462 labelfromstring(0, field, &apwadj.pwa_def);
463 field = p;
467 if (getauditflagsbin(field, &apwadj.pwa_au_always) != 0)
469 field
[all...]
/opensolaris-onvv-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.src166 field characters readonly:sb=":se=":lb=':le=':
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Decp_smpl.c117 * non-trivial representations of field elements if necessary
132 BN_init(&group->field);
142 BN_free(&group->field);
150 BN_clear_free(&group->field);
158 if (!BN_copy(&dest->field, &src->field)) return 0;
193 /* group->field */
194 if (!BN_copy(&group->field, p)) goto err;
195 BN_set_negative(&group->field, 0);
211 group->a_is_minus3 = (0 == BN_cmp(tmp_a, &group->field));
[all...]
/opensolaris-onvv-gate/usr/src/lib/nametoaddr/straddr/common/
H A Dstraddr.c398 * The "field" parameter signifies which field to compare the token
403 searchhost(struct netconfig *netconfigp, char *token, int field, char *hostbuf) argument
482 cmpstr = (field == FIELD1)? fileaddr : filehost;
483 retstr = (field == FIELD1)? filehost : fileaddr;
487 if (field == FIELD2) {
512 * The "field" parameter signifies which field to compare the token
517 searchserv(struct netconfig *netconfigp, char *token, int field, char *servname) argument
550 cmpstr = (field
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c62 * of the struct field.
67 #define NVLIST_ADD_FIELD(type, structure, field) \
69 rc = nvlist_add_##type(nvl, #field, structure->field); \
75 #define NVLIST_ADD_ARRAY(type, structure, field) \
77 rc = nvlist_add_##type##_array(nvl, #field, \
78 structure->field, sizeof (structure->field)); \
84 * use this macro when the array field is a ptr or you need to explictly
87 #define NVLIST_ADD_ARRAY_LEN(type, structure, field, le
2290 stmf_ic_nvlookup_warn(const char *func, char *field) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libeti/form/common/
H A Dllib-lform88 dup_field(field, frow, fcol)
89 FIELD *field;
95 link_field(field, frow, fcol)
96 FIELD *field;
277 new_form(field)
278 FIELD **field;
/opensolaris-onvv-gate/usr/src/lib/nsswitch/compat/common/
H A Dgetspent.c125 #define override(field, longp) \
126 if ((field) != 0) { \
128 long val = strtol(field, &end, 10); \
/opensolaris-onvv-gate/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c56 convert_field(const uint8_t *field, const fru_regdef_t *def, const char *path, argument
74 (void) memcpy(&timefield, field, sizeof (timefield));
93 field, def->payloadLen);
115 (void) nvlist_add_string(nv, path, (char *)field);
121 def->payloadLen), field, def->payloadLen);
133 (void) nvlist_add_byte_array(nv, path, (uchar_t *)field,
154 /* iteration, record and field */
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Djoin.c36 "output. By default, a field is delimited by one or more spaces "
38 "can be used to change the field delimiter.]"
39 "[+?The \ajoin field\a is a field in each file on which files are compared. "
42 "fields. The default output line consists of the join field, "
59 "and a field number or \b0\b representing the join field. "
62 "[t:separator|tabs]:[delim?Use \adelim\a as the field separator for both input"
64 "[1:j1]#[field?Join on field \afiel
136 int field; member in struct:File_s
299 register Field_t* field = fp->fields; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libeti/form/
H A DMakefile.com37 field.o \
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvideodev2.h92 V4L2_FIELD_TOP = 2, /* top field only */
93 V4L2_FIELD_BOTTOM = 3, /* bottom field only */
104 #define V4L2_FIELD_HAS_TOP(field) \
105 ((field) == V4L2_FIELD_TOP || \
106 (field) == V4L2_FIELD_INTERLACED || \
107 (field) == V4L2_FIELD_SEQ_TB || \
108 (field) == V4L2_FIELD_SEQ_BT)
109 #define V4L2_FIELD_HAS_BOTTOM(field) \
110 ((field) == V4L2_FIELD_BOTTOM || \
111 (field)
256 enum v4l2_field field; member in struct:v4l2_pix_format
527 enum v4l2_field field; member in struct:v4l2_buffer
586 enum v4l2_field field; member in struct:v4l2_window
1286 uint32_t field; /* 0: first field, 1: second field */ member in struct:v4l2_sliced_vbi_data
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_nist.c254 int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, argument
263 i = BN_ucmp(field, a);
273 return BN_usub(r, a, field);
315 if (BN_ucmp(r, field) >= 0)
336 int BN_nist_mod_224(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, argument
346 i = BN_ucmp(field, a);
356 return BN_usub(r, a, field);
398 if (BN_ucmp(r, field) >= 0)
442 int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, argument
463 i = BN_ucmp(field,
598 BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, BN_CTX *ctx) argument
719 BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, BN_CTX *ctx) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h70 #define SSZ(name, field) ((int)&(((name *)0)->field))
73 #define SSZA(name, field) ((int)&(((name *)0)->field[0]))
160 * off field of the db_mutex_t as well.
/opensolaris-onvv-gate/usr/src/lib/libdevid/
H A Dlibdevid.h68 extern int scsi_ascii_inquiry_len(char *field, size_t length);
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h186 #define emulMaskInit(ctx, field, ev, lastnext) \
187 ctx->field.ctx = ctx; \
188 ctx->field.type = ev; \
189 ctx->field.result = lastnext;
/opensolaris-onvv-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h99 # define HTTP_MAX_VALUE 256 /* Max header field value length */
241 * HTTP field names...
361 # define httpGetField(http,field) (http)->fields[field]
363 extern char *httpGetSubField(http_t *http, http_field_t field,
380 extern void httpSetField(http_t *http, http_field_t field,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm72 # to do each struct pwd field that perl can ever under any circumstances
87 warn("$IE $feep is a funny struct pwd field");
110 # a field that Perl never knows how to provide under any circumstances.
125 || $sploder->("$feep is never a valid struct pwd field");
220 similarly named structure field name from the C's passwd structure
254 an exception if you asked about a field that Perl never knows how
260 a field doesn't necessarily mean that it's fully implemented on
263 Interpretation of the C<gecos> field varies between systems, but
266 An C<&> in the gecos field should be replaced by the user's properly
267 capitalized login C<name>. The C<shell> field, i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sort/common/
H A Doptions.c43 * character offsets and field numbering between the new and old style field
54 * Undoubtedly, this seemed logical at the time. (Using only the field head
67 * simpler implementation, the internal representation of a field in this
95 * If a field specified by the -k option or by the +n syntax contains any
96 * modifiers, then the current global field modifiers are not inherited.
125 int field = 0; local
133 field = (10 * field) + (C[i] - '0');
183 F->f_start_field = field;
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509name.c153 /* else we need to fixup the set field */
198 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, argument
203 ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len);
276 const char *field, int type, const unsigned char *bytes, int len)
281 obj=OBJ_txt2obj(field, 0);
286 ERR_add_error_data(2, "name=", field);
275 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument

Completed in 251 milliseconds

12345678910