Home
last modified time | relevance | path

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

123

/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 **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()
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dchkmsg.sh55 sed -e "s/_32$//" -e "s/_64$//" CATA_MSG_INTL_LIST | sort | uniq > _TMP
59 sed -e "s/_32$//" -e "s/_64$//" CATA_MSG_ORIG_LIST | sort | uniq > _TMP
69 sed -e "s/_32$//" -e "s/_64$//" MSG_INTL_LIST | sort | uniq > _TMP
73 sed -e "s/_32$//" -e "s/_64$//" MSG_ORIG_LIST | sort | uniq > _TMP
/illumos-gate/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 | \
/illumos-gate/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()
/illumos-gate/usr/src/cmd/ast/libshell/common/
H A Dillumos_cmdlist.h172 ASTCMDLIST(uniq)
173 BINCMDLIST(uniq)
174 GNUCMDLIST(uniq)
/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c393 int fd, uniq, len; in open_backpath() local
427 for (uniq = 0; uniq <= max_uniq; uniq++) { in open_backpath()
430 *path, uniq); in open_backpath()
436 if (uniq > max_uniq) { in open_backpath()
/illumos-gate/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()
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dfind_null_params.sh12 cat null_calls.txt unchecked | sort | uniq -d > null_params.txt
H A Dgen_expects_err_ptr.sh24 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
H A Dgen_frees_list.sh22 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> kernel.frees_argument
H A Dgen_puts_list.sh22 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> kernel.puts_argument
H A Dgen_err_ptr_list.sh24 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u \
H A Dgen_bit_shifters.sh20 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> ${project}.bit_shifters
H A Dgen_returns_held.sh24 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u \
H A Dadd_gfp_to_allocations.sh20 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> kernel.allocation_funcs_gfp
H A Dgen_allocation_list.sh28 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u \
H A Dgen_unwind_functions.sh26 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
H A Dgen_sizeof_param.sh26 cat $tmp $tmp2 2> /dev/null | sort | uniq -u >> $outfile
H A Dgen_dma_funcs.sh28 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
H A Dgen_gfp_flags.sh28 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
H A Dgen_no_return_funcs.sh27 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
H A Dgen_rosenberg_funcs.sh32 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
H A Dsummarize_errs.sh54 TXT=$(cat $file | uniq -f 2)
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_aslr.sh43 cat out.* | sort | uniq -c | sort -nk 1 | nawk '
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
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
335 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare); in b_uniq()

123