Home
last modified time | relevance | path

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

12

/titanic_41/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 **st… 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_41/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_41/usr/src/cmd/acct/
H A Dlastlogin.sh47 sort +1 - sum/loginlog | uniq -u +10 |\
48 sort +1 - sum/loginlog |uniq -u > sum/tmploginlog
72 sort -r +1 | uniq +10 | sort | \
/titanic_41/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()
/titanic_41/usr/src/lib/libshell/common/data/
H A Dsolaris_cmdlist.h178 ASTCMDLIST(uniq)
179 BINCMDLIST(uniq)
180 GNUCMDLIST(uniq)
/titanic_41/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_41/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_41/usr/src/cmd/print/scripts/
H A Dgetmodels44 /bin/grep "^$1" $cachefile | nawk '{FS=":"; print $2}' | uniq
/titanic_41/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_41/usr/src/lib/libc/
H A Dmakelibccatalog.sh44 FILES=`grep gettext *.c | sed "s/:.*//" | sort | sed "s/\.c//" | uniq`
/titanic_41/usr/src/cmd/ksh/builtins/
H A DMakefile60 uniq \
/titanic_41/usr/src/cmd/krb5/kadmin/cli/
H A Dk5srvutil.sh19 klist -k $keytab | tail +4 | awk '{print $2}' | sort | uniq
/titanic_41/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh250 ASTCMDLIST(uniq)
251 BINCMDLIST(uniq)
252 GNUCMDLIST(uniq)
/titanic_41/usr/src/lib/libcmd/
H A DMakefile.com77 uniq.o \
/titanic_41/usr/src/test/test-runner/cmd/
H A Drun.py607 uniq = '/'.join(testfile.split('/')[components:]).lstrip('/')
608 if not uniq in l:
609 l.append(uniq)
610 tmp_dict[testfile].outputdir = os.path.join(base, uniq)
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l121 :{WS}*uniq { return UNIQ; }
H A Dfsdb_yacc.y119 | maj | min | nm | sz | uid | uniq
545 uniq : UNIQ '=' expr { set_file(UNIQ, i_number << l2b, $3); }
/titanic_41/usr/src/cmd/lp/lib/requests/
H A Dllib-llpreq46 char *pages; /* list of pages to print (uniq. please!) */
/titanic_41/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl346 sub uniq subroutine
367 return (sort { $a <=> $b } uniq(@_));
/titanic_41/usr/src/cmd/svc/shell/
H A Dipf_include.sh296 's/.*to.* port = \([a-z0-9]*\).*/\1/p' | uniq | \
303 's/.*to.* port = \([a-z0-9]*\).*/\1/p' | uniq | \
/titanic_41/usr/src/cmd/ypcmd/
H A Dypinit.sh207 sort $yproot_dir/aliases | uniq > /var/run/.ypaliases; mv /var/run/.ypaliases $yproot_dir/aliases
/titanic_41/usr/src/grub/grub-0.97/
H A Ddepcomp494 …sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpd…
/titanic_41/usr/src/tools/scripts/
H A Dnightly.sh288 | sort | uniq >$SRC/${NOISE}.out
433 sort | uniq > ${LINTNOISE}.out
444 | sort | uniq | tee $TMPDIR/lint_warns >> $mail_msg_file
2075 sort | uniq | tee $TMPDIR/check_errors >> $mail_msg_file
/titanic_41/usr/src/cmd/spell/
H A Dlocal496 uniq

12