Searched refs:instr (Results 26 - 50 of 83) sorted by relevance

1234

/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_utils.c192 zlelineasstring(ZLE_STRING_T instr, int inll, int incs, int *outllp, argument
229 if (ZSH_INVALID_WCHAR_TEST(instr[i])) {
230 s[mb_len++] = ZSH_INVALID_WCHAR_TO_CHAR(instr[i]);
234 j = wcrtomb(s + mb_len, instr[i], &mbs);
285 char *strp = instr;
340 return metafy(instr, inll, useheap ? META_HEAPDUP : META_DUP);
346 * Input a NULL-terminated metafied string instr.
365 * Note that instr is modified in place, hence should be copied
375 stringaszleline(char *instr, int incs, int *outll, int *outsz, int *outcs) argument
391 char *inptr = instr, *cspo
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeDelaySlotFiller.cpp91 static unsigned getLastRealOperand(MachineBasicBlock::iterator &instr) { argument
92 switch (instr->getOpcode()) {
93 default: return instr->getNumOperands();
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dparser.y183 string_t instr;
515 $$ = itShortDecl($1.innumber, $1.instr,
529 $$.instr = $$.outstr = strNULL;
554 $$.instr = $1.instr;
/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c647 parsecomplist(char *instr) argument
654 if (instr[0] == Star && instr[1] == Star &&
655 (instr[2] == '/' || (instr[2] == Star && instr[3] == '/'))) {
660 follow = (instr[2] == Star);
661 instr += (3 + follow);
665 if ((l1->next = parsecomplist(instr)) == NULL) {
676 if (*(str = instr)
[all...]
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/db_load/
H A Ddb_load.c1027 db_load_convprintable(dbenv, instr, outstrp)
1029 char *instr, **outstrp;
1040 if ((outstr = malloc(strlen(instr) + 1)) == NULL)
1045 for ( ; *instr != '\0'; instr++)
1046 if (*instr == '\\') {
1047 if (*++instr == '\\') {
1051 DIGITIZE(*outstr++, *instr, *++instr);
1053 *outstr++ = *instr;
[all...]
/macosx-10.10/BerkeleyDB-21/db/db_load/
H A Ddb_load.c1012 convprintable(dbenv, instr, outstrp)
1014 char *instr, **outstrp;
1025 if ((outstr = malloc(strlen(instr) + 1)) == NULL)
1030 for ( ; *instr != '\0'; instr++)
1031 if (*instr == '\\') {
1032 if (*++instr == '\\') {
1036 DIGITIZE(*outstr++, *instr, *++instr);
1038 *outstr++ = *instr;
[all...]
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dpcre.c252 getposint(char *instr, char *nam) argument
257 ret = (int)zstrtol(instr, &eptr, 10);
259 zwarnnam(nam, "integer expected: %s", instr);
H A Dsystem.c44 getposint(char *instr, char *nam) argument
49 ret = (int)zstrtol(instr, &eptr, 10);
51 zwarnnam(nam, "integer expected: %s", instr);
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_dis.c429 dif_instr_t instr = dp->dtdo_buf[i]; local
430 dif_instr_t opcode = DIF_INSTR_OP(instr);
436 (void) fprintf(fp, "%02lu: %08x ", i, instr);
437 op->op_func(dp, op->op_name, instr, fp);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DioSock.c112 char instr[20]; local
114 gets(instr);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DioSock.c92 char instr[20]; local
94 gets(instr);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DioSockThr.c89 char instr[20]; local
91 gets(instr);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h178 /// isNotInMIMap - returns true if the specified machine instr has been
185 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
186 return Indexes->getInstructionIndex(instr);
/macosx-10.10/Heimdal-398.1.2/lib/akadmin/
H A Dadmin.c383 char *instr = NULL;
406 asprintf(&str2, "%s%s", instr ? instr : "", &buf[n]);
407 free(instr);
408 instr = str2;
410 if (instr == NULL) {
415 instr = strdup(argv[0]);
418 data = malloc(strlen(instr));
422 ret = base64_decode(instr, data);
428 free(instr);
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfasttrap.c2254 fasttrap_instr_query_t instr; local
2259 if (copyin(arg, &instr, sizeof (instr)) != 0)
2264 pid_t pid = instr.ftiq_pid;
2286 index = FASTTRAP_TPOINTS_INDEX(instr.ftiq_pid, instr.ftiq_pc);
2291 if (instr.ftiq_pid == tp->ftt_pid &&
2292 instr.ftiq_pc == tp->ftt_pc &&
2304 bcopy(&tp->ftt_instr, &instr.ftiq_instr,
2305 sizeof (instr
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_mysql_driver.c103 mysqldrv_escape_string(MYSQL *mysql, const char *instr) { argument
108 if (instr == NULL)
111 len = strlen(instr);
117 mysql_real_escape_string(mysql, outstr, instr, len);
H A Ddlz_postgres_driver.c248 postgres_escape_string(const char *instr) { argument
253 if (instr == NULL)
256 len = strlen(instr);
262 postgres_makesafe(outstr, instr, len);
263 /* PQescapeString(outstr, instr, len); */
/macosx-10.10/ncurses-44/ncurses/test/
H A Dtest_instr.c33 * Demonstrate the instr functions from the curses library.
35 int instr(char *str);
192 if (instr(buffer) != ERR) {
/macosx-10.10/Security-57031.1.35/sslViewer/
H A DioSock.c92 char instr[20]; local
94 gets(instr);
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesw.h315 #ifdef instr
316 inline int UNDEF(instr)(char *_str) { return instr(_str); } function
317 #undef instr macro
318 #define instr UNDEF(instr) macro
964 int instr(char *s, int n=-1) { return ::winnstr(w, s, n); } function in class:NCursesWindow
969 int instr(int y, int x, char *s, int n=-1) { function in class:NCursesWindow
971 // Move the cursor to the requested position and then perform the instr()
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_frame.c100 without the corresponding Cie. However, when an Fde frame instr
135 make_instr - make list of frame instr? 0/1
166 Dwarf_Small instr, opcode; local
191 /* Used by the DW_FRAME_advance_loc instr */
291 instr = *(Dwarf_Small *) instr_ptr;
294 fp_base_op = (instr & 0xc0) >> 6;
295 if ((instr & 0xc0) == 0x00) {
296 opcode = instr; /* is really extended op */
297 fp_extended_op = (instr & (~(0xc0))) & 0xff;
299 opcode = instr
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dm88k-dis.c32 const INSTAB *instr; member in struct:HASHTAB
549 hashentries[i].instr = &instructions[i];
728 (entry_ptr != NULL) && (entry_ptr->instr->opcode != opcode);
736 (*info->fprintf_func) (info->stream, "%s", entry_ptr->instr->mnemonic);
737 printop (info, &(entry_ptr->instr->op1), instruction, pc, 1);
738 printop (info, &(entry_ptr->instr->op2), instruction, pc, 0);
739 printop (info, &(entry_ptr->instr->op3), instruction, pc, 0);
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpd.c1334 * Tranfer the contents of "instr" to "outstr" peer using the appropriate
1340 send_data(FILE *instr, FILE *outstr) argument
1350 while ((c = getc(instr)) != EOF) {
1361 if (ferror(instr))
1378 int in = fileno(instr);
1404 filefd = fileno(instr);
1456 receive_data(FILE *instr, FILE *outstr) argument
1478 while ((cnt = sec_read(fileno(instr), buf, bufsize)) > 0) {
1501 while ((cnt = sec_read(fileno(instr),
1532 if (ferror(instr))
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/cfileTest/
H A DcfileTest.c304 char instr[100]; local
419 gets(instr);
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DPathNumbering.cpp379 Instruction& instr = *bbCurrent; local
380 if( instr.getOpcode() == Instruction::Call ) {

Completed in 206 milliseconds

1234