Home
last modified time | relevance | path

Searched refs:pj_comment (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/projects/
H A Dprojects.c78 projcomm = safe_malloc(strlen(proj.pj_comment) + 1); in find_projects()
80 (void) strcpy(projcomm, proj.pj_comment); in find_projects()
95 safe_malloc(strlen(proj.pj_comment) + 1); in find_projects()
97 (void) strcpy(projcomm, proj.pj_comment); in find_projects()
209 (void) fprintf(stdout, "\tcomment: \"%s\"\n", projent->pj_comment); in print_projent()
/titanic_41/usr/src/cmd/getent/
H A Ddogetproject.c46 proj->pj_comment != NULL ? proj->pj_comment : "") == EOF) in putprojent()
/titanic_41/usr/src/cmd/oamuser/lib/
H A Dputprojent.c42 projstr->pj_projid, projstr->pj_comment); in putprojent()
/titanic_41/usr/src/head/
H A Dproject.h49 char *pj_comment; /* project description */ member
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs46 PUSHs(sv_2mortal(newSVpv(proj->pj_comment, 0))); in pushret_project()
/titanic_41/usr/src/lib/libproject/common/
H A Dgetprojent.c434 project->pj_comment = p; in str2project()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_writes.c1734 if (ptr->pj_comment != NULL && ptr->pj_comment[0] != '\0') { in __s_cvt_project()
1735 rc = __s_add_attr(e, "description", ptr->pj_comment); in __s_cvt_project()
/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3707 data.pj_comment = strdup(s); in genent_project()