Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dauthfile.c233 key_load_public_rsa1(int fd, const char *filename, char **commentp) in key_load_public_rsa1() argument
279 if (commentp) in key_load_public_rsa1()
280 *commentp = buffer_get_string(&buffer, NULL); in key_load_public_rsa1()
289 key_load_public_type(int type, const char *filename, char **commentp) in key_load_public_type() argument
298 pub = key_load_public_rsa1(fd, filename, commentp); in key_load_public_type()
314 char **commentp) in key_load_private_rsa1() argument
367 if (commentp) in key_load_private_rsa1()
368 *commentp = buffer_get_string(&buffer, NULL); in key_load_private_rsa1()
419 if (commentp) in key_load_private_rsa1()
420 xfree(*commentp); in key_load_private_rsa1()
[all …]
/titanic_44/usr/src/cmd/ypcmd/
H A Dstdhosts.c77 char *commentp; /* Pointer to comment character '#' */ local
120 if ((commentp = strchr(line, '#')) != NULL) {
139 *commentp = '\0';