/freebsd/usr.bin/find/ |
H A D | option.c | 94 { "-ilname", c_name, f_name, F_LINK | F_IGNCASE }, 95 { "-iname", c_name, f_name, F_IGNCASE }, 97 { "-ipath", c_name, f_path, F_IGNCASE }, 99 { "-iwholename",c_name, f_path, F_IGNCASE }, 101 { "-lname", c_name, f_name, F_LINK }, 109 { "-name", c_name, f_name, 0 }, 146 { "-path", c_name, f_path, 0 }, 162 { "-wholename", c_name, f_path, 0 },
|
/freebsd/usr.bin/systat/ |
H A D | cmds.c | 77 for (p = cmdtab; p->c_name; p++) { in command() 78 _len = strlen(p->c_name); in command() 81 addstr(p->c_name); _col += _len; in command() 156 for (ct = cmdtab; (p = ct->c_name); ct++) { in lookup() 179 curcmd->c_name, delay / 1000000); in status()
|
H A D | systat.h | 36 const char *c_name; /* command name */ member
|
/freebsd/usr.sbin/lpr/lpc/ |
H A D | lpc.c | 231 for (c = cmdtab; (p = c->c_name); c++) { in getcmd() 292 for (c = cmdtab; c->c_name; c++) { in help() 293 int len = strlen(c->c_name); in help() 306 if (c->c_name) in help() 307 printf("%s", c->c_name); in help() 312 w = strlen(c->c_name); in help() 331 c->c_name, c->c_help); in help()
|
H A D | lpc.h | 41 const char *c_name; /* command name */ member
|
/freebsd/usr.bin/mail/ |
H A D | lex.c | 338 com->c_name); in execute() 343 com->c_name); in execute() 348 com->c_name); in execute() 352 printf("Cannot recursively invoke \"%s\"\n", com->c_name); in execute() 411 com->c_name, com->c_minargs); in execute() 416 com->c_name, com->c_maxargs); in execute() 495 for (cp = &cmdtab[0]; cp->c_name != NULL; cp++) in lex() 496 if (isprefix(word, cp->c_name)) in lex()
|
H A D | cmd1.c | 223 for (cc = 0, cp = cmdtab; cp->c_name != NULL; cp++) { in pcmdlist() 224 cc += strlen(cp->c_name) + 2; in pcmdlist() 227 cc = strlen(cp->c_name) + 2; in pcmdlist() 229 if ((cp+1)->c_name != NULL) in pcmdlist() 230 printf("%s, ", cp->c_name); in pcmdlist() 232 printf("%s\n", cp->c_name); in pcmdlist()
|
/freebsd/crypto/openssh/ |
H A D | ssh-keyscan.c | 116 char *c_name; /* Hostname of connection for errors */ member 348 char *hosts = c->c_output_name ? c->c_output_name : c->c_name; in keyprint() 423 fdcon[s].c_name = name; in conalloc() 500 error("write (%s): %s", c->c_name, strerror(errno)); in congreet() 530 error("%s: Connection closed by remote host", c->c_name); in congreet() 535 error("read (%s): %s", c->c_name, strerror(errno)); in congreet() 542 error("%s: greeting exceeds allowable length", c->c_name); in congreet() 547 error("%s: bad greeting", c->c_name); in congreet() 561 debug("%s doesn't support ssh2", c->c_name); in congreet() 566 c->c_name, ssh_port, chop(buf)); in congreet() [all …]
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | main.c | 349 for (c = cmdtab; (p = c->c_name); c++) { in getcmd() 545 int len = strlen(c->c_name); in help() 559 printf("%s", c->c_name); in help() 561 for (k=0; k < strlen(c->c_name); k++) { in help() 569 w = strlen(c->c_name); in help() 588 c->c_name, c->c_help); in help()
|
H A D | ftp_var.h | 112 char *c_name; /* name of command */ member
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | callb.c | 58 char c_name[CB_MAXNAME+1]; /* debug:max func name length */ member 163 (void) strlcpy(cp->c_name, name, sizeof (cp->c_name)); in callb_add_common() 278 cp->c_name, (void *)cp->c_func, (void *)cp->c_arg); in callb_execute_class() 284 ret = cp->c_name; in callb_execute_class()
|
/freebsd/contrib/blocklist/bin/ |
H A D | conf.h | 44 char c_name[128]; member 55 #define CONFNAMESZ sizeof(((struct conf *)0)->c_name)
|
H A D | conf.c | 375 strlcpy(c->c_name, rulename, CONFNAMESZ); in conf_getname() 382 c->c_name[0] = '\0'; in conf_getname() 386 snprintf(c->c_name, CONFNAMESZ, "%s%s", *p == '-' ? rulename : "", p); in conf_getname() 799 strlcpy(b, fmtname(c->c_name), l); in conf_namemask() 860 memcpy(c->c_name, sc->c_name, CONFNAMESZ); in conf_apply() 886 if (sc->c_name[0]) in conf_merge() 887 memcpy(c->c_name, sc->c_name, CONFNAMESZ); in conf_merge() 1137 cr->c_name[0] = '\0'; in conf_find()
|
H A D | run.c | 113 free(run("flush", c->c_name, NULL)); in run_flush() 146 rv = run(how, c->c_name, prname, adname, maskname, poname, id, NULL); in run_change()
|
/freebsd/stand/userboot/userboot/ |
H A D | userboot_cons.c | 45 .c_name = "userboot", 59 .c_name = "comconsole",
|
/freebsd/stand/common/ |
H A D | console.c | 118 prefconsole = strdup(consoles[active]->c_name); in cons_probe() 192 if (strcmp(consoles[cons]->c_name, name) == 0) in cons_find() 254 printf(" %s\n", consoles[cons]->c_name); in cons_check() 298 consoles[cons]->c_name); in cons_change()
|
H A D | interp_forth.c | 85 if (((*cmdp)->c_name != NULL) && !strcmp(name, (*cmdp)->c_name)) in bf_command() 268 ficlBuild(bf_sys, (char *)(*cmdp)->c_name, bf_command, FW_DEFAULT); in bf_init() 270 sprintf(create_buf, "builtin: %s", (*cmdp)->c_name); in bf_init()
|
H A D | interp.c | 168 if (((*cmdp)->c_name != NULL) && !strcmp(cmd, (*cmdp)->c_name)) in interp_lookup_cmd()
|
H A D | bootstrap.h | 102 const char *c_name; member 313 const char *c_name; member
|
/freebsd/contrib/tnftp/src/ |
H A D | complete.c | 149 for (c = cmdtab; c->c_name != NULL; c++) { in complete_command() 150 if (wordlen > strlen(c->c_name)) in complete_command() 152 if (strncmp(word, c->c_name, wordlen) == 0) in complete_command() 153 ftp_sl_add(words, ftp_strdup(c->c_name)); in complete_command()
|
H A D | main.c | 739 (void)strlcpy(cmdbuf, c->c_name, sizeof(cmdbuf)); in cmdscanner() 764 for (c = cmdtab; (p = c->c_name) != NULL; c++) { in getcmd() 986 for (c = cmdtab; (p = c->c_name) != NULL; c++) in help() 1010 (void)strlcpy(cmdbuf, c->c_name, sizeof(cmdbuf)); in help() 1015 c->c_name, c->c_help); in help()
|
/freebsd/stand/i386/libi386/ |
H A D | nullconsole.c | 48 .c_name = "nullconsole",
|
H A D | spinconsole.c | 50 .c_name = "spinconsole",
|
/freebsd/stand/uboot/ |
H A D | uboot_console.c | 40 .c_name = "uboot",
|
/freebsd/stand/kboot/kboot/ |
H A D | hostcons.c | 38 .c_name = "host",
|