Searched refs:dp2 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ddiff.c1136 char *dp1, *dp2; local
1143 dp2 = last_char_is(p2, '/');
1144 if (dp2 != NULL)
1145 *dp2 = '\0';
1168 dp2 = *dirlist2;
1169 pos = dp1 == NULL ? 1 : dp2 == NULL ? -1 : strcmp(dp1, dp2);
1171 do_diff(p1, dp1, p2, dp2);
1182 do_diff(p1, NULL, p2, dp2);
1184 print_only(p2, strlen(p2) + 1, dp2);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_rename.c48 xfs_inode_t *dp2, /* in: new (target) directory inode */
63 * Note that the table may contain duplicates. e.g., dp1 == dp2.
66 i_tab[1] = dp2;
46 xfs_sort_for_rename( xfs_inode_t *dp1, xfs_inode_t *dp2, xfs_inode_t *ip1, xfs_inode_t *ip2, xfs_inode_t **i_tab, int *num_inodes) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x-hcd.c94 u16 *dp2 = (u16 *) buf; local
102 if ((unsigned long)dp2 & 1) {
115 isp116x_raw_write_data16(isp116x, cpu_to_le16(*dp2++));
119 isp116x_write_data16(isp116x, 0xff & *((u8 *) dp2));
131 u16 *dp2 = (u16 *) buf; local
139 if ((unsigned long)dp2 & 1) {
153 *dp2++ = le16_to_cpu(isp116x_raw_read_data16(isp116x));
157 *(u8 *) dp2 = 0xff & isp116x_read_data16(isp116x);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c1000 uint8 *dp1, *dp2; local

Completed in 76 milliseconds