Searched refs:ncmds (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/usr.sbin/sade/
H A Dcommand.c42 int ncmds; member in struct:__anon11070
56 for (j = 0; j < commandStack[i]->ncmds; j++)
71 if (commandStack[i]->ncmds == MAX_NUM_COMMANDS)
73 commandStack[i]->cmds[commandStack[i]->ncmds].type = type;
74 commandStack[i]->cmds[commandStack[i]->ncmds].ptr = cmd;
75 commandStack[i]->cmds[commandStack[i]->ncmds].data = data;
76 ++(commandStack[i]->ncmds);
86 commandStack[numCommands]->ncmds = 1;
155 for (j = 0; j < commandStack[i]->ncmds; j++) {
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dcommand.c47 int ncmds; member in struct:__anon11082
61 for (j = 0; j < commandStack[i]->ncmds; j++)
76 if (commandStack[i]->ncmds == MAX_NUM_COMMANDS)
78 commandStack[i]->cmds[commandStack[i]->ncmds].type = type;
79 commandStack[i]->cmds[commandStack[i]->ncmds].ptr = cmd;
80 commandStack[i]->cmds[commandStack[i]->ncmds].data = data;
81 ++(commandStack[i]->ncmds);
91 commandStack[numCommands]->ncmds = 1;
160 for (j = 0; j < commandStack[i]->ncmds; j++) {
/freebsd-9.3-release/usr.bin/checknr/
H A Dchecknr.c187 int ncmds; /* size of knowncmds */ variable
199 while (knowncmds[ncmds])
200 ncmds++;
533 if (ncmds >= MAXCMDS) {
563 src = &knowncmds[ncmds-1];
568 ncmds++;
570 printf("after: %s %s %s %s %s, %d cmds\n", knowncmds[slot-2], knowncmds[slot-1], knowncmds[slot], knowncmds[slot+1], knowncmds[slot+2], ncmds);
586 top = ncmds-1;
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.c87 unsigned int npaths, ncmds; local
108 ncmds = i - npaths - 1;
126 cmds = xmalloc((ncmds + 1) * sizeof *cmds);
127 setzero(cmds, (ncmds + 1) * sizeof *cmds);
142 for (i = 0; i < ncmds; i++) {
160 for (i = 0; i < ncmds; i++)
/freebsd-9.3-release/contrib/llvm/tools/macho-dump/
H A Dmacho-dump.cpp364 outs() << "('num_load_commands', " << Header.ncmds << ")\n";
408 if (i == Header->ncmds - 1)
/freebsd-9.3-release/sys/teken/
H A Dteken_subr.h1121 teken_subr_set_graphic_rendition(teken_t *t, unsigned int ncmds, argument
1127 if (ncmds == 0) {
1132 for (i = 0; i < ncmds; i++) {
1174 if (i + 2 >= ncmds || cmds[i + 1] != 5)
1193 if (i + 2 >= ncmds || cmds[i + 1] != 5)
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DMachO.h437 uint32_t ncmds; member in struct:llvm::MachO::mach_header
447 uint32_t ncmds; member in struct:llvm::MachO::mach_header_64
/freebsd-9.3-release/sys/dev/digi/
H A Ddigi.c74 static void fepcmd(struct digi_p *port, int cmd, int op, int ncmds);
84 #define fepcmd_b(port, cmd, op1, op2, ncmds) \
85 fepcmd(port, cmd, (op2 << 8) | op1, ncmds)
1404 fepcmd(struct digi_p *port, int cmd, int op1, int ncmds) argument
1427 if (n <= ncmds * sizeof(short) * 4)
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dengine.c250 int ncmds = sizeof(cmds) / sizeof(cmdfct); local
333 for (i = 0; i < ncmds; i++)
338 if (i >= ncmds)
/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp192 if (i == Header.ncmds - 1)
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp117 SwapValue(H.ncmds);
128 SwapValue(H.ncmds);
427 uint32_t LoadCommandCount = this->getHeader().ncmds;
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCObjectDisassembler.cpp542 uint32_t LoadCommandCount = MOOF.getHeader().ncmds;

Completed in 214 milliseconds