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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dgen_rname.c36 krb5_gen_replay_name(krb5_context context, const krb5_address *address, const char *uniq, char **string) argument
42 len = strlen(uniq) + (address->length * 2) + 1;
46 snprintf(*string, len, "%s", uniq);
47 tmp = *string + strlen(uniq);
/osnet-11/usr/src/lib/libcmd/common/
H A Duniq.c23 * uniq
29 "[-n?\n@(#)$Id: uniq (AT&T Research) 2009-11-28 $\n]"
31 "[+NAME?uniq - Report or filter out repeated lines in a file]"
85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare) function
335 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm739 sub uniq subroutine
741 scalar @_ > 0 or _usage("uniq(cookie, val, ...)");
/osnet-11/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c391 int uniq = -1; local
396 while (++uniq < n1)
397 tmparr[uniq] = strdup(arr1[uniq]);
400 if (!nd_seq_search(arr2[j], tmparr, uniq))
401 tmparr[uniq++] = strdup(arr2[j]);
403 if ((*buf = calloc(uniq, sizeof (char *))) == NULL) {
405 for (int j = 0; j < uniq; j++) {
412 bcopy(tmparr, *buf, uniq * sizeof (char *));
413 return (uniq);
[all...]

Completed in 106 milliseconds