/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | string.h | 27 int __pure strcmp(const char * cs,const char * ct) __nonnull; 28 int __pure strncmp(const char * cs,const char * ct, 36 char * __pure strpbrk(const char * cs,const char * ct) __nonnull; 37 char * strtok(char * s,const char * ct) __nonnull; 38 char * strsep(char **s, const char *ct) __nonnull; 41 int __pure memcmp(const void * cs,const void * ct,
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | stringextra.c | 161 * @ct: The characters to search for 163 char * strpbrk(const char * cs,const char * ct) argument 168 for( sc2 = ct; *sc2 != '\0'; ++sc2) { 181 * @ct: The characters to search for 185 char * strtok(char * s,const char * ct) argument 193 sbegin += strspn(sbegin,ct); 198 send = strpbrk( sbegin, ct); 210 * @ct: The characters to search for 218 char * strsep(char **s, const char *ct) argument 225 end = strpbrk(sbegin, ct); [all...] |
H A D | string.c | 94 * @ct: Another string 96 int strcmp(const char * cs,const char * ct) argument 101 if ((__res = *cs - *ct++) != 0 || !*cs++) 113 * @ct: Another string 116 int strncmp(const char * cs,const char * ct,size_t count) argument 121 if ((__res = *cs - *ct++) != 0 || !*cs++) 276 * @ct: Another area of memory 279 int memcmp(const void * cs,const void * ct,size_t count) argument 284 for( su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--)
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/ |
H A D | prgcapi.c | 114 CollectorType *ct, *ect; local 118 ct = &_pr_collectorTypes[0]; 120 for (; ct < ect; ct++) { 121 if (ct->flags == 0) { 122 ct->gctype = *t; 123 ct->flags = _GC_TYPE_BUSY; 124 if (0 != ct->gctype.finalize) { 125 ct->flags |= _GC_TYPE_FINAL; 127 if (0 != ct [all...] |
H A D | prmsgc.c | 746 CollectorType *ct; local 768 ct = &_pr_collectorTypes[GET_TYPEIX(p[0])]; 769 PR_ASSERT(0 != ct->gctype.scan); 771 (*ct->gctype.scan)(p + 1); 795 CollectorType *ct; local 869 ct = &_pr_collectorTypes[tix]; 870 if (0 == ct->gctype.scan) { 896 CollectorType *ct; local 964 ct = &_pr_collectorTypes[tix]; 965 if (0 == ct 1150 CollectorType *ct; local 1324 CollectorType *ct; local 1414 CollectorType *ct; local 1592 CollectorType *ct; local 2765 CollectorType *ct; local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | fcns.h | 177 struct fc_ct_header ct; member in struct:fc_ns_gid_pn_request 191 struct fc_ct_header ct; member in struct:fc_ns_reject_response 197 struct fc_ct_header ct; member in struct:fc_ns_gid_pn_response 205 struct fc_ct_header ct; member in union:fc_ns_response
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | fcns.c | 109 if ( iob_len ( iobuf ) < sizeof ( resp->ct ) ) { 117 switch ( ntohs ( resp->ct.code ) ) { 136 "%02x)\n", query, resp->reject.ct.reason, 137 resp->reject.ct.explanation ); 141 query, ntohs ( resp->ct.code ) ); 177 gid_pn.ct.revision = FC_CT_REVISION; 178 gid_pn.ct.type = FC_GS_TYPE_DS; 179 gid_pn.ct.subtype = FC_DS_SUBTYPE_NAME; 180 gid_pn.ct.code = htons ( FC_NS_GET ( FC_NS_PORT_NAME, FC_NS_PORT_ID ));
|
/vbox/src/recompiler/tcg/i386/ |
H A D | tcg-target.c | 160 static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str) argument 167 ct->ct |= TCG_CT_REG; 168 tcg_regset_set_reg(ct->u.regs, TCG_REG_EAX); 171 ct->ct |= TCG_CT_REG; 172 tcg_regset_set_reg(ct->u.regs, TCG_REG_EBX); 175 ct->ct |= TCG_CT_REG; 176 tcg_regset_set_reg(ct 247 int ct = arg_ct->ct; local [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/predicates/ |
H A D | tst.predcache.ksh | 46 for ct in $ctids 48 line=$(svcs -o fmri,ctid | grep " $ct\$")
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/ |
H A D | string.h | 216 static inline int strncmp(const char * cs,const char * ct,size_t count) argument 234 :"1" (cs),"2" (ct),"3" (count));
|
/vbox/src/VBox/Additions/solaris/SharedFolders/ |
H A D | vboxfs_vnode.c | 710 caller_context_t *ct, 858 caller_context_t *ct) 860 return (fs_pathconf(vp, cmd, valp, cr, ct)); 870 caller_context_t *ct) 915 caller_context_t *ct) 957 caller_context_t *ct) 986 caller_context_t *ct) 1050 caller_context_t *ct) 1160 sffs_access(vnode_t *vp, int mode, int flags, cred_t *cr, caller_context_t *ct) argument 1184 caller_context_t *ct, 705 sffs_readdir( vnode_t *vp, uio_t *uiop, cred_t *cred, int *eofp, caller_context_t *ct, int flag) argument 853 sffs_pathconf( vnode_t *vp, int cmd, ulong_t *valp, cred_t *cr, caller_context_t *ct) argument 865 sffs_getattr( vnode_t *vp, vattr_t *vap, int flags, cred_t *cred, caller_context_t *ct) argument 910 sffs_setattr( vnode_t *vp, vattr_t *vap, int flags, cred_t *cred, caller_context_t *ct) argument 950 sffs_space( vnode_t *vp, int cmd, struct flock64 *bfp, int flags, offset_t off, cred_t *cred, caller_context_t *ct) argument 981 sffs_read( vnode_t *vp, struct uio *uio, int ioflag, cred_t *cred, caller_context_t *ct) argument 1045 sffs_write( vnode_t *vp, struct uio *uiop, int ioflag, cred_t *cred, caller_context_t *ct) argument 1176 sffs_lookup( vnode_t *dvp, char *name, vnode_t **vpp, struct pathname *pnp, int flags, vnode_t *rdir, cred_t *cred, caller_context_t *ct, int *direntflags, struct pathname *realpnp) argument 1231 sffs_create( vnode_t *dvp, char *name, struct vattr *vap, vcexcl_t exclusive, int mode, vnode_t **vpp, cred_t *cr, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument 1338 sffs_mkdir( vnode_t *dvp, char *nm, vattr_t *va, vnode_t **vpp, cred_t *cred, caller_context_t *ct, int flags, vsecattr_t *vsecp) argument 1398 sffs_rmdir( struct vnode *dvp, char *nm, vnode_t *cdir, cred_t *cred, caller_context_t *ct, int flags) argument 1914 sffs_symlink( vnode_t *dvp, char *linkname, vattr_t *vap, char *target, cred_t *cred , caller_context_t *ct, int flags ) argument 1985 sffs_remove( vnode_t *dvp, char *name, cred_t *cred, caller_context_t *ct, int flags) argument 2049 sffs_rename( vnode_t *old_dir, char *old_nm, vnode_t *new_dir, char *new_nm, cred_t *cred, caller_context_t *ct, int flags) argument 2111 sffs_fsync(vnode_t *vp, int flag, cred_t *cr, caller_context_t *ct) argument 2209 sffs_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct) argument 2230 sffs_close( vnode_t *vp, int flag, int count, offset_t offset, cred_t *cr, caller_context_t *ct) argument 2268 sffs_seek(vnode_t *v, offset_t o, offset_t *no, caller_context_t *ct) argument 2300 sffs_fid(vnode_t *vp, fid_t *fidp, caller_context_t *ct) argument [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | via-rhine.c | 787 unsigned long ct; local 802 ct = currticks(); 803 while (byMIItemp != 0 && ct + 2*1000 < currticks()) 828 unsigned long ct; local 844 ct = currticks(); 845 while (byMIItemp != 0 && ct + 2*1000 < currticks()) 874 ct = currticks(); 875 while (byMIItemp != 0 && ct + 2*1000 < currticks()) 1353 unsigned long ct; local 1394 ct [all...] |
H A D | epic100.c | 311 unsigned long ct; local 351 ct = currticks(); 354 ct + 10*1000 < currticks())
|
H A D | w89c840.c | 500 unsigned long ct; local 549 ct = currticks(); 560 while ( (transmit_status & DescOwn) && ct + TX_TIMEOUT < currticks()) {
|
/vbox/src/VBox/Main/src-server/ |
H A D | ClientWatcher.cpp | 261 Machine::ClientToken *ct = sm->i_getClientToken(); local 262 if (ct) 264 HANDLE ipcSem = ct->getToken(); 472 ClientToken *ct = sm->i_getClientToken(); local 473 if (ct) 475 HMTX ipcSem = ct->getToken();
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | y2k.c | 708 ** argument. The result (ct) is then converted to a PRExplodedTime structure 720 PRTime ct; local 728 rc = PR_ParseTimeString( sp, PR_FALSE, &ct ); 737 PR_ExplodeTime( ct, PR_LocalTimeParameters , &cet );
|
/vbox/src/recompiler/tcg/ |
H A D | tcg.c | 1007 if (arg_ct->ct & TCG_CT_ALIAS) { 1011 if (!(arg_ct->ct & TCG_CT_REG)) 1068 def->args_ct[i].ct = 0; 1073 assert(def->args_ct[oarg].ct & TCG_CT_REG); 1077 def->args_ct[oarg].ct = TCG_CT_ALIAS; 1079 def->args_ct[i].ct |= TCG_CT_IALIAS; 1087 def->args_ct[i].ct |= TCG_CT_CONST; 1695 if (arg_ct->ct & TCG_CT_IALIAS) { 1763 if (arg_ct->ct & TCG_CT_ALIAS) {
|
H A D | tcg.h | 404 uint16_t ct; member in struct:TCGArgConstraint
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | saaj-impl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | mimepull.jar | META-INF/ META-INF/MANIFEST.MF org/ org/jvnet/ org/jvnet/mimepull/ org/jvnet/mimepull/FinalArrayList ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | activation.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
/vbox/src/VBox/Frontends/VBoxShell/ |
H A D | vboxshell.py | 3483 if ct['perf']:
|