/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn_moid.c | 63 const char *ln, *ostr, *p; in do_create() local 69 ostr = value; in do_create() 73 ostr = p + 1; in do_create() 76 ostr = p + 1; in do_create() 77 if (*ostr == '\0') in do_create() 79 while (ossl_isspace(*ostr)) in do_create() 80 ostr++; in do_create() 99 nid = OBJ_create(ostr, name, ln); in do_create()
|
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/ |
H A D | getopt_long.c | 74 getopt_internal(nargc, nargv, ostr) in getopt_internal() argument 77 const char *ostr; 83 _DIAGASSERT(ostr != NULL); 98 !(oli = strchr(ostr, optopt))) { 107 if (opterr && *ostr != ':') 121 if ((opterr) && (*ostr != ':')) 140 getopt2(nargc, nargv, ostr) 143 const char *ostr; 147 if ((retval = getopt_internal(nargc, nargv, ostr)) == -2) {
|
H A D | getopt.c | 83 getopt(nargc, nargv, ostr) in getopt() argument 86 const char *ostr; 94 _DIAGASSERT(ostr != NULL); 110 !(oli = strchr(ostr, optopt))) { 119 if (opterr && *ostr != ':') 134 if (*ostr == ':')
|
/freebsd/contrib/libevent/WIN32-Code/ |
H A D | getopt_long.c | 74 getopt_internal(nargc, nargv, ostr) in getopt_internal() argument 77 const char *ostr; 83 _DIAGASSERT(ostr != NULL); 98 !(oli = strchr(ostr, optopt))) { 107 if (opterr && *ostr != ':') 121 if ((opterr) && (*ostr != ':')) 140 getopt2(nargc, nargv, ostr) 143 const char *ostr; 147 if ((retval = getopt_internal(nargc, nargv, ostr)) == -2) {
|
H A D | getopt.c | 83 getopt(nargc, nargv, ostr) in getopt() argument 86 const char *ostr; 94 _DIAGASSERT(ostr != NULL); 110 !(oli = strchr(ostr, optopt))) { 119 if (opterr && *ostr != ':') 134 if (*ostr == ':')
|
/freebsd/contrib/unifdef/FreeBSD/ |
H A D | getopt.c | 48 getopt(int nargc, char *nargv[], const char *ostr) in getopt() argument 72 if (strchr(ostr, '-') == NULL) in getopt() 80 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt() 83 if (opterr && *ostr != ':') in getopt() 106 if (*ostr == ':') in getopt()
|
/freebsd/lib/libc/stdlib/ |
H A D | getopt.c | 57 getopt(int nargc, char * const nargv[], const char *ostr) in getopt() argument 81 if (strchr(ostr, '-') == NULL) in getopt() 89 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt() 92 if (opterr && *ostr != ':') in getopt() 121 if (*ostr == ':') in getopt()
|
/freebsd/contrib/libpcap/missing/ |
H A D | getopt.c | 59 getopt(int nargc, char * const *nargv, const char *ostr) in getopt() argument 88 if (opterr && *ostr != ':') in getopt() 93 oli = strchr(ostr, optopt); in getopt() 103 if (opterr && *ostr != ':') in getopt() 118 if (*ostr == ':') in getopt()
|
H A D | getopt.h | 7 extern int getopt(int nargc, char * const *nargv, const char *ostr);
|
/freebsd/stand/libsa/ |
H A D | getopt.c | 48 getopt(int nargc, char * const *nargv, const char *ostr) in getopt() argument 66 !(oli = strchr(ostr, optopt))) { in getopt() 75 if (opterr && *ostr != ':') in getopt() 89 if (*ostr == ':') in getopt()
|
/freebsd/contrib/smbfs/lib/smb/ |
H A D | cfopt.c | 54 cf_getopt(int nargc, char * const *nargv, const char *ostr) in cf_getopt() argument 82 !(oli = strchr(ostr, cf_optopt))) { in cf_getopt() 91 if (cf_opterr && *ostr != ':') in cf_getopt() 106 if (*ostr == ':') in cf_getopt()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getopt.c | 58 getopt(int nargc, char * const *nargv, const char *ostr) in getopt() argument 77 !(oli = strchr(ostr, optopt))) { in getopt() 86 if (opterr && *ostr != ':') { in getopt() 110 if (*ostr == ':') in getopt()
|
H A D | roken.h.in | 792 getopt(int nargc, char * const *nargv, const char *ostr);
|
/freebsd/usr.bin/pr/ |
H A D | egetopt.c | 69 egetopt(int nargc, char * const *nargv, const char *ostr) in egetopt() argument 107 !(oli = strchr(ostr, eoptopt))) { in egetopt() 114 if (strchr(ostr, '#') && (isdigit(eoptopt) || in egetopt()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeThreadNetBSD.cpp | 120 std::ostringstream ostr; in SetStoppedByWatchpoint() local 121 ostr << GetRegisterContext().GetWatchpointAddress(wp_index) << " "; in SetStoppedByWatchpoint() 122 ostr << wp_index; in SetStoppedByWatchpoint() 124 ostr << " " << GetRegisterContext().GetWatchpointHitAddress(wp_index); in SetStoppedByWatchpoint() 127 m_stop_description = ostr.str(); in SetStoppedByWatchpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeThreadFreeBSD.cpp | 120 std::ostringstream ostr; in SetStoppedByWatchpoint() local 121 ostr << GetRegisterContext().GetWatchpointAddress(wp_index) << " "; in SetStoppedByWatchpoint() 122 ostr << wp_index; in SetStoppedByWatchpoint() 124 ostr << " " << GetRegisterContext().GetWatchpointHitAddress(wp_index); in SetStoppedByWatchpoint() 127 m_stop_description = ostr.str(); in SetStoppedByWatchpoint()
|
/freebsd/contrib/unifdef/win32/ |
H A D | unifdef.h | 82 int getopt(int nargc, char *nargv[], const char *ostr);
|
/freebsd/bin/sh/ |
H A D | parser.c | 1092 char *volatile ostr = NULL; in parsebackq() local 1102 if (ostr) in parsebackq() 1103 ckfree(ostr); in parsebackq() 1166 ostr = ckmalloc(olen); in parsebackq() 1167 memcpy(ostr, stackblock(), olen); in parsebackq() 1168 setinputstring(ostr, 1); in parsebackq() 1209 if (ostr) { in parsebackq() 1210 ckfree(ostr); in parsebackq() 1211 ostr = NULL; in parsebackq()
|
/freebsd/contrib/tcsh/ |
H A D | tc.prompt.c | 110 static const char *ostr = NULL; in printprompt() local 128 str = ostr; in printprompt() 137 ostr = str; in printprompt()
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 3279 char *ostr, *p; in appendf() local 3289 ostr = *strp; in appendf() 3290 asprintf(strp, "%s%s", ostr, p); in appendf() 3293 free(ostr); in appendf()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 2275 StreamString ostr; in SetThreadStopInfo() local 2276 ostr.Printf("%" PRIu64, wp_addr); in SetThreadStopInfo() 2277 description = std::string(ostr.GetString()); in SetThreadStopInfo() 2295 StreamString ostr; in SetThreadStopInfo() local 2296 ostr.Printf("%" PRIu64 " %" PRIu64, pid_tid->first, pid_tid->second); in SetThreadStopInfo() 2297 description = std::string(ostr.GetString()); in SetThreadStopInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 1452 raw_svector_ostream ostr(Version); in emitPPA2() local 1453 ostr << formatv("{0,0-2:d}{1,0-2:d}{2,0-2:d}", ProductVersion, ProductRelease, in emitPPA2()
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 3089 getopt(nargc,nargv,ostr) in getopt() argument 3092 const char *ostr; 3113 if ((optopt = (int)*place++) == (int)':' || !(oli = strchr(ostr,optopt))) {
|