Searched refs:str (Results 476 - 500 of 1897) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/usr.bin/lex/
H A Dparse.y830 void synerr( str )
831 char str[];
834 pinpoint_message( str );
852 void warn( str )
853 char str[];
855 line_warning( str, linenum );
874 void pinpoint_message( str )
875 char str[];
877 line_pinpoint( str, linenum );
883 void line_warning( str, lin
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Denc.c110 char *str = NULL, *passarg = NULL, *pass = NULL; local
202 str = *(++argv);
231 str = buf;
375 if (!str && passarg) {
380 str = pass;
383 if ((str == NULL) && (cipher != NULL) && (hkey == NULL)) {
397 str = strbuf;
444 * Note that str is NULL if a key was passed on the command line, so
447 if (str != NULL) {
491 (unsigned char *)str, strle
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Ddes_opts.c428 char *str[16]; local
503 str[0] = " 4 c i";
507 str[1] = "16 c i";
513 str[2] = " 4 r1 i";
521 str[3] = "16 r1 i";
527 str[4] = " 4 r2 i";
533 str[5] = "16 r2 i";
541 str[6] = " 4 c p";
547 str[7] = "16 c p";
553 str[
[all...]
/freebsd-9.3-release/contrib/less/
H A Doption.c76 char *str; local
149 s = optstring(s, &str, propt('+'), NULL);
152 if (*str == '+')
153 every_first_cmd = save(str+1);
155 ungetsc(str);
156 free(str);
233 str = NULL;
266 s = optstring(s, &str, printopt, o->odesc[1]);
283 (*o->ofunc)(INIT, str);
284 if (str !
[all...]
/freebsd-9.3-release/tools/tools/vimage/
H A Dvimage.c102 char *str; local
273 for (str = argv[i]; *str != '=' && *str != 0; str++) {
276 if (*str == 0)
278 *str++ = 0;
279 if (*str == 0)
282 jailparam_import(&params[i], str);
304 if ((str
[all...]
/freebsd-9.3-release/usr.sbin/sade/
H A Dmisc.c103 string_prune(char *str) argument
105 int len = str ? strlen(str) : 0;
107 while (len && isspace(str[len - 1]))
108 str[--len] = '\0';
109 return str;
114 string_skipwhite(char *str) argument
116 while (*str && isspace(*str))
117 ++str;
[all...]
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmp.c1221 snmp_value_parse(const char *str, enum snmp_syntax syntax, union snmp_values *v) argument
1231 if (*str != '\0')
1236 v->integer = strtoll(str, &end, 0);
1264 if (*str == '"') {
1265 str++;
1266 while((c = *str++) != '\0') {
1268 if (*str != '\0') {
1275 switch (c = *str++) {
1302 if (!isxdigit(*str))
1304 if (isdigit(*str))
[all...]
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dexpr.c166 const uchar *str = token->val.str.text; local
173 if (token->val.str.len == 1)
176 limit = str + token->val.str.len;
182 if (*str == '0')
185 str++;
188 if ((*str == 'x' || *str == 'X')
189 && (str[
[all...]
/freebsd-9.3-release/release/picobsd/tinyware/ns/
H A Dns.c95 static char str[128]; /* Unix domain is largest */ local
110 sprintf(str, "/%hu", new_mask);
111 return (str);
117 if (inet_ntop(AF_INET, &sin->sin_addr, str, sizeof(str))
123 strcat(str, portstr);
125 if (strcmp(str, "0.0.0.0") == 0)
126 sprintf(str, "default");
127 return (str);
139 strcpy(str, "(n
[all...]
/freebsd-9.3-release/cddl/compat/opensolaris/misc/
H A Ddeviceid.c74 devid_str_free(char *str) argument
77 free(str);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dtable.py46 v = str(values[f])
58 line = str()
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c59 tdesc_t *str; local
66 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
69 for (ml = str->t_members; ml; ml = ml->ml_next) {
112 tdesc_t *str, *vmt; local
120 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
123 for (ml = str->t_members; ml; ml = ml->ml_next) {
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dconfig.h76 ns_config_getkeyalgorithm(const char *str, dns_name_t **name,
79 ns_config_getkeyalgorithm2(const char *str, dns_name_t **name,
/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dsymtab.h29 const unsigned char *str; local
35 #define HT_STR(NODE) ((NODE)->str)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dauxv.c199 enum { dec, hex, str } flavor = hex; enumerator in enum:__anon1326
221 TAG (AT_PLATFORM, "String identifying platform", str);
237 TAG (AT_SUN_LDNAME, "String giving name of dynamic linker", str);
239 TAG (AT_SUN_PLATFORM, "Platform name string", str);
242 TAG (AT_SUN_CPU, "CPU name string", str);
246 "Canonicalized file name given to execve", str);
247 TAG (AT_SUN_MMU, "String for name of MMU module", str);
261 case str:
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-interp.c103 char *str = strcpy (alloca (strlen (command_str) + 1), command_str); local
112 result = safe_execute_command (cli_uiout, str, 1);
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCSectionCOFF.h73 return SectionName.str() + "_begin";
76 return SectionName.str() + "_end";
H A DMCSectionELF.h63 return SectionName.str() + "_begin"; }
65 return SectionName.str() + "_end";
/freebsd-9.3-release/contrib/ncurses/include/
H A DMKkey_defs.sh64 key_resize kr1 str R1 KEY_RESIZE + ----- Terminal resize event
65 key_event kv1 str V1 KEY_EVENT + ----- We were interrupted by an event
/freebsd-9.3-release/contrib/nvi/ip/
H A Dip_term.c91 ip_optchange(sp, opt, str, valp)
94 char *str;
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dcommon.c296 * @str: Pointer to string to convert
302 void wpa_unicode2ascii_inplace(TCHAR *str) argument
305 char *dst = (char *) str;
306 while (*str)
307 *dst++ = (char) *str++;
313 TCHAR * wpa_strdup_tchar(const char *str) argument
317 buf = os_malloc((strlen(str) + 1) * sizeof(TCHAR));
320 wsprintf(buf, L"%S", str);
323 return os_strdup(str);
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dasn1_print.c167 heim_octet_string str; local
171 ret = der_get_octet_string (buf, length, &str, NULL);
175 uc = (unsigned char *)str.data;
179 free (str.data);
186 heim_general_string str; local
188 ret = der_get_general_string (buf, length, &str, NULL);
192 printf ("\"%s\"\n", str);
193 free (str);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dstrptime.c134 char *s, *str; local
137 str = malloc(n + 1);
138 if (str == NULL)
147 str[i] = **buf;
148 str[i] = '\0';
150 *num = strtol (str, &s, 10);
151 free(str);
152 if (s == str)
/freebsd-9.3-release/lib/libc/arm/gen/
H A D_setjmp.S53 str r1, [r0], #4
61 str r1, [r0], #0x0004
/freebsd-9.3-release/lib/libstand/arm/
H A D_setjmp.S54 str r1, [r0], #4
62 str r1, [r0], #0x0004

Completed in 391 milliseconds

<<11121314151617181920>>