Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_pr.c38 memp_stat(dbmp, gspp, fspp, db_malloc) in memp_stat() argument
41 DB_MPOOL_FSTAT ***fspp;
74 if (fspp != NULL) {
75 *fspp = NULL;
93 if ((ret = __os_malloc(len, db_malloc, fspp)) != 0)
99 for (tfsp = *fspp,
/illumos-gate/usr/src/lib/libelfsign/common/
H A Dlibelfsign.h141 struct filesignatures **fspp, size_t *fs_len, enum ES_ACTION action);
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c2095 get_field(char **fspp) in get_field() argument
2099 fld = *fspp; in get_field()
2105 cp = strchr(*fspp, FDELIM); in get_field()
2107 *fspp = NULL; in get_field()
2110 *fspp = cp + 1; in get_field()