Searched defs:duplicate (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c112 static int duplicate(struct range *r1, struct range *r2);
339 dup = duplicate(&d1->old, &d2->old);
393 * it does not duplicate something to be printed later
469 duplicate(struct range *r1, struct range *r2) function
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c412 duplicate(char *name, crypto_mech_name_t *array, int count) function
472 /* check for duplicate */
473 if (duplicate(&pd->pd_mechanisms[j].cm_mech_name[0],
836 * Returns duplicate array of mechanisms. The array is allocated and
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c505 /* duplicate mntpoint found */
507 "hierarchical_sort: duplicate mntpnt map=%s key=%s",
1792 int exlen, duplicate; local
1940 duplicate = 0;
1944 duplicate = (strcmp(ex->ex_dir, (*texp)->ex_dir) == 0);
1945 if (duplicate) {
1946 /* disregard duplicate entry */
1951 if (!duplicate) {
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c61 * isduplicate : Boolean telling if this node duplicate of any other msgid.
1309 * Check if a ANSI string (which is a linked list itself) is a duplicate
1842 * it will be marked as duplicate.
2076 output_msgid(FILE *fp, struct strlist_st *p, int duplicate) argument
2088 if (duplicate == TRUE) {
2094 if (duplicate == TRUE) {
2106 if (duplicate == TRUE) {
2137 if (duplicate == TRUE) {

Completed in 585 milliseconds