Home
last modified time | relevance | path

Searched refs:destp (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.sbin/lpr/common_source/
H A Dcommon.c402 char *destp; in lpd_gettime() local
435 if (destp != NULL) { in lpd_gettime()
436 destp += 3; in lpd_gettime()
437 if ((*destp != '+') && (*destp != '-')) { in lpd_gettime()
443 strcpy(savday, destp + strlen(destp) - 4); in lpd_gettime()
444 snprintf(destp, (destp - tempstr), "%+03d%02d", in lpd_gettime()
446 strcat(destp, savday); in lpd_gettime()
463 char *destp, *endp; in trstat_init() local
479 destp = &(pp->jobnum[0]); in trstat_init()
480 endp = destp + 5; in trstat_init()
[all …]
/dragonfly/lib/libc/db/hash/
H A Dhash.c910 P_32_COPY(srcp->magic, destp->magic); in swap_header_copy()
911 P_32_COPY(srcp->version, destp->version); in swap_header_copy()
912 P_32_COPY(srcp->lorder, destp->lorder); in swap_header_copy()
913 P_32_COPY(srcp->bsize, destp->bsize); in swap_header_copy()
914 P_32_COPY(srcp->bshift, destp->bshift); in swap_header_copy()
915 P_32_COPY(srcp->dsize, destp->dsize); in swap_header_copy()
916 P_32_COPY(srcp->ssize, destp->ssize); in swap_header_copy()
917 P_32_COPY(srcp->sshift, destp->sshift); in swap_header_copy()
922 P_32_COPY(srcp->low_mask, destp->low_mask); in swap_header_copy()
923 P_32_COPY(srcp->ffactor, destp->ffactor); in swap_header_copy()
[all …]
/dragonfly/sys/kern/
H A Dkern_exec.c1149 char *stringp, *destp, *szsigbase; in exec_copyout_strings() local
1184 destp = szsigbase - in exec_copyout_strings()
1208 vectp = (char **)destp - (AT_COUNT * 2); in exec_copyout_strings()
1220 copyout(stringp, destp, ARG_MAX - imgp->args->space); in exec_copyout_strings()
1232 suword64((void *)vectp++, (uintptr_t)destp); in exec_copyout_strings()
1234 destp++; in exec_copyout_strings()
1235 destp++; in exec_copyout_strings()
1248 suword64((void *)vectp++, (uintptr_t)destp); in exec_copyout_strings()
1250 destp++; in exec_copyout_strings()
1251 destp++; in exec_copyout_strings()
/dragonfly/sys/netgraph/netgraph/
H A Dng_base.c1076 ng_path2node(node_p here, const char *address, node_p *destp, char **rtnp) in ng_path2node() argument
1087 if (destp == NULL) in ng_path2node()
1089 *destp = NULL; in ng_path2node()
1172 *destp = node; in ng_path2node()
/dragonfly/sys/netgraph7/netgraph/
H A Dng_base.c1690 node_p *destp, hook_p *lasthook) in ng_path2noderef() argument
1699 if (destp == NULL) { in ng_path2noderef()
1703 *destp = NULL; in ng_path2noderef()
1818 *destp = node; in ng_path2noderef()
/dragonfly/contrib/gdb-7/gdb/
H A Dremote.c2250 unsigned char *srcp, *destp; in threadmatch()
2253 destp = (char *) dest; in threadmatch()
2257 result &= (*srcp++ == *destp++) ? 1 : 0; in threadmatch()