Searched refs:what (Results 276 - 300 of 590) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dldblib.c127 settabss(L, "what", ar.what);
361 if (*ar.what == 'm') /* main? */
363 else if (*ar.what == 'C' || *ar.what == 't')
H A Dluac.c44 static void cannot(const char* what) argument
46 fprintf(stderr,"%s: cannot %s %s: %s\n",progname,what,output,strerror(errno));
H A Dlua.h232 LUA_API int (lua_gc) (lua_State *L, int what, int data);
336 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
352 const char *what; /* (S) `Lua', `C', `main', `tail' */ member in struct:lua_Debug
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/microblaze/
H A Dmicroblaze.h67 #define MEM_WR_HALF(X, D) what(X, D)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_abi.cc363 string what(baseline_names[i]);
365 symbol_names::iterator it = find(added_names.begin(), end, what);
369 shared_names.push_back(what);
373 missing_names.push_back(what);
518 name = "error code unknown - who knows what happened";
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A DCA.com10 $! and the other the certificate) and cat them together and that is what
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/
H A DFILES08 VERSION - Which version this is and what was changed.
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libdes/
H A DFILES08 VERSION - Which version this is and what was changed.
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-report/
H A Dreader_test.cpp49 got_info(const std::string& what, const std::string& val) argument
51 m_calls.push_back("got_info(" + what + ", " + val + ")");
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-report/
H A Dreader_test.cpp49 got_info(const std::string& what, const std::string& val) argument
51 m_calls.push_back("got_info(" + what + ", " + val + ")");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/lib/
H A Dlibgomp.exp30 set dg-do-what-default run
103 # Compute what needs to be put into LD_LIBRARY_PATH
106 # Compute what needs to be added to the existing LD_LIBRARY_PATH.
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A Dinfosrch91 REGEX is what you want to find in it.
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/mips/
H A Dmips.exp128 upvar dg-do-what do_what
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsvr4_sigcode64.s140 add %l0, 2*BLOCK_SIZE, %l0 ! and skip what we already stored
173 inc 2*BLOCK_SIZE, %l0 ! and skip what we already loaded
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnmonitor/
H A Dmain.c86 static void print_logevent(time_t tstamp, int prio, char * what, char * msg);
491 print_logevent(time_t tstamp, int prio, char * what, char * msg) argument
495 mprintf("log: %s prio %d what=%s msg=%s\n", buf, prio, what, msg);
500 if ((!debug_noscreen) || (debug_noscreen && (((strcmp(what, "DBG"))) != 0)))
512 wprintw(lower_w, "%s %s %-.*s\n", buf, what,
513 COLS-((strlen(buf))+(strlen(what))+3), msg);
515 wprintw(lower_w, "%s %s %-.*s\n", buf, what,
516 (int)(COLS-((strlen(buf))+(strlen(what))+2)), msg);
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.kinc.mk6 # symlink, depending on what's going on).
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblutil/
H A Dutils.c775 char *what; local
793 what = strchr( time_unit, next[ 0 ] );
794 if ( what == NULL ) {
798 if ( what - time_unit <= sofar ) {
802 sofar = what - time_unit;
/netbsd-6-1-5-RELEASE/usr.bin/cdplay/
H A Dcdplay.c1009 ss.data->what.media_catalog.mc_valid ? "" : "in");
1010 if (ss.data->what.media_catalog.mc_valid &&
1011 ss.data->what.media_catalog.mc_number[0])
1013 ss.data->what.media_catalog.mc_number);
1282 *trk = s.data->what.position.track_number;
1283 *idx = s.data->what.position.index_number;
1285 *min = s.data->what.position.reladdr.msf.minute;
1286 *sec = s.data->what.position.reladdr.msf.second;
1287 *frame = s.data->what.position.reladdr.msf.frame;
1289 lba2msf(s.data->what
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dsyn.c40 static void syntaxerr ARGS((const char *what))
134 * we don't worry about what flags to pass token()
707 syntaxerr(what)
708 const char *what;
715 if (!what)
716 what = "unexpected";
725 what = "unmatched";
756 yyerror("syntax error: `%s' %s\n", s, what);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtoplev.c137 /* Name of top-level original source file (what was input to cpp).
898 const char *what = NULL; local
904 what = IDENTIFIER_POINTER (TYPE_NAME (node));
907 what = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (node)));
914 if (what)
916 "%qs is deprecated (declared at %s:%d)", what,
925 if (what)
926 warning (OPT_Wdeprecated_declarations, "%qs is deprecated", what);
998 what's left of the symbol table output. */
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/tests/
H A Dt_api.c346 t_assert(const char *component, int anum, int class, const char *what, ...) { argument
355 va_start(args, what);
356 (void)vsnprintf(T_buf, sizeof(T_buf), what, args);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Datf-run.cpp239 std::string(e.what()));
322 w.end_tp("Invalid format for test case list: " + std::string(e.what()));
354 w.end_tc("failed", e.what());
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_history.c292 spa_history_log(spa_t *spa, const char *history_str, history_log_type_t what) argument
296 ASSERT(what != LOG_INTERNAL);
299 ha.ha_log_type = what;
354 * Read up to the minimum of what the user passed down or
/netbsd-6-1-5-RELEASE/sys/arch/hp700/gsc/
H A Dif_ie_gsc.c138 ie_gsc_reset(struct ie_softc *sc, int what) argument
143 switch (what) {
164 ie_gsc_attend(sc, what);
/netbsd-6-1-5-RELEASE/usr.bin/at/
H A Dat.c68 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */
500 process_jobs(int argc, char **argv, int what) argument
538 switch (what) {
571 what);
604 /* find out what this program is supposed to do */

Completed in 315 milliseconds

<<11121314151617181920>>