Searched defs:pun (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c1045 char *pun = un; /* Pointer to the tail of the unquoted string */ local
1054 *pun++ = '\\';
1059 *pun++ = *p++;
1061 *pun++ = *p++;
1064 *pun = '\0';
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c881 char *pun = un; /* Pointer to the tail of the unquoted string */ local
890 *pun++ = '\\';
895 *pun++ = *p++;
897 *pun++ = *p++;
900 *pun = '\0';

Completed in 37 milliseconds