Home
last modified time | relevance | path

Searched refs:ARGSTR (Results 1 – 13 of 13) sorted by relevance

/dports/science/siesta/siesta-4.1.5/Util/Bands/
H A Df2kcli.F9077 CHARACTER(LEN=2000), SAVE :: ARGSTR local
89 CALL GETARG(IARG,ARGSTR(IPOS:))
90 LENARG = LEN_TRIM(ARGSTR)
92 IF (IPOS > LEN(ARGSTR)) EXIT
95 ARGSTR = " "
101 COMMAND = ARGSTR
/dports/science/siesta/siesta-4.1.5/Util/DensityMatrix/
H A Df2kcli.F9077 CHARACTER(LEN=2000), SAVE :: ARGSTR local
89 CALL GETARG(IARG,ARGSTR(IPOS:))
90 LENARG = LEN_TRIM(ARGSTR)
92 IF (IPOS > LEN(ARGSTR)) EXIT
95 ARGSTR = " "
101 COMMAND = ARGSTR
/dports/science/siesta/siesta-4.1.5/Src/
H A Df2kcli.F9077 CHARACTER(LEN=2000), SAVE :: ARGSTR local
89 CALL GETARG(IARG,ARGSTR(IPOS:))
90 LENARG = LEN_TRIM(ARGSTR)
92 IF (IPOS > LEN(ARGSTR)) EXIT
95 ARGSTR = " "
101 COMMAND = ARGSTR
/dports/devel/dev86/dev86-0.16.20/unproto/
H A Dexample.c218 #define ARGSTR() struct {int l; char c[1];} macro
220 void functie(ARGSTR() *cmdlin, ARGSTR() *c1) in functie()
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/CI/
H A Dbefore_script.msvc.sh4 ARGSTR=$1
7 if [ ${ARGSTR:0:1} != "-" ]; then
8 echo "Unknown argument $ARGSTR"
14 ARG=${ARGSTR:$i:1}
/dports/deskutils/remind/remind-03.03.11/src/
H A Dfuncs.c569 s = ARGSTR(0); in FCoerce()
644 RETVAL = *(ARGSTR(0)); in FAsc()
922 am = ARGSTR(1); in FAmpm()
925 pm = ARGSTR(2); in FAmpm()
1054 if (!strcmp(ARGSTR(0), ARGSTR(i))) { in FIsAny()
1245 v = FindVar(ARGSTR(0), 0); in FValue()
1639 s = ARGSTR(0); in FSubstr()
1673 s = ARGSTR(0); in FIndex()
1789 s = ARGSTR(1); in FAccess()
2449 extra = ARGSTR(2); in FPsmoon()
[all …]
/dports/sysutils/44bsd-more/44bsd-more-20000521_1/
H A Dncommand.c780 #define ARGSTR(v) do { \ macro
834 ARGSTR(com); /* The command line to evaluate */
855 ARGSTR(var); /* name of variable to set */
856 ARGSTR(str); /* value to set variable to */
884 ARGSTR(keys); /* string of keys representing a macro */
885 ARGSTR(com); /* command line to associate with macro */
908 ARGSTR(s); /* error message */
984 ARGSTR(file);
1372 ARGSTR(str);
1448 ARGSTR(mark);
/dports/net/bsdrcmds/bsdrcmds-20171003.01/rlogind/
H A Drlogind.c94 #define ARGSTR "Daln" macro
143 while ((ch = getopt(argc, argv, ARGSTR)) != -1) in main()
582 syslog(LOG_ERR, "usage: rlogind [-" ARGSTR "]"); in usage()
/dports/editors/emacs-devel/emacs-4d1968b/lib-src/
H A Dmovemail.c181 # define ARGSTR "pr" in main() macro
183 # define ARGSTR "p" in main() macro
191 while (0 <= (c = getopt (argc, argv, ARGSTR))) in main()
/dports/editors/emacs/emacs-27.2/lib-src/
H A Dmovemail.c181 # define ARGSTR "pr" in main() macro
183 # define ARGSTR "p" in main() macro
191 while (0 <= (c = getopt (argc, argv, ARGSTR))) in main()
/dports/games/openmw/openmw-openmw-0.47.0/CI/
H A Dbefore_script.msvc.sh82 ARGSTR=$1
85 if [ ${ARGSTR:0:1} != "-" ]; then
86 echo "Unknown argument $ARGSTR"
92 ARG=${ARGSTR:$i:1}
/dports/security/krb5-appl/krb5-appl-1.0.3/bsd/
H A Dkrlogind.c258 #define ARGSTR "k5ciepPD:S:M:L:fw:?" macro
260 #define ARGSTR "rpPD:f?" macro
377 while ((ch = getopt(argc, argv, ARGSTR)) != -1)
H A Dkrshd.c170 #define ARGSTR "ek5ciD:S:M:AP:?L:w:" macro
209 #define ARGSTR "RD:?" macro
303 while ((ch = getopt(argc, argv, ARGSTR)) != -1)