Home
last modified time | relevance | path

Searched refs:procname (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/usr.sbin/rpcbind/
H A Dsecurity.c163 const char *procname; in logit() local
209 procname = procbuf; in logit()
211 procname = procmap[procnum]; in logit()
222 fromname, procname, progname, text); in logit()
/freebsd-12.1/contrib/gdb/gdb/tui/
H A Dtui-stack.c53 static void tui_set_locator_info (const char *filename, const char *procname,
289 tui_set_locator_info (const char *filename, const char *procname, int lineno, in tui_set_locator_info() argument
304 strcat_to_buf (element->proc_name, MAX_LOCATOR_ELEMENT_LEN, procname); in tui_set_locator_info()
/freebsd-12.1/usr.bin/indent/
H A Dlexi.c332 strncpy(state->procname, token, sizeof state->procname - 1); in lexi()
554 ps.procname[0] = ' '; in lexi()
H A Dio.c70 if (ps.procname[0]) { in dump_line()
72 ps.procname[0] = 0; in dump_line()
H A Dindent_globs.h313 char procname[100]; /* The name of the current procedure */ member
H A Dindent.c570 ps.procname[0] == '\0' && ps.paren_level == 0) { in main()
640 ps.procname[0] == '\0' && ps.paren_level == 0) { in main()
1043 if (ps.in_decl && ps.procname[0] == '\0' && !ps.block_init && in main()
/freebsd-12.1/contrib/gdb/gdb/
H A Dinftarg.c694 char procname[32]; in _initialize_inftarg() local
702 sprintf (procname, PROC_NAME_FMT, getpid ()); in _initialize_inftarg()
703 fd = open (procname, O_RDONLY); in _initialize_inftarg()
/freebsd-12.1/libexec/rc/
H A Drc.subr249 # check_pidfile pidfile procname [interpreter]
276 # check_process procname [interpreter]
292 # _find_processes procname interpreter psargs
298 # procname
299 # `basename procname`
300 # `basename procname` + ":"
301 # "(" + `basename procname` + ")"
302 # "[" + `basename procname` + "]"
309 # tried as the prefix to procname.
939 _procname=${procname:-${command}}
[all …]
/freebsd-12.1/libexec/rc/rc.d/
H A Dftp-proxy35 cmd_string=`basename ${procname:-${command}}`
H A Dsendmail26 procname=${sendmail_procname:-/usr/sbin/${name}}
/freebsd-12.1/sys/sys/
H A Dkthread.h68 const char *procname, const char *, ...) __printflike(8, 9);
/freebsd-12.1/sys/kern/
H A Dkern_kthread.c460 int flags, int pages, const char *procname, const char *fmt, ...) in kproc_kthread_add() argument
469 procptr, flags, pages, "%s", procname); in kproc_kthread_add()
/freebsd-12.1/usr.bin/rpcgen/
H A Drpc_cout.c128 print_generic_header(const char *procname, int pointerp) in print_generic_header() argument
132 f_print(fout, "xdr_%s(", procname); in print_generic_header()
134 f_print(fout, "%s ", procname); in print_generic_header()
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c4879 const char *procname; in dump_ia64_unwind() local
4882 aux->strtab_size, tp->start, &procname, &offset); in dump_ia64_unwind()
4886 if (procname) in dump_ia64_unwind()
4888 fputs (procname, stdout); in dump_ia64_unwind()
5246 const char *procname; in dump_hppa_unwind() local
5249 aux->strtab_size, tp->start, &procname, in dump_hppa_unwind()
5254 if (procname) in dump_hppa_unwind()
5256 fputs (procname, stdout); in dump_hppa_unwind()