Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c226 char *a_mntPoint, char *a_fsType, char *a_mntOptions);
2760 sortedInsert(FSI_T **r_list, long *a_listSize, char *a_mntPoint, in sortedInsert() argument
2770 assert(a_mntPoint != NULL); in sortedInsert()
2776 echoDebug(DBG_SINS_ENTRY, a_mntPoint, a_fsType, a_mntOptions); in sortedInsert()
2793 list[0].fsi_mntPoint = strdup(a_mntPoint); in sortedInsert()
2818 c = strcmp(list[n].fsi_mntPoint, a_mntPoint); in sortedInsert()
2864 list[n].fsi_mntPoint = strdup(a_mntPoint); in sortedInsert()
2884 list[listSize-1].fsi_mntPoint = strdup(a_mntPoint); in sortedInsert()