Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/scripts/
H A Dcrawlsrccomments.sh599 function extract_comments function
1019extract_comments scan.records "$i" ${options.max_num_comments} ${options.max_filesize_for_scan} ||…
/titanic_41/usr/src/cmd/krb5/kadmin/gui/native/
H A DKadmin.c46 static int extract_comments(kadm5_principal_ent_rec *, char **);
505 ret = extract_comments(&pr_rec, &comments); in Java_Kadmin_loadPrincipal()
1721 extract_comments(kadm5_principal_ent_rec *p, char **comments) in extract_comments() function