/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | gen_rname.c | 35 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 D | 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
|
/titanic_41/usr/src/cmd/acct/ |
H A D | lastlogin.sh | 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_41/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 391 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 D | solaris_cmdlist.h | 178 ASTCMDLIST(uniq) 179 BINCMDLIST(uniq) 180 GNUCMDLIST(uniq)
|
/titanic_41/usr/src/cmd/fs.d/ufs/fssnap/ |
H A D | fssnap.c | 395 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 D | dllscan.c | 33 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 D | getmodels | 44 /bin/grep "^$1" $cachefile | nawk '{FS=":"; print $2}' | uniq
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | uniq.c | 85 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 D | RELEASE | 15 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 D | makelibccatalog.sh | 44 FILES=`grep gettext *.c | sed "s/:.*//" | sort | sed "s/\.c//" | uniq`
|
/titanic_41/usr/src/cmd/ksh/builtins/ |
H A D | Makefile | 60 uniq \
|
/titanic_41/usr/src/cmd/krb5/kadmin/cli/ |
H A D | k5srvutil.sh | 19 klist -k $keytab | tail +4 | awk '{print $2}' | sort | uniq
|
/titanic_41/usr/src/lib/libshell/misc/ |
H A D | buildksh93.sh | 250 ASTCMDLIST(uniq) 251 BINCMDLIST(uniq) 252 GNUCMDLIST(uniq)
|
/titanic_41/usr/src/lib/libcmd/ |
H A D | Makefile.com | 77 uniq.o \
|
/titanic_41/usr/src/test/test-runner/cmd/ |
H A D | run.py | 607 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 D | fsdb_lex.l | 121 :{WS}*uniq { return UNIQ; }
|
H A D | fsdb_yacc.y | 119 | 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 D | llib-llpreq | 46 char *pages; /* list of pages to print (uniq. please!) */
|
/titanic_41/usr/src/cmd/lgrpinfo/ |
H A D | lgrpinfo.pl | 346 sub uniq subroutine 367 return (sort { $a <=> $b } uniq(@_));
|
/titanic_41/usr/src/cmd/svc/shell/ |
H A D | ipf_include.sh | 296 '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 D | ypinit.sh | 207 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 D | depcomp | 494 …sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpd…
|
/titanic_41/usr/src/tools/scripts/ |
H A D | nightly.sh | 288 | 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 D | local | 496 uniq
|