Home
last modified time | relevance | path

Searched refs:STR1 (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/libexec/ftpd/
H A Dftpcmd.y1213 #define STR1 2 /* expect SP followed by STRING */
1225 { "USER", USER, STR1, 1, "<sp> username", 0, },
1227 { "ACCT", ACCT, STR1, 0, "(specify account)", 0, },
1235 { "EPRT", EPRT, STR1, 1, "<sp> |af|addr|port|", 0, },
1242 { "RETR", RETR, STR1, 1, "<sp> file-name", 0, },
1243 { "STOR", STOR, STR1, 1, "<sp> file-name", 0, },
1244 { "STOU", STOU, STR1, 1, "<sp> file-name", 0, },
1245 { "APPE", APPE, STR1, 1, "<sp> file-name", 0, },
1248 { "RNFR", RNFR, STR1, 1, "<sp> file-name", 0, },
1249 { "RNTO", RNTO, STR1, 1, "<sp> file-name", 0, },
[all …]
/netbsd-src/tests/lib/libcurses/tests/
H A Dvarcheck4 call2 1 STR1 mvinnstr 0 0 2
12 check STR1 STR2
/netbsd-src/bin/csh/
H A Dconst.c48 Char STR1[] = { '1', '\0' }; variable
H A Derr.c384 set(STRstatus, Strsave(STR1)); in stderror()
H A Ddol.c476 dolp = ffile ? STR1 : STR0; in Dgetdol()
509 dolp = (vp || getenv(short2str(name))) ? STR1 : STR0; in Dgetdol()
H A Dexec.c632 set(STRstatus, Strsave(tellmewhat(lexw, NULL) ? STR0 : STR1)); in dowhich()
H A Dset.c308 p = Strsave(STR1); in dolet()
/netbsd-src/external/bsd/byacc/dist/test/btyacc/
H A Dok_syntax1.output475 10 263 STR1
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltin-attrs.def69 DEF_ATTR_FOR_STRING (STR1, "1")
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltin-attrs.def69 DEF_ATTR_FOR_STRING (STR1, "1 ")
H A DChangeLog-202011212 * builtin-attrs.def (STR1): Update fnspec.
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/armeb/
H A Dbfd.h79 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/armeb/
H A Dbfd.h79 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/or1k/
H A Dbfd.h76 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/coldfire/
H A Dbfd.h76 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/arm/
H A Dbfd.h79 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/coldfire/
H A Dbfd.h76 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/or1k/
H A Dbfd.h76 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument
/netbsd-src/sys/external/bsd/acpica/dist/tests/misc/
H A Dgrammar.asl5843 // exercise the SizeOf operator. STR0 and STR1 are expected to be equal,
5844 // STR2 is expected to have a different SizeOf value than STR0 and STR1.
5848 Name (STR1, "MIKE permits very flexible methods of expressing a system")
5904 if (LNotEqual (0x00, CMPR (STR0, STR1)))
5923 Store (STR1, Local1)
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20061185 * io/write.c (MIN_FIELD_WIDTH, STR, STR1): Define.
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt889 \DEV1.STR1 "XYZ" // String
4404 ("", Arg1), ": "), Arg0), " Successful"), STR1)
4406 (new) Fprintf (STR1, "%o: %o Successful", Arg1, Arg0)
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Das.info22707 ``$symcmp(STR1,STR2)''
22708 Returns 0 if STR1 == STR2, non-zero otherwise.
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Das.info23180 ‘$symcmp(STR1,STR2)’
23181 Returns 0 if STR1 == STR2, non-zero otherwise.
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog13613 (ULP, STR1, STR2, ialias_redirect): Removed.