Searched refs:str (Results 276 - 300 of 2265) sorted by relevance

<<11121314151617181920>>

/freebsd-10-stable/crypto/heimdal/lib/gssapi/
H A Dtest_names.c108 char *str; local
132 str = NULL;
133 len = asprintf(&str, "ftp@freeze-arrow.mit.edu");
134 if (len < 0 || str == NULL)
137 name_buffer.value = str;
145 free(str);
187 str = NULL;
188 len = asprintf(&str, "lha");
189 if (len < 0 || str == NULL)
192 name_buffer.value = str;
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_strtol.c42 const char *str; member in struct:test
56 "(rv = %ld)", t->str, t->base, li);
60 "(rv = %lld)", t->str, t->base, lli);
65 "strtol(%s, &end, %d)", end, t->str, t->base);
106 li = strtol(t[i].str, &end, t[i].base);
107 lli = strtoll(t[i].str, NULL, t[i].base);
140 li = strtol(t[i].str, &end, t[i].base);
141 lli = strtoll(t[i].str, NULL, t[i].base);
178 li = strtol(t[i].str, &end, t[i].base);
219 li = strtol(t[i].str,
[all...]
/freebsd-10-stable/sbin/geom/class/journal/
H A Dgeom_journal.c140 const char *data, *journal, *str; local
147 str = NULL; /* gcc */
168 str = gctl_get_ascii(req, "arg%d", i);
169 if (g_get_mediasize(str) == 0) {
170 gctl_error(req, "Invalid provider %s.", str);
243 str = gctl_get_ascii(req, "arg%d", i);
244 error = g_metadata_clear(str, NULL);
246 gctl_error(req, "Cannot clear metadata on %s: %s.", str,
258 str = data;
264 str
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.c119 const char *str = svn_cstring_tokenize(" ", &last_str); local
120 if (str == NULL)
124 SVN_ERR(svn_cstring_atoi64(&val, str));
128 str = svn_cstring_tokenize(" ", &last_str);
129 if (str == NULL)
133 SVN_ERR(svn_checksum_parse_hex(l2p_checksum, svn_checksum_md5, str,
137 str = svn_cstring_tokenize(" ", &last_str);
138 if (str == NULL)
142 SVN_ERR(svn_cstring_atoi64(&val, str));
146 str
246 char *str; local
707 char *str, *last_str; local
786 char *str, *last_str, *kind_str; local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dada-lex.l838 find_dot_all (str)
839 const char* str;
842 for (i = 0; str[i] != '\000'; i += 1)
844 if (str[i] == '.')
849 while (isspace (str[i]));
850 if (strcmp (str+i, "all") == 0
851 && ! isalnum (str[i+3]) && str[i+3] != '_')
862 subseqMatch (subseq, str)
864 const char* str;
[all...]
H A Duser-regs.h49 const char *str, int len);
/freebsd-10-stable/sys/arm/arm/
H A Dfusu.S70 str r4, [r3, #PCB_ONFAULT]
94 str r1, [r3, #PCB_ONFAULT]
105 str r0, [r3, #PCB_ONFAULT]
126 str r1, [r2, #PCB_ONFAULT]
131 str r1, [r2, #PCB_ONFAULT]
152 str r1, [r2, #PCB_ONFAULT]
162 str r1, [r2, #PCB_ONFAULT]
188 str r1, [r2, #PCB_ONFAULT]
199 str r1, [r2, #PCB_ONFAULT]
228 str r
[all...]
/freebsd-10-stable/contrib/xz/src/xz/
H A Dargs.c34 parse_memlimit(const char *name, const char *name_percentage, char *str, argument
40 const size_t len = strlen(str);
41 if (len > 0 && str[len - 1] == '%') {
42 str[len - 1] = '\0';
44 value = str_to_uint64(name_percentage, str, 1, 100);
49 value = str_to_uint64(name, str, 0, UINT64_MAX);
59 parse_block_list(char *str) argument
62 if (str[0] == '\0' || str[0] == ',')
63 message_fatal(_("%s: Invalid argument to --block-list"), str);
391 char str[8]; member in struct:__anon481
417 char str[8]; member in struct:__anon482
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dkstat.d48 this->str = copyinstr(self->ksname);
50 printf("%s has ui64 value %u\n", this->str, this->ksp->value.ui64);
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c187 char *str; local
235 str = (char *)stack_pop(file_stack);
236 free(str);
250 if ((str = elf_strptr(elf, stabstridx,
257 curhdr = xstrdup(str);
261 if (str[strlen(str) - 1] != '/') {
262 strcpy(curpath, str);
267 if (strcmp(str, "gcc2_compiled.") == 0) {
274 if (str[strle
[all...]
/freebsd-10-stable/contrib/groff/src/preproc/eqn/
H A Deqn.h41 void init_lex(const char *str, const char *filename, int lineno);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp54 const char *str = "Assigned value is garbage or undefined"; local
57 BT.reset(new BuiltinBug(str));
67 str = "The left expression of the compound assignment is an "
86 BugReport *R = new BugReport(*BT, str, N);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBStringList.cpp73 SBStringList::AppendString (const char *str) argument
75 if (str != NULL)
78 m_opaque_ap->AppendString (str);
80 m_opaque_ap.reset (new lldb_private::StringList (str));
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_addstr.c52 const char *str = astr; local
57 if (win && (str != 0)) {
64 TR(TRACE_VIRTPUT, ("str is not null, length = %d", n));
65 while ((n-- > 0) && (*str != '\0')) {
67 TR(TRACE_VIRTPUT, ("*str = %#o", UChar(*str)));
68 SetChar(ch, UChar(*str++), A_NORMAL);
96 const chtype *str; local
98 for (str = (const chtype *) astr; *str !
216 waddnwstr(WINDOW *win, const wchar_t *str, int n) argument
[all...]
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dsnprintf.c27 ** str -- memory location to place formatted string
28 ** n -- size of buffer pointed to by str, capped to
36 ** to str, not including the trailing '\0',
43 ** are written into 'str', followed by a '\0'.
48 sm_snprintf(char *str, size_t n, char const *fmt, ...) argument
50 sm_snprintf(str, n, fmt, va_alist)
51 char *str;
71 fake.f_bf.smb_base = fake.f_p = (unsigned char *)str;
H A Dvasprintf.c41 ** str -- *str receives a pointer to the allocated string
46 ** On failure, set *str to NULL, set errno, and return -1.
48 ** On success, set *str to a pointer to a nul-terminated
56 sm_vasprintf(str, fmt, ap)
57 char **str;
91 *str = (char *)base;
101 *str = NULL;
H A Dvsnprintf.c24 ** Assigned 'str' to a "fake" file pointer. This allows common
28 ** str -- location for output
41 sm_vsnprintf(str, n, fmt, ap)
42 char *str;
58 str = &dummy;
66 fake.f_bf.smb_base = fake.f_p = (unsigned char *)str;
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dmisc.c92 unsigned long dot_quad_addr(str)
93 char *str;
97 char *cp = str;
110 return (runs == 4 ? inet_addr(str) : INADDR_NONE);
/freebsd-10-stable/lib/libc/posix1e/
H A Dacl_support.h48 int _nfs4_format_flags(char *str, size_t size, acl_flag_t var, int verbose);
49 int _nfs4_format_access_mask(char *str, size_t size, acl_perm_t var, int verbose);
50 int _nfs4_parse_flags(const char *str, acl_flag_t *var);
51 int _nfs4_parse_access_mask(const char *str, acl_perm_t *var);
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_string.c102 strfree(char *str) argument
104 ASSERT(str != NULL);
105 kmem_free(str, strlen(str) + 1);
/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
H A Duwx_str.h36 extern char *uwx_alloc_str(struct uwx_env *env, char *str);
/freebsd-10-stable/sys/dev/qlxge/
H A Dqls_inline.h81 qls_lock(qla_host_t *ha, const char *str, uint32_t no_delay) argument
89 ha->qla_lock = str;
105 qls_unlock(qla_host_t *ha, const char *str) argument
109 ha->qla_unlock = str;
/freebsd-10-stable/sys/sys/
H A Dfnv_hash.h35 fnv_32_str(const char *str, Fnv32_t hval) argument
37 const u_int8_t *s = (const u_int8_t *)str;
60 fnv_64_str(const char *str, Fnv64_t hval) argument
62 const u_int8_t *s = (const u_int8_t *)str;
/freebsd-10-stable/usr.bin/csup/
H A Dparse.y38 char *str;
46 %token <str> STRING
/freebsd-10-stable/usr.bin/tr/
H A DMakefile7 SRCS= cmap.c cset.c str.c tr.c

Completed in 405 milliseconds

<<11121314151617181920>>