Searched refs:op (Results 276 - 300 of 1676) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/lit/
H A DShCommands.py66 def __init__(self, lhs, op, rhs):
67 assert op in (';', '&', '||', '&&')
68 self.op = op
73 return 'Seq(%r, %r, %r)' % (self.lhs, self.op, self.rhs)
79 return cmp((self.lhs, self.op, self.rhs),
80 (other.lhs, other.op, other.rhs))
84 print >>file, ' %s\n' % self.op
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/bwidget/
H A Ddropsite.rb36 def self.set_operation(op)
37 tk_call('DropSite::setoperation', op)
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/other/
H A Dtest-gmpq.tcl9 foreach {op op1 op2 result} {
22 if {[string compare [$op $op1 $op2] $result] != 0} {
23 puts "\[$op $op1 $op2\] == [$op $op1 $op2] instead of $result"
31 foreach {op op1 result} {
35 if {[string compare [$op $op1] $result] != 0} {
36 puts "\[$op $op1\] == [$op $op1] instead of $result"
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Ddn2id.c29 Operation *op,
34 struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
50 buf = op->o_tmpalloc( key.size, op->o_tmpmemctx );
68 op->o_log_prefix, e->e_name.bv_val, e->e_id );
75 if( !be_issuffix( op->o_bd, &ptr ))
88 if( !be_issuffix( op->o_bd, &ptr ))
99 rc = bdb_idl_insert_key( op->o_bd, db, txn, &key, e->e_id );
110 while( !be_issuffix( op->o_bd, &ptr ))
117 rc = bdb_idl_insert_key( op
28 bdb_dn2id_add( Operation *op, DB_TXN *txn, EntryInfo *eip, Entry *e ) argument
144 bdb_dn2id_delete( Operation *op, DB_TXN *txn, EntryInfo *eip, Entry *e ) argument
248 bdb_dn2id( Operation *op, struct berval *dn, EntryInfo *ei, DB_TXN *txn, DBC **cursor ) argument
294 bdb_dn2id_children( Operation *op, DB_TXN *txn, Entry *e ) argument
340 bdb_dn2idl( Operation *op, DB_TXN *txn, struct berval *ndn, EntryInfo *ei, ID *ids, ID *stack ) argument
504 hdb_dn2id_add( Operation *op, DB_TXN *txn, EntryInfo *eip, Entry *e ) argument
602 hdb_dn2id_delete( Operation *op, DB_TXN *txn, EntryInfo *eip, Entry *e ) argument
698 hdb_dn2id( Operation *op, struct berval *in, EntryInfo *ei, DB_TXN *txn, DBC **cursor ) argument
780 hdb_dn2id_parent( Operation *op, DB_TXN *txn, EntryInfo *ei, ID *idp ) argument
837 hdb_dn2id_children( Operation *op, DB_TXN *txn, Entry *e ) argument
899 Operation *op; member in struct:dn2id_cookie
1142 hdb_dn2idl( Operation *op, DB_TXN *txn, struct berval *ndn, EntryInfo *ei, ID *ids, ID *stack ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dretcode.c104 retcode_entry_response( Operation *op, SlapReply *rs, BackendInfo *bi, Entry *e );
128 retcode_cleanup_cb( Operation *op, SlapReply *rs ) argument
138 ch_free( op->o_callback );
139 op->o_callback = NULL;
145 retcode_send_onelevel( Operation *op, SlapReply *rs ) argument
147 slap_overinst *on = (slap_overinst *)op->o_bd->bd_info;
153 if ( op->o_abandon ) {
157 rs->sr_err = test_filter( op, &rdi->rdi_e, op->ors_filter );
160 rs->sr_attrs = op
191 retcode_op_add( Operation *op, SlapReply *rs ) argument
204 retcode_cb_response( Operation *op, SlapReply *rs ) argument
237 retcode_op_internal( Operation *op, SlapReply *rs ) argument
292 retcode_op_func( Operation *op, SlapReply *rs ) argument
518 retcode_op2str( ber_tag_t op, struct berval *bv ) argument
550 retcode_entry_response( Operation *op, SlapReply *rs, BackendInfo *bi, Entry *e ) argument
722 retcode_response( Operation *op, SlapReply *rs ) argument
[all...]
H A Dppolicy.c264 switch ( c->op ) {
320 account_locked( Operation *op, Entry *e, argument
375 create_passcontrol( Operation *op, int exptime, int grace, LDAPPasswordPolicyError err ) argument
411 cp = op->o_tmpalloc( sizeof( LDAPControl ) + c.ldctl_value.bv_len, op->o_tmpmemctx );
423 add_passcontrol( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
435 ctrls = op->o_tmpcalloc( sizeof( LDAPControl * ), n, op->o_tmpmemctx );
452 ppolicy_get( Operation *op, Entry *e, PassPolicy *pp ) argument
454 slap_overinst *on = (slap_overinst *)op
866 ctrls_cleanup( Operation *op, SlapReply *rs, LDAPControl **oldctrls ) argument
891 ppolicy_ctrls_cleanup( Operation *op, SlapReply *rs ) argument
901 ppolicy_bind_response( Operation *op, SlapReply *rs ) argument
1194 ppolicy_bind( Operation *op, SlapReply *rs ) argument
1269 ppolicy_restrict( Operation *op, SlapReply *rs ) argument
1314 ppolicy_compare_response( Operation *op, SlapReply *rs ) argument
1336 ppolicy_compare( Operation *op, SlapReply *rs ) argument
1396 ppolicy_add( Operation *op, SlapReply *rs ) argument
1509 ppolicy_mod_cb( Operation *op, SlapReply *rs ) argument
1522 ppolicy_modify( Operation *op, SlapReply *rs ) argument
2179 ppolicy_parseCtrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-ospf.c835 ospf_decode_lls(register const struct ospfhdr *op, argument
844 switch (op->ospf_type) {
847 if (!(op->ospf_hello.hello_options & OSPF_OPTION_L))
852 if (!(op->ospf_db.db_options & OSPF_OPTION_L))
861 length2 = EXTRACT_16BITS(&op->ospf_len);
862 dptr = (u_char *)op + length2;
863 dataend = (u_char *)op + length;
865 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) {
866 dptr = dptr + op->ospf_authdata[3];
867 length2 += op
927 ospf_decode_v2(register const struct ospfhdr *op, register const u_char *dataend) argument
1059 register const struct ospfhdr *op; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Deln.c104 el_set(EditLine *el, int op, ...) argument
111 va_start(ap, op);
113 switch (op) {
117 ret = prompt_set(el, p, 0, op, 0);
129 ret = el_wset(el, op, va_arg(ap, char *));
133 ret = el_wset(el, op, ct_decode_string(va_arg(ap, char *),
141 ret = el_wset(el, op, va_arg(ap, int));
167 switch (op) {
225 ret = el_wset(el, op, va_arg(ap, el_rfunc_t));
229 ret = el_wset(el, op, va_ar
256 el_get(EditLine *el, int op, ...) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_rec.c31 __db_addrem_recover(env, dbtp, lsnp, op, info)
35 db_recops op;
56 CHECK_LSN(env, op, cmp_p, &LSN(pagep), &argp->pagelsn);
57 if ((cmp_p == 0 && DB_REDO(op) && argp->opcode == DB_ADD_DUP) ||
58 (cmp_n == 0 && DB_UNDO(op) && argp->opcode == DB_REM_DUP)) {
67 } else if ((cmp_n == 0 && DB_UNDO(op) && argp->opcode == DB_ADD_DUP) ||
68 (cmp_p == 0 && DB_REDO(op) && argp->opcode == DB_REM_DUP)) {
78 if (DB_REDO(op))
101 __db_big_recover(env, dbtp, lsnp, op, info)
105 db_recops op;
[all...]
H A Dcrdel_rec.c27 __crdel_metasub_recover(env, dbtp, lsnp, op, info)
31 db_recops op;
62 CHECK_LSN(env, op, cmp_p, &LSN(pagep), &argp->lsn);
64 if (cmp_p == 0 && DB_REDO(op)) {
79 } else if (DB_UNDO(op)) {
115 __crdel_inmem_create_recover(env, dbtp, lsnp, op, info)
119 db_recops op;
135 if (DB_REDO(op))
142 if (DB_REDO(op)) {
185 if (DB_UNDO(op)) {
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dsyncrepl.c148 Operation* op, Entry *e );
151 static int syncrepl_op_modify( Operation *op, SlapReply *rs );
496 Operation *op,
506 * there's no overlay, this will be a no-op. That means
521 op->o_req_dn = e.e_name;
522 op->o_req_ndn = e.e_nname;
525 i = backend_operational( op, &rs );
603 Operation *op,
668 op->o_protocol = LDAP_VERSION3;
671 op
495 check_syncprov( Operation *op, syncinfo_t *si ) argument
602 do_syncrep1( Operation *op, syncinfo_t *si ) argument
845 do_syncrep2( Operation *op, syncinfo_t *si ) argument
1478 Operation *op; local
1777 short op; local
1869 mods_dup( Operation *op, Modifications *modlist, int match ) argument
1977 syncrepl_resolve_cb( Operation *op, SlapReply *rs ) argument
2050 syncrepl_modify_cb( Operation *op, SlapReply *rs ) argument
2068 syncrepl_op_modify( Operation *op, SlapReply *rs ) argument
2224 syncrepl_message_to_op( syncinfo_t *si, Operation *op, LDAPMessage *msg ) argument
2487 syncrepl_message_to_entry( syncinfo_t *si, Operation *op, LDAPMessage *msg, Modifications **modlist, Entry **entry, int syncstate, struct berval *syncUUID ) argument
2752 syncrepl_entry( syncinfo_t* si, Operation *op, Entry* entry, Modifications** modlist, int syncstate, struct berval* syncUUID, struct berval* syncCSN ) argument
3327 syncrepl_del_nonpresent( Operation *op, syncinfo_t *si, BerVarray uuids, struct sync_cookie *sc, int m ) argument
3549 syncrepl_add_glue_ancestors( Operation* op, Entry *e ) argument
3688 syncrepl_add_glue( Operation* op, Entry *e ) argument
3727 syncrepl_updateCookie( syncinfo_t *si, Operation *op, struct sync_cookie *syncCookie ) argument
3900 attr_cmp( Operation *op, Attribute *old, Attribute *new, Modifications ***mret, Modifications ***mcur ) argument
4049 syncrepl_diff_entry( Operation *op, Attribute *old, Attribute *new, Modifications **mods, Modifications **ml, int is_ctx) argument
4125 dn_callback( Operation* op, SlapReply* rs ) argument
4263 nonpresent_callback( Operation* op, SlapReply* rs ) argument
4316 null_callback( Operation* op, SlapReply* rs ) argument
[all...]
H A Dcomponent.c58 parse_comp_filter( Operation* op, ComponentAssertionValue* cav,
164 dup_comp_ref ( Operation* op, ComponentReference* cr ) argument
170 dup_cr = op->o_tmpalloc( sizeof( ComponentReference ), op->o_tmpmemctx );
181 *ci_temp = op->o_tmpalloc( sizeof( ComponentId ), op->o_tmpmemctx );
193 Operation *op,
203 rc = dup_comp_filter( op, bv, f, new );
228 Operation *op,
237 *out_ca = op
192 dup_comp_filter_list( Operation *op, struct berval *bv, ComponentFilter* in_f, ComponentFilter** out_f ) argument
227 dup_comp_filter_item( Operation *op, struct berval* assert_bv, ComponentAssertion* in_ca, ComponentAssertion** out_ca ) argument
256 dup_comp_filter( Operation* op, struct berval *bv, ComponentFilter *in_f, ComponentFilter **out_f ) argument
297 get_aliased_filter_aa( Operation* op, AttributeAssertion* a_assert, AttributeAliasing* aa, const char** text ) argument
316 get_aliased_filter( Operation* op, MatchingRuleAssertion* ma, AttributeAliasing* aa, const char** text ) argument
339 get_comp_filter( Operation* op, struct berval* bv, ComponentFilter** filt, const char **text ) argument
409 get_comp_filter_list( Operation *op, ComponentAssertionValue *cav, ComponentFilter** f, const char** text ) argument
432 get_componentId( Operation *op, ComponentAssertionValue* cav, ComponentId ** cid, const char** text ) argument
550 get_component_reference( Operation *op, ComponentAssertionValue* cav, ComponentReference** cr, const char** text ) argument
686 get_ca_use_default( Operation *op, ComponentAssertionValue* cav, int* ca_use_def, const char** text ) argument
708 get_matching_rule( Operation *op, ComponentAssertionValue* cav, MatchingRule** mr, const char** text ) argument
856 get_matching_value( Operation *op, ComponentAssertion* ca, ComponentAssertionValue* cav, struct berval* bv, const char** text ) argument
945 get_item( Operation *op, ComponentAssertionValue* cav, ComponentAssertion** ca, const char** text ) argument
1063 parse_comp_filter( Operation* op, ComponentAssertionValue* cav, ComponentFilter** filt, const char** text ) argument
[all...]
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonCryptorGCM.c41 ccmode_gcm_set_iv(cryptor->ctx[cryptor->op].gcm, ivLen, iv);
54 ccmode_gcm_gmac(cryptor->ctx[cryptor->op].gcm, aDataLen, aData);
88 ccmode_gcm_encrypt(cryptor->ctx[cryptor->op].gcm, dataInLength, dataIn, dataOut);
104 ccmode_gcm_decrypt(cryptor->ctx[cryptor->op].gcm, dataInLength, dataIn, dataOut);
119 ccmode_gcm_finalize(cryptor->ctx[cryptor->op].gcm, *tagLength, (void *)tag);
131 ccmode_gcm_reset(cryptor->ctx[cryptor->op].gcm);
138 CCOperation op, /* kCCEncrypt, kCCDecrypt */
155 CC_DEBUG_LOG(ASL_LEVEL_ERR, "Entering Op: %d Cipher: %d\n", op, alg);
157 retval = CCCryptorCreateWithMode(op, kCCModeGCM, alg, 0, NULL, key, keyLength,
171 if(op
137 CCCryptorGCM( CCOperation op, CCAlgorithm alg, const void *key, size_t keyLength, const void *iv, size_t ivLen, const void *aData, size_t aDataLen, const void *dataIn, size_t dataInLength, void *dataOut, const void *tag, size_t *tagLength) argument
[all...]
/macosx-10.9.5/objc4-551.1/runtime/
H A Dmessage.h63 OBJC_EXPORT void objc_msgSend(void /* id self, SEL op, ... */ )
65 OBJC_EXPORT void objc_msgSendSuper(void /* struct objc_super *super, SEL op, ... */ )
72 * @param op The selector of the method that handles the message.
84 OBJC_EXPORT id objc_msgSend(id self, SEL op, ...)
92 * @param op A pointer of type SEL. Pass the selector of the method that will handle the message.
96 * @return The return value of the method identified by \e op.
100 OBJC_EXPORT id objc_msgSendSuper(struct objc_super *super, SEL op, ...)
115 OBJC_EXPORT void objc_msgSend_stret(void /* id self, SEL op, ... */ )
117 OBJC_EXPORT void objc_msgSendSuper_stret(void /* struct objc_super *super, SEL op, ... */ )
125 OBJC_EXPORT void objc_msgSend_stret(id self, SEL op,
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeDelaySlotFiller.cpp69 for (unsigned op = 0; op < numOper; ++op) {
70 MachineOperand &mop = candidate->getOperand(op);
191 unsigned op = I->getOpcode(); local
192 if (op == MBlaze::ADDK || op == MBlaze::ADDIK ||
193 op == MBlaze::ADDC || op == MBlaze::ADDIC ||
194 op
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaQueryEvaluator.cpp176 bool compareValue(T a, T b, MediaFeaturePrefix op) argument
178 switch (op) {
189 static bool compareAspectRatioValue(CSSValue* value, int width, int height, MediaFeaturePrefix op) argument
193 return compareValue(width * static_cast<int>(aspectRatio->denominatorValue()), height * static_cast<int>(aspectRatio->numeratorValue()), op);
209 static bool colorMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
214 return numberValue(value, number) && compareValue(bitsPerComponent, static_cast<int>(number), op);
219 static bool color_indexMediaFeatureEval(CSSValue* value, RenderStyle*, Frame*, MediaFeaturePrefix op) argument
227 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op);
230 static bool monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
235 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op);
262 aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
276 device_aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
288 evalResolution(CSSValue* value, Frame* frame, MediaFeaturePrefix op) argument
320 device_pixel_ratioMediaFeatureEval(CSSValue *value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
325 resolutionMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
337 gridMediaFeatureEval(CSSValue* value, RenderStyle*, Frame*, MediaFeaturePrefix op) argument
367 device_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
382 device_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
397 heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
415 widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) argument
545 animationMediaFeatureEval(CSSValue* value, RenderStyle*, Frame*, MediaFeaturePrefix op) argument
554 transitionMediaFeatureEval(CSSValue* value, RenderStyle*, Frame*, MediaFeaturePrefix op) argument
563 transform_2dMediaFeatureEval(CSSValue* value, RenderStyle*, Frame*, MediaFeaturePrefix op) argument
572 transform_3dMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
600 view_modeMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dadd.c58 Operation *op,
64 backsql_info *bi = (backsql_info *)op->o_bd->be_private;
127 backsql_BindRowAsStrings_x( asth, &row, op->o_tmpmemctx );
246 rs->sr_text = op->o_req_dn.bv_val;
257 backsql_FreeRow_x( &row, op->o_tmpmemctx );
265 Operation *op,
272 backsql_info *bi = (backsql_info *)op->o_bd->be_private;
376 rs->sr_err = backsql_modify_delete_all_values( op, rs, dbh, e_id, at );
724 Operation *op,
731 backsql_info *bi = (backsql_info*)op
57 backsql_modify_delete_all_values( Operation *op, SlapReply *rs, SQLHDBC dbh, backsql_entryID *e_id, backsql_at_map_rec *at ) argument
264 backsql_modify_internal( Operation *op, SlapReply *rs, SQLHDBC dbh, backsql_oc_map_rec *oc, backsql_entryID *e_id, Modifications *modlist ) argument
723 backsql_add_attr( Operation *op, SlapReply *rs, SQLHDBC dbh, backsql_oc_map_rec *oc, Attribute *at, backsql_key_t new_keyval ) argument
904 backsql_add( Operation *op, SlapReply *rs ) argument
[all...]
H A Doperational.c71 backsql_operational_entryCSN( Operation *op )
83 if ( op->o_sync && op->o_tag == LDAP_REQ_SEARCH && op->o_private != NULL ) {
84 assert( op->o_private != NULL );
86 entryCSN = *((struct berval *)op->o_private);
93 slap_get_csn( op, &entryCSN, 0 );
105 Operation *op,
109 backsql_info *bi = (backsql_info*)op->o_bd->be_private;
166 rc = backsql_get_db_conn( op,
104 backsql_operational( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dbytecode.c53 * define BYTE_CODE_METER to enable generation of a byte-op usage histogram.
332 #define FETCH2 (op = FETCH, op + (FETCH << 8))
418 int op;
480 this_op = op = FETCH;
481 METER_CODE (prev_op, op);
483 op = FETCH;
486 switch (op)
489 op = FETCH2;
498 op
413 int op; variable
534 CHECK_RANGE (op); variable
663 DISCARD (op); variable
717 CHECK_RANGE (op); variable
730 CHECK_RANGE (op); variable
742 CHECK_RANGE (op); variable
754 CHECK_RANGE (op); variable
[all...]
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dprinters.c35 static void do_printer_op(http_t *http, const char *printer, ipp_op_t op,
55 const char *op; /* Operation to perform, if any */ local
69 op = cgiGetVariable("OP");
109 if (!op || !cgiIsPOST())
151 if (!*op)
165 else if (!strcmp(op, "start-printer"))
168 else if (!strcmp(op, "stop-printer"))
171 else if (!strcmp(op, "accept-jobs"))
173 else if (!strcmp(op, "reject-jobs"))
175 else if (!strcmp(op, "purg
228 do_printer_op(http_t *http, const char *printer, ipp_op_t op, const char *title) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/ex_apprec/
H A Dex_apprec_rec.c33 ex_apprec_mkdir_recover(dbenv, dbtp, lsnp, op)
37 db_recops op;
45 ex_apprec_mkdir_print(dbenv, dbtp, lsnp, op);
50 switch (op) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPModification.h18 LDAPModification(const LDAPAttribute& attr, mod_op op);
/macosx-10.9.5/SecurityTool-55115/
H A Duser_trust_enable.cpp43 UserTrustOp op = utoShow; local
51 op = utoSet;
55 op = utoSet;
67 if(op == utoShow) {
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dcancel.c47 ipp_op_t op; /* Operation */ local
56 op = IPP_CANCEL_JOB;
105 op = purge ? IPP_PURGE_JOBS : IPP_CANCEL_JOBS;
134 op = IPP_CANCEL_MY_JOBS;
157 if (op == IPP_CANCEL_JOBS)
158 op = IPP_PURGE_JOBS;
202 op = IPP_CANCEL_JOB;
212 op = IPP_CANCEL_JOB;
259 request = ippNewRequest(op);
283 if (op
[all...]
/macosx-10.9.5/file_cmds-230/ls/
H A Dcmp.c57 #define ATIMENSEC_CMP(x, op, y) ((x)->st_atimensec op (y)->st_atimensec)
58 #define CTIMENSEC_CMP(x, op, y) ((x)->st_ctimensec op (y)->st_ctimensec)
59 #define MTIMENSEC_CMP(x, op, y) ((x)->st_mtimensec op (y)->st_mtimensec)
60 #define BTIMENSEC_CMP(x, op, y) ((x)->st_birthtimensec op (y)->st_birthtimensec)
62 #define ATIMENSEC_CMP(x, op, y) \
63 ((x)->st_atimespec.tv_nsec op (
[all...]

Completed in 229 milliseconds

<<11121314151617181920>>