| /src/tests/usr.bin/indent/ |
| opt_pcs.c | 117 int postfix = step++(); variable 125 int postfix = step++ (); variable
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| tmpfile.cpp | 109 * Generate a temporary name template with a postfix 118 const char *postfix = use_short_postfix ? postfix_short : postfix_long; local 120 if (postfix) 121 postlen = strlen(postfix); 125 strcat(templ, postfix);
|
| /src/sbin/restore/ |
| interactive.c | 77 char postfix; /* postfix character */ member in struct:afile 616 fp->postfix = ' '; 620 fp->postfix = '@'; 625 fp->postfix = '='; 630 fp->postfix = '#'; 634 fp->postfix = '%'; 640 fp->postfix = '/'; 642 fp->postfix = ' '; 673 if (fp->postfix != ' ' [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| by_dir.c | 236 const char *postfix = ""; local 248 postfix = "r"; 314 "%s%08lx.%s%d", ent->dir, h, postfix, k); 319 "%s%c%08lx.%s%d", ent->dir, c, h, postfix, k);
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| expand_path.c | 57 _expand_temp_folder(krb5_context context, PTYPE param, const char *postfix, char **ret) 94 _expand_bin_dir(krb5_context context, PTYPE param, const char *postfix, char **ret) 116 if (postfix) { 117 if (strlcat(path, postfix, sizeof(path)/sizeof(path[0])) >= sizeof(path)/sizeof(path[0])) 144 _expand_userid(krb5_context context, PTYPE param, const char *postfix, char **ret) 242 _expand_csidl(krb5_context context, PTYPE folder, const char *postfix, char **ret) 258 if (postfix && 259 strlcat(path, postfix, sizeof(path)/sizeof(path[0])) >= sizeof(path)/sizeof(path[0])) 271 _expand_path(krb5_context context, PTYPE param, const char *postfix, char **ret) 273 *ret = strdup(postfix); 344 const char * postfix; member in struct:__anon878 [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| by_dir.c | 240 const char *postfix = ""; local 252 postfix = "r"; 318 "%s%08lx.%s%d", ent->dir, h, postfix, k); 323 "%s%c%08lx.%s%d", ent->dir, c, h, postfix, k);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| by_dir.c | 224 const char *postfix = ""; local 233 postfix = ""; 237 postfix = "r"; 300 "%s%08lx.%s%d", ent->dir, h, postfix, k); 303 "%s%c%08lx.%s%d", ent->dir, c, h, postfix, k);
|
| /src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| local.c | 756 const char postfix[] = ",\"aw\",@progbits"; local 759 s = IALLOC(len + sizeof(postfix)); 761 memcpy(s + len, postfix, sizeof(postfix));
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_request.h | 255 * Position in the ring of the start of the postfix. 257 * without overwriting the postfix. 259 u32 postfix; member in struct:i915_request
|
| /src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| local.c | 833 const char postfix[] = ",\"aw\",@progbits"; local 836 s = IALLOC(len + sizeof(postfix)); 838 memcpy(s + len, postfix, sizeof(postfix));
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dllwrap.c | 908 const char *postfix = ""; local 912 postfix = "@12"; 930 + strlen (postfix) + 1); 931 sprintf (entry_point, "%s%s%s", prefix, name_entry, postfix);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-d10v.c | 304 postfix (char *p) function 389 post = postfix (p);
|
| tc-d30v.c | 329 postfix (char *p) function 419 post = postfix (p); 429 post = postfix (p);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dllwrap.c | 908 const char *postfix = ""; local 912 postfix = "@12"; 930 + strlen (postfix) + 1); 931 sprintf (entry_point, "%s%s%s", prefix, name_entry, postfix);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-d10v.c | 304 postfix (char *p) function 389 post = postfix (p);
|
| tc-d30v.c | 327 postfix (char *p) function 417 post = postfix (p); 427 post = postfix (p);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_handlers_p2p.c | 1197 char *postfix; local 1202 postfix = os_strdup(entry.str_value); 1203 if (!postfix) 1207 wpa_s->conf->p2p_ssid_postfix = postfix;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| expression.h | 372 utf8_t postfix; // 'c', 'w', 'd' member in class:StringExp
|
| tokens.h | 470 unsigned char postfix; // 'c', 'w', 'd' member in struct:Token::__anon16000::__anon16001
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| mangle.cc | 5013 const char *postfix = "E12__vtable_mapE"; 5027 strlen (postfix) + 1; 5031 sprintf (var_name, "%s%s%s", prefix, IDENTIFIER_POINTER (class_id), postfix); 5012 const char *postfix = "E12__vtable_mapE"; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| mangle.cc | 4598 const char *postfix = "E12__vtable_mapE"; 4612 strlen (postfix) + 1; 4616 sprintf (var_name, "%s%s%s", prefix, IDENTIFIER_POINTER (class_id), postfix); 4597 const char *postfix = "E12__vtable_mapE"; local
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evdns.c | 3155 /* reverse the order of members in the postfix list. This is needed because, */ 3222 /* this is the postfix we want */ 3223 /* the actual postfix string is kept at the end of the structure */ 3224 const u8 *const postfix = ((u8 *) dom) + sizeof(struct search_domain); local 3230 memcpy(newname + base_len + need_to_append_dot, postfix, postfix_len); 3303 /* this name without a postfix */
|
| /src/external/bsd/libevent/dist/ |
| evdns.c | 3160 /* reverse the order of members in the postfix list. This is needed because, */ 3227 /* this is the postfix we want */ 3228 /* the actual postfix string is kept at the end of the structure */ 3229 const u8 *const postfix = ((u8 *) dom) + sizeof(struct search_domain); local 3235 memcpy(newname + base_len + need_to_append_dot, postfix, postfix_len); 3308 /* this name without a postfix */
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimplify.cc | 3636 bool postfix; 3646 /* Prefix or postfix? */ 3649 postfix = want_value; 3651 postfix = false; 3653 /* For postfix, make sure the inner expression's post side effects 3655 if (postfix) 3674 /* For postfix operator, we evaluate the LHS to an rvalue and then use 3676 if (postfix) 3699 if (postfix) 3633 bool postfix; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimplify.cc | 3359 bool postfix; 3369 /* Prefix or postfix? */ 3372 postfix = want_value; 3374 postfix = false; 3376 /* For postfix, make sure the inner expression's post side effects 3378 if (postfix) 3397 /* For postfix operator, we evaluate the LHS to an rvalue and then use 3399 if (postfix) 3422 if (postfix) 3356 bool postfix; local
|