/src/lib/libc/stdio/ |
findfp.c | 115 struct __sfileext *pext; local in function:moreglue 126 pext = (void *)(p + n); 129 _FILEEXT_SETUP(p, pext); 131 pext++;
|
findfp.c | 115 struct __sfileext *pext; local in function:moreglue 126 pext = (void *)(p + n); 129 _FILEEXT_SETUP(p, pext); 131 pext++;
|
findfp.c | 115 struct __sfileext *pext; local in function:moreglue 126 pext = (void *)(p + n); 129 _FILEEXT_SETUP(p, pext); 131 pext++;
|
/src/sys/netipsec/ |
xform_ah.c | 1044 uint8_t *pext = (char *)(tc + 1); local in function:ah_output 1046 m_copydata(m, 0, skip, pext); 1053 memcpy(&iplen, pext + ipoffs, sizeof(iplen)); 1058 pext[protoff] = IPPROTO_AH;
|
xform_ah.c | 1044 uint8_t *pext = (char *)(tc + 1); local in function:ah_output 1046 m_copydata(m, 0, skip, pext); 1053 memcpy(&iplen, pext + ipoffs, sizeof(iplen)); 1058 pext[protoff] = IPPROTO_AH;
|
xform_ah.c | 1044 uint8_t *pext = (char *)(tc + 1); local in function:ah_output 1046 m_copydata(m, 0, skip, pext); 1053 memcpy(&iplen, pext + ipoffs, sizeof(iplen)); 1058 pext[protoff] = IPPROTO_AH;
|