Home
last modified time | relevance | path

Searched refs:mstr (Results 1 – 4 of 4) sorted by relevance

/dragonfly/games/tetris/
H A Dscores.c96 const char *mstr, *human, *home; in getscores() local
102 mstr = "r+"; in getscores()
107 mstr = "r"; in getscores()
127 if ((sf = fdopen(sd, mstr)) == NULL) in getscores()
/dragonfly/usr.bin/dsynth/
H A Drepo.c583 static char mstr[128]; in md5lkfile() local
596 snprintf(mstr, sizeof(mstr), "%s\n", rpath + bplen); in md5lkfile()
597 MD5(mstr, strlen(mstr), digest); in md5lkfile()
/dragonfly/usr.bin/pkill/
H A Dpkill.c130 char buf[_POSIX2_LINE_MAX], *mstr, **pargv, *p, *q, *pidfile, *tdev; in main() local
373 mstr = buf; in main()
375 mstr = kp->kp_comm; in main()
377 rv = regexec(&reg, mstr, 1, &regmatch, 0); in main()
382 (off_t)strlen(mstr)) in main()
397 kp->kp_pid, kp->kp_uid, mstr); in main()
/dragonfly/contrib/bmake/
H A Dbmake.cat11057 ::=str
1058 The variable is assigned the value str after substitution. This
1068 ::?=str
1071 ::+=str
1072 Append str to the variable.