HomeSort by: relevance | last modified time | path
    Searched defs:nsh (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getusershell.c 123 int nsh; local
137 for(cp = tmp, nsh = 0; *cp; cp += strlen(cp) + 1, nsh++);
139 shells = calloc(nsh + 1, sizeof(*shells));
  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 1876 int64_t nsh = -(insn >> 11) & 0x1f; local
1878 if (nsh != mb)
1880 return nsh;
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 1876 int64_t nsh = -(insn >> 11) & 0x1f; local
1878 if (nsh != mb)
1880 return nsh;
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 1830 int64_t nsh = -(insn >> 11) & 0x1f; local
1832 if (nsh != mb)
1834 return nsh;
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 1830 int64_t nsh = -(insn >> 11) & 0x1f; local
1832 if (nsh != mb)
1834 return nsh;

Completed in 66 milliseconds