null

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dgen_rname.c35 krb5_gen_replay_name(krb5_context context, const krb5_address *address, const char *uniq, char **string) argument
40 if ((*string = malloc(strlen(uniq) + (address->length * 2) + 1)) == NULL)
44 sprintf(*string, "%s", uniq);
45 tmp = (*string) + strlen(uniq);
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl346 sub uniq subroutine
367 return (sort { $a <=> $b } uniq(@_));
/illumos-gate/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
331 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm739 sub uniq subroutine
741 scalar @_ > 0 or _usage("uniq(cookie, val, ...)");
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y119 | maj | min | nm | sz | uid | uniq
545 uniq : UNIQ '=' expr { set_file(UNIQ, i_number << l2b, $3); } label
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c395 int fd, uniq, len; local
429 for (uniq = 0; uniq <= max_uniq; uniq++) {
432 *path, uniq);
438 if (uniq > max_uniq) {

Completed in 253 milliseconds