/vbox/src/VBox/Additions/linux/sharedfolders/ |
H A D | lnkops.c | 23 static void *sf_follow_link(struct dentry *dentry, struct nameidata *nd) argument 43 nd_set_link(nd, error ? ERR_PTR(error) : path); 47 static void sf_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) argument 49 char *page = nd_get_link(nd);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
H A D | select.c | 150 int nd, 162 if (nd < 0) 169 nfdbits = roundup(nd, NFDBITS); 220 error = selscan(ibits, obits, nd, &nselected); 149 select( int nd, fd_set *in, fd_set *ou, fd_set *ex, struct timeval *tv ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | strtod.c | 81 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 164 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 165 if (nd < 9) 167 else if (nd < 16) 169 nd0 = nd; 178 if (!nd) { 195 if (nd++ < 9) 197 else if (nd <= DBL_DIG + 1) 199 if (nd [all...] |
H A D | strtodg.c | 341 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local 401 for(decpt = nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 402 if (nd < 9) 404 else if (nd < 16) 406 nd0 = nd; 415 if (!nd) { 432 if (nd++ < 9) 434 else if (nd <= DBL_DIG + 1) 436 if (nd [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | io.h | 154 static inline int dup2(int od, int nd) { return _dup2(od, nd); } argument
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | io.h | 151 static inline int dup2(int od, int nd) { return _dup2(od, nd); } argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcnetio.cpp | 75 RCIO **nd, RCNetAddr **raddr, void *buf, 85 if (NULL != *nd) ns->fd = accepted; 87 *nd = ns; 74 AcceptRead( RCIO **nd, RCNetAddr **raddr, void *buf, PRSize amount, const RCInterval& timeout) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | pripv6.c | 201 PRFileDesc **nd, PRNetAddr **ipv6_raddr, void *buf, PRInt32 amount, 221 sd->lower, nd, ipv6_raddr, buf, amount, timeout); 231 rv = PR_PushIOLayer(*nd, PR_TOP_IO_LAYER, newstack); 200 Ipv6ToIpv4SocketAcceptRead(PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **ipv6_raddr, void *buf, PRInt32 amount, PRIntervalTime timeout) argument
|
H A D | prlayer.c | 325 PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf, 350 sd->lower, nd, raddr, buf, amount, t); 357 newstack->lower = *nd; 358 (*nd)->higher = newstack; 359 *nd = newstack; 363 rv = PR_PushIOLayer(*nd, PR_TOP_IO_LAYER, newstack); 324 pl_DefAcceptread( PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime t) argument
|
H A D | prsocket.c | 843 static PRInt32 PR_CALLBACK SocketAcceptRead(PRFileDesc *sd, PRFileDesc **nd, argument 864 *nd = NULL; 879 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods()); 880 if (*nd == 0) { 885 (*nd)->secret->md.io_model_committed = PR_TRUE; 886 (*nd)->secret->md.accepted_socket = PR_TRUE; 887 memcpy(&(*nd)->secret->md.peer_addr, *raddr, 897 rv = PR_EmulateAcceptRead(sd, nd, raddr, buf, amount, timeout); 903 PR_IMPLEMENT(PRInt32) PR_NTFast_AcceptRead(PRFileDesc *sd, PRFileDesc **nd, 921 *nd [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | acceptreademu.c | 63 static PRInt32 PR_CALLBACK emu_AcceptRead(PRFileDesc *sd, PRFileDesc **nd, argument 66 return PR_EmulateAcceptRead(sd, nd, raddr, buf, amount, timeout);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prdtoa.c | 697 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9; 699 (CONST char *s, int nd0, int nd, ULong y9) 706 x = (nd + 8) / 9; 727 for(; i < nd; i++) 1617 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 1666 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 1667 if (nd < 9) 1669 else if (nd < 1 [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptio.c | 2753 PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, 2766 rv = PR_EmulateAcceptRead(sd, nd, raddr, buf, amount, timeout); 2752 pt_AcceptRead( PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime timeout) argument
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xmlregexp.c | 216 int nd; member in struct:_xmlRegTrans 1114 if (trans->nd != 0) { 1115 if (trans->nd == 2) 1410 state->trans[state->nbTrans].nd = 0; 2563 /* t1->nd = 1; */ 2572 t1->nd = 1; 2617 /* t1->nd = 1; */ 2667 t1->nd = 1; 2668 t2->nd = 1; 2684 t1->nd [all...] |