Searched refs:prefix (Results 301 - 325 of 921) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/nvi/common/
H A Dseq.c352 char *prefix,
364 if (prefix)
365 (void)fprintf(fp, "%s", prefix);
349 seq_save( SCR *sp, FILE *fp, char *prefix, seq_t stype) argument
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_util.c169 ptype(const char *prefix, const char *type, int follow) argument
171 if (prefix != NULL) {
172 if (streq(prefix, "enum")) {
H A Drpc_util.h176 void ptype(const char *prefix, const char *type, int follow);
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_sim_db.c905 * @username: Permanent username (prefix | IMSI)
1013 static char * eap_sim_db_get_next(struct eap_sim_db_data *data, char prefix) argument
1026 *pos++ = prefix;
1047 char prefix = EAP_SIM_REAUTH_ID_PREFIX; local
1051 prefix = EAP_SIM_PSEUDONYM_PREFIX;
1054 prefix = EAP_AKA_PSEUDONYM_PREFIX;
1057 prefix = EAP_AKA_PRIME_PSEUDONYM_PREFIX;
1061 return eap_sim_db_get_next(data, prefix);
1080 char prefix = EAP_SIM_REAUTH_ID_PREFIX; local
1084 prefix
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_msgbuf.c186 char prefix[MAXPRIBUF]; local
202 * so prepare the prefix.
205 prefix_len = sprintf(prefix, "<%d>", pri);
214 * newline, and a priority prefix if the priority is not -1. Here
230 * prefix for this line.
236 msgbuf_do_addchar(mbp, &seq, prefix[j]);
262 * we need to insert a new prefix or insert a newline later.
H A Dsubr_turnstile.c1025 print_thread(struct thread *td, const char *prefix) argument
1028 db_printf("%s%p (tid %d, pid %d, \"%s\")\n", prefix, td, td->td_tid,
1033 print_queue(struct threadqueue *queue, const char *header, const char *prefix) argument
1039 db_printf("%sempty\n", prefix);
1043 print_thread(td, prefix);
1099 print_lockchain(struct thread *td, const char *prefix) argument
1110 db_printf("%sthread %d (pid %d, %s) ", prefix, td->td_tid,
1184 print_sleepchain(struct thread *td, const char *prefix) argument
1193 db_printf("%sthread %d (pid %d, %s) ", prefix, td->td_tid,
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_here.sh518 # B:echo line 2)" && prefix DASH_CODE <<DASH_CODE
535 prefix() { sed -e "s/^/$1:/"; } function
538 prefix A <<XXX && echo "$(prefix B <<XXX
541 echo line 2)" && prefix DASH_CODE <<DASH_CODE
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp163 auto prefix = it.first.GetStringRef(); local
164 if (!path.consume_front(prefix)) {
168 if (prefix != ".")
217 // We consider a relative prefix or one of just "." to
H A DLanguage.cpp221 void Language::PrintAllLanguages(Stream &s, const char *prefix, argument
224 s.Printf("%s%s%s", prefix, language_names[i].name, suffix);
423 std::string &prefix,
421 GetFormatterPrefixSuffix(ValueObject &valobj, ConstString type_hint, std::string &prefix, std::string &suffix) argument
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DLTO.cpp153 for (StringRef prefix : {"__start_", "__stop_"})
154 if (s.startswith(prefix))
155 usedStartStop.insert(s.substr(prefix.size()));
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_program.c402 const char *prefix = "Program: "; local
406 l = strlen(prefix) + strlen(cmd) + 1;
420 archive_strcpy(&state->description, prefix);
H A Darchive_write_add_filter_program.c95 static const char prefix[] = "Program: "; local
115 strlen(prefix) + strlen(cmd) + 1) == NULL)
117 archive_strcpy(&data->description, prefix);
/freebsd-11-stable/sys/netinet/
H A Din.c658 * Check if we have a route for the given prefix already or add one accordingly.
665 struct in_addr prefix, mask, p, m; local
669 prefix = target->ia_dstaddr.sin_addr;
672 prefix = target->ia_addr.sin_addr;
674 prefix.s_addr &= mask.s_addr;
678 /* Look for an existing address with the same prefix, mask, and fib */
683 if (prefix.s_addr != p.s_addr)
690 if (prefix.s_addr != p.s_addr ||
698 * If we got a matching prefix route inserted by other
727 * No-one seem to have this prefix rout
784 struct in_addr prefix, mask, p, m; local
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Diostat.c375 if (prefix(cmd, "kbpt"))
377 else if (prefix(cmd, "numbers"))
379 else if (prefix(cmd, "bars"))
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A DMakefile.in14 prefix = @prefix@
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddve3900-rom.c57 char *prefix; /* string appearing before the value */ member in struct:bit_field
438 for (; bf->prefix != NULL; bf++)
440 monitor_expect (bf->prefix, NULL, 0); /* get prefix */
521 for (; bf->prefix != NULL; bf++)
H A Dlanguage.c426 char *prefix = "";
431 prefix = "auto; currently ";
433 language = concat (prefix, current_language->la_name, NULL);
439 char *tmp = NULL, *prefix = "";
444 prefix = "auto; currently ";
461 type = concat (prefix, tmp, NULL);
495 char *tmp = NULL, *prefix = "";
498 prefix = "auto; currently ";
513 case_sensitive = concat (prefix, tmp, NULL);
424 char *prefix = ""; local
437 char *tmp = NULL, *prefix = ""; local
493 char *tmp = NULL, *prefix = ""; local
H A Dsource.c410 int prefix = 0;
548 if (prefix > p - *which_path)
567 if (prefix)
571 c = old[prefix];
572 old[prefix] = '\0';
574 old[prefix] = c;
575 *which_path = concat (temp, "", &old[prefix], NULL);
576 prefix = strlen (temp);
582 prefix = strlen (name);
408 int prefix = 0; local
/freebsd-11-stable/contrib/gperf/doc/
H A DMakefile.in30 prefix = @prefix@
/freebsd-11-stable/contrib/gperf/src/
H A DMakefile.in30 prefix = @prefix@
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunimsglib.h80 const char *prefix[20]; member in struct:unicx
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.h44 #define AIC_LIB_ENTRY_CONCAT(x, prefix) prefix ## x
45 #define AIC_LIB_ENTRY_EXPAND(x, prefix) AIC_LIB_ENTRY_CONCAT(x, prefix)
/freebsd-11-stable/include/
H A Ddb.h122 size_t (*prefix) /* prefix function */ member in struct:__anon6508
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.h297 * \param prefix If not NULL, this prefix will be prepended to
301 const char* prefix=NULL) const;
/freebsd-11-stable/sys/dev/proto/
H A Dproto_core.c123 proto_probe(device_t dev, const char *prefix, char ***devnamesp) argument
131 pfxlen = strlen(prefix);
141 strncmp(dn, prefix, pfxlen) == 0)
157 strncmp(dn, prefix, pfxlen) == 0) {

Completed in 374 milliseconds

<<11121314151617181920>>