Searched refs:nodups (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c50 static void add_charmap_impl_fr(char *sym, char *mbs, int mbs_len, int nodups);
51 static void add_charmap_impl_to(char *sym, char *mbs, int mbs_len, int nodups);
263 add_charmap_impl(char *sym, char *mbs, int mbs_len, int nodups) argument
277 add_charmap_impl_fr(sym, mbs, mbs_len, nodups);
280 add_charmap_impl_to(sym, mbs, mbs_len, nodups);
289 add_charmap_impl_fr(char *sym, char *mbs, int mbs_len, int nodups) argument
311 if (nodups) {
334 add_charmap_impl_to(char *sym, char *mbs, int mbs_len, int nodups) argument
358 if (nodups) {
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c839 * if nodups is non-zero, then the first file of a given name found is
840 * the only file added to the list of names. for example if nodups is
849 platform_get_files(const char *dirname[], const char *fnstr, int nodups) argument
879 if (nodups != 0) {
932 platform_get_files_stddirs(char *fname, int nodups) argument
956 flist = platform_get_files(dirlist, fname, nodups);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c241 build_seclist_nodups(exportdata_t *exd, secinfo_t *nodups, int exponly) argument
257 if (nodups[n].s_secinfo.sc_nfsnum ==
265 * they are never freed from the nodups array. If
267 * of the nodups flavors, then the entry is properly
272 nodups[n] = cursec[c];

Completed in 1883 milliseconds