Home
last modified time | relevance | path

Searched refs:cpstart (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dhextolfp.c21 register const char *cpstart; in hextolfp() local
38 cpstart = cp; in hextolfp()
39 while (*cp != '\0' && (cp - cpstart) < 8 && in hextolfp()
48 if ((cp - cpstart) < 8 || ind == NULL) in hextolfp()
53 cpstart = cp; in hextolfp()
54 while (*cp != '\0' && (cp - cpstart) < 8 && in hextolfp()
63 if ((cp - cpstart) < 8 || ind == NULL) in hextolfp()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c1112 char *cpstart, *cpend, *cp, *nl; in read_hrecs_file() local
1137 cpstart = xnmalloc (2, STAT_BLOCKSIZE (st_buf)); in read_hrecs_file()
1138 cpstart[0] = '\0'; in read_hrecs_file()
1139 cp = cpend = cpstart; in read_hrecs_file()
1154 memmove (cpstart, cp, nl - cp); in read_hrecs_file()
1155 nl = cpstart + (nl - cp); in read_hrecs_file()
1156 cp = cpstart; in read_hrecs_file()
1202 free (cpstart); in read_hrecs_file()