Home
last modified time | relevance | path

Searched refs:uniq (Results 1 – 25 of 52) sorted by relevance

123

/titanic_51/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) in krb5_gen_replay_name() argument
40 if ((*string = malloc(strlen(uniq) + (address->length * 2) + 1)) == NULL) in krb5_gen_replay_name()
44 sprintf(*string, "%s", uniq); in krb5_gen_replay_name()
45 tmp = (*string) + strlen(uniq); in krb5_gen_replay_name()
/titanic_51/usr/src/cmd/sgs/tools/
H A Dchkmsg.sh56 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
/titanic_51/usr/src/cmd/acct/
H A Dlastlogin.sh40 # "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 | \
/titanic_51/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c391 int uniq = -1; in nd_merge_strarray() local
396 while (++uniq < n1) in nd_merge_strarray()
397 tmparr[uniq] = strdup(arr1[uniq]); in nd_merge_strarray()
400 if (!nd_seq_search(arr2[j], tmparr, uniq)) in nd_merge_strarray()
401 tmparr[uniq++] = strdup(arr2[j]); in nd_merge_strarray()
403 if ((*buf = calloc(uniq, sizeof (char *))) == NULL) { in nd_merge_strarray()
405 for (int j = 0; j < uniq; j++) { in nd_merge_strarray()
412 bcopy(tmparr, *buf, uniq * sizeof (char *)); in nd_merge_strarray()
413 return (uniq); in nd_merge_strarray()
[all...]
/titanic_51/usr/src/cmd/ast/libshell/common/
H A Dillumos_cmdlist.h172 ASTCMDLIST(uniq)
173 BINCMDLIST(uniq)
174 GNUCMDLIST(uniq)
/titanic_51/usr/src/lib/libshell/common/data/
H A Dsolaris_cmdlist.h178 ASTCMDLIST(uniq)
179 BINCMDLIST(uniq)
180 GNUCMDLIST(uniq)
/titanic_51/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c395 int fd, uniq, len; in open_backpath() local
429 for (uniq = 0; uniq <= max_uniq; uniq++) { in open_backpath()
432 *path, uniq); in open_backpath()
438 if (uniq > max_uniq) { in open_backpath()
/titanic_51/usr/src/lib/libdll/common/
H A Ddllscan.c33 Uniq_t* uniq; \
478 if (scan->uniq) in dllsread()
487 dtinsert(scan->dict, scan->uniq); in dllsread()
498 else if (!(scan->uniq = vmnewof(scan->vm, 0, Uniq_t, 1, strlen(b)))) in dllsread()
501 strcpy(scan->uniq->name, b); in dllsread()
/titanic_51/usr/src/cmd/print/scripts/
H A Dgetmodels44 /bin/grep "^$1" $cachefile | nawk '{FS=":"; print $2}' | uniq
/titanic_51/usr/src/contrib/ast/src/lib/libdll/
H A Ddllscan.c33 Uniq_t* uniq; \
498 if (scan->uniq) in dllsread()
507 dtinsert(scan->dict, scan->uniq); in dllsread()
518 else if (!(scan->uniq = vmnewof(scan->vm, 0, Uniq_t, 1, strlen(b)))) in dllsread()
521 strcpy(scan->uniq->name, b); in dllsread()
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
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) in uniq() function
335 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare); in b_uniq()
H A DMamfile429 make uniq.c
431 done uniq.c
480 exec - ${PACKAGEROOT}/src/lib/libcmd/cmdinit.c ${PACKAGEROOT}/src/lib/libcmd/basename.c ${PACKAGEROOT}/src/lib/libcmd/cat.c ${PACKAGEROOT}/src/lib/libcmd/chgrp.c ${PACKAGEROOT}/src/lib/libcmd/chmod.c ${PACKAGEROOT}/src/lib/libcmd/chown.c ${PACKAGEROOT}/src/lib/libcmd/cksum.c ${PACKAGEROOT}/src/lib/libcmd/cmp.c ${PACKAGEROOT}/src/lib/libcmd/comm.c ${PACKAGEROOT}/src/lib/libcmd/cp.c ${PACKAGEROOT}/src/lib/libcmd/cut.c ${PACKAGEROOT}/src/lib/libcmd/dirname.c ${PACKAGEROOT}/src/lib/libcmd/date.c ${PACKAGEROOT}/src/lib/libcmd/expr.c ${PACKAGEROOT}/src/lib/libcmd/fds.c ${PACKAGEROOT}/src/lib/libcmd/fmt.c ${PACKAGEROOT}/src/lib/libcmd/fold.c ${PACKAGEROOT}/src/lib/libcmd/getconf.c ${PACKAGEROOT}/src/lib/libcmd/head.c ${PACKAGEROOT}/src/lib/libcmd/id.c ${PACKAGEROOT}/src/lib/libcmd/join.c ${PACKAGEROOT}/src/lib/libcmd/ln.c ${PACKAGEROOT}/src/lib/libcmd/logname.c ${PACKAGEROOT}/src/lib/libcmd/md5sum.c ${PACKAGEROOT}/src/lib/libcmd/mkdir.c ${PACKAGEROOT}/src/lib/libcmd/mkfifo.c ${PACKAGEROOT}/src/lib/libcmd/mktemp.c ${PACKAGEROOT}/src/lib/libcmd/mv.c ${PACKAGEROOT}/src/lib/libcmd/paste.c ${PACKAGEROOT}/src/lib/libcmd/pathchk.c ${PACKAGEROOT}/src/lib/libcmd/pids.c ${PACKAGEROOT}/src/lib/libcmd/rev.c ${PACKAGEROOT}/src/lib/libcmd/rm.c ${PACKAGEROOT}/src/lib/libcmd/rmdir.c ${PACKAGEROOT}/src/lib/libcmd/stty.c ${PACKAGEROOT}/src/lib/libcmd/sum.c ${PACKAGEROOT}/src/lib/libcmd/sync.c ${PACKAGEROOT}/src/lib/libcmd/tail.c ${PACKAGEROOT}/src/lib/libcmd/tee.c ${PACKAGEROOT}/src/lib/libcmd/tty.c ${PACKAGEROOT}/src/lib/libcmd/uname.c ${PACKAGEROOT}/src/lib/libcmd/uniq.c ${PACKAGEROOT}/src/lib/libcmd/vmstate.c ${PACKAGEROOT}/src/lib/libcmd/wc.c ${PACKAGEROOT}/src/lib/libcmd/revlib.c ${PACKAGEROOT}/src/lib/libcmd/wclib.c ${PACKAGEROOT}/src/lib/libcmd/fts_fix.c ${PACKAGEROOT}/src/lib/libcmd/lib.c |
742 make uniq.o
743 prev uniq.c
744 meta uniq.o %.c>%.o uniq.c uniq
745 prev uniq.c
746 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -I${PACKAGE_ast_INCLUDE} -DERROR_CATALOG=\""libcmd"\" -D_BLD_cmd -D_PACKAGE_ast -DUSAGE_LICENSE=\""[-author?Glenn Fowler <gsf@research.att.com>][-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1992-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"\" -c uniq
[all...]
H A DMakefile26 rmdir.c stty.c sum.c sync.c tail.c tee.c tty.c uname.c uniq.c \
H A DRELEASE51 09-11-28 uniq.c: handle -s mb
57 09-08-10 uniq.c: replace -c 1..9999 sfsprintf() with inline conversion
75 09-02-02 uniq.c: document -number == -fnumber, +number == -snumber
87 08-04-24 uniq.c: add optget() 'n' option for -1 => -f1
156 06-08-28 uniq.c: add -D,--all-repeated
/titanic_51/usr/src/lib/libcmd/common/
H A Duniq.c85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, … in uniq() function
331 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare); in b_uniq()
H A DRELEASE15 09-11-28 uniq.c: handle -s mb
21 09-08-10 uniq.c: replace -c 1..9999 sfsprintf() with inline conversion
39 09-02-02 uniq.c: document -number == -fnumber, +number == -snumber
51 08-04-24 uniq.c: add optget() 'n' option for -1 => -f1
120 06-08-28 uniq.c: add -D,--all-repeated
/titanic_51/usr/src/lib/libc/
H A Dmakelibccatalog.sh44 FILES=`grep gettext *.c | sed "s/:.*//" | sort | sed "s/\.c//" | uniq`
/titanic_51/usr/src/cmd/ksh/builtins/
H A DMakefile60 uniq \
/titanic_51/usr/src/cmd/krb5/kadmin/cli/
H A Dk5srvutil.sh19 klist -k $keytab | tail +4 | awk '{print $2}' | sort | uniq
/titanic_51/usr/src/cmd/ast/libcmd/
H A DMakefile.defs35 sync.o tail.o tee.o tty.o uname.o uniq.o vmstate.o wc.o wclib.o
/titanic_51/usr/src/cmd/ast/ksh/builtins/
H A DMakefile61 uniq \
/titanic_51/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh250 ASTCMDLIST(uniq)
251 BINCMDLIST(uniq)
252 GNUCMDLIST(uniq)
/titanic_51/usr/src/lib/libcmd/
H A DMakefile.com77 uniq.o \
/titanic_51/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l121 :{WS}*uniq { return UNIQ; }
/titanic_51/usr/src/cmd/lp/lib/requests/
H A Dllib-llpreq46 char *pages; /* list of pages to print (uniq. please!) */

123