HomeSort by relevance Sort by last modified time
    Searched refs:uniq (Results 1 - 25 of 35) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
gen_rname.c 35 krb5_gen_replay_name(krb5_context context, const krb5_address *address, const char *uniq, char **string)
40 if ((*string = malloc(strlen(uniq) + (address->length * 2) + 1)) == NULL)
44 sprintf(*string, "%s", uniq);
45 tmp = (*string) + strlen(uniq);
  /onnv/onnv-gate/usr/src/cmd/print/scripts/
getmodels 44 /bin/grep "^$1" $cachefile | nawk '{FS=":"; print $2}' | uniq
  /onnv/onnv-gate/usr/src/cmd/acct/
lastlogin.sh 40 # "line 2 - merge the 2 files; use uniq to delete common"
45 # "valid; use uniq to remove duplicate lines"
47 sort +1 - sum/loginlog | uniq -u +10 |\
48 sort +1 - sum/loginlog |uniq -u > sum/tmploginlog
72 sort -r +1 | uniq +10 | sort | \
  /onnv/onnv-gate/usr/src/cmd/sgs/tools/
chkmsg.sh 56 sed -e "s/_32$//" -e "s/_64$//" CATA_MSG_INTL_LIST | sort | uniq > _TMP
60 sed -e "s/_32$//" -e "s/_64$//" CATA_MSG_ORIG_LIST | sort | uniq > _TMP
70 sed -e "s/_32$//" -e "s/_64$//" MSG_INTL_LIST | sort | uniq > _TMP
74 sed -e "s/_32$//" -e "s/_64$//" MSG_ORIG_LIST | sort | uniq > _TMP
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/predicates/
tst.predcache.ksh 40 sort | uniq | tr '\n' ',')
42 ctids=$(ps -p $pids -o ctid | tail +2 | sort | uniq)
  /onnv/onnv-gate/usr/src/cmd/ksh/builtins/
Makefile 58 uniq \
  /onnv/onnv-gate/usr/src/lib/libc/
makelibccatalog.sh 41 FILES=`grep gettext *.c | sed "s/:.*//" | sort | sed "s/\.c//" | uniq`
  /onnv/onnv-gate/usr/src/lib/libshell/common/data/
solaris_cmdlist.h 154 BINCMDLIST(uniq)
155 ASTCMDLIST(uniq)
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/cli/
k5srvutil.sh 19 klist -k $keytab | tail +4 | awk '{print $2}' | sort | uniq
  /onnv/onnv-gate/usr/src/lib/libdll/common/
dllscan.c 33 Uniq_t* uniq; \
468 if (scan->uniq)
477 dtinsert(scan->dict, scan->uniq);
488 else if (!(scan->uniq = vmnewof(scan->vm, 0, Uniq_t, 1, strlen(b))))
491 strcpy(scan->uniq->name, b);
  /onnv/onnv-gate/usr/src/uts/
Makefile.uts 329 uniq= ; \
331 uniq="-D BASE" ; \
336 uniq="-D $$2" ; \
341 uniq= ; \
343 uniq="-d $(CTFMERGE_GENUNIX) $$uniq" ; \
345 cmd="$(CTFMERGE) $(CTFMRGFLAGS) $$label $$uniq" ; \
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fssnap/
fssnap.c 395 int fd, uniq, len; local
429 for (uniq = 0; uniq <= max_uniq; uniq++) {
432 *path, uniq);
438 if (uniq > max_uniq) {
  /onnv/onnv-gate/usr/src/lib/libcmd/
Makefile.com 77 uniq.o \
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
uniq.c 23 * uniq
29 "[-n?\n@(#)$Id: uniq (AT&T Research) 2009-08-10 $\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
311 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);
  /onnv/onnv-gate/usr/src/cmd/psrinfo/
psrinfo.pl 108 sub uniq subroutine
162 return (sort { $a <=> $b } uniq(@_));
568 @id_list = uniq(@id_list);
  /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsdb/
fsdb_lex.l 121 :{WS}*uniq { return UNIQ; }
fsdb_yacc.y 89 %token GID LN MD MAJ MIO NM SZ UID UNIQ
119 | maj | min | nm | sz | uid | uniq
545 uniq : UNIQ '=' expr { set_file(UNIQ, i_number << l2b, $3); } label
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypinit.sh 211 sort $yproot_dir/aliases | uniq > /var/run/.ypaliases; mv /var/run/.ypaliases $yproot_dir/aliases
  /onnv/onnv-gate/usr/src/cmd/lgrpinfo/
lgrpinfo.pl 346 sub uniq subroutine
367 return (sort { $a <=> $b } uniq(@_));
  /onnv/onnv-gate/usr/src/grub/grub-0.97/
depcomp 494 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /onnv/onnv-gate/usr/src/grub/grub-0.97/util/
grub-install.in 352 | sort | uniq -d | sed -n 1p`
  /onnv/onnv-gate/usr/src/cmd/svc/shell/
ipf_include.sh 227 's/.*to.* port = \([a-z0-9]*\).*/\1/p' | uniq | \
234 's/.*to.* port = \([a-z0-9]*\).*/\1/p' | uniq | \
  /onnv/onnv-gate/usr/src/lib/libshell/misc/
buildksh93.sh 222 BINCMDLIST(uniq)
223 ASTCMDLIST(uniq)
  /onnv/onnv-gate/usr/src/cmd/avs/dscfg/
dscfgadm.sh 243 grep "^dsvol:" | cut -d' ' -f3 | sort | uniq | xargs`
  /onnv/onnv-gate/usr/src/cmd/stmsboot/
stmsboot.sh 60 UNIQ=/usr/bin/uniq

Completed in 1560 milliseconds

1 2