| /freebsd/contrib/openbsm/libbsm/ |
| H A D | bsm_class.c | 63 classfromstr(char *str, struct au_class_ent *c) in classfromstr() 101 getauclassent_r_locked(struct au_class_ent *c) in getauclassent_r_locked() 103 char *tokptr, *nl; in getauclassent_r_locked() local 134 getauclassent_r(struct au_class_ent *c) in getauclassent_r() 153 static struct au_class_ent c, *cp; in getauclassent() local 201 getauclassnam_r(struct au_class_ent *c, const char *name) in getauclassnam_r() 231 static struct au_class_ent c; in getauclassnam() local 249 getauclassnum_r(struct au_class_ent *c, au_class_t class_number) in getauclassnum_r() 272 static struct au_class_ent c; in getauclassnum() local
|
| /freebsd/contrib/file/src/ |
| H A D | is_csv.c | 73 unsigned char c = *uc++; in eatquote() local 95 size_t nf = 0, tf = 0, nl = 0; in csv_parse() local
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_filter_uu.c | 214 ssize_t *nl, size_t* nbytes_read) in bid_get_line() 260 #define UUDECODE(c) (((c) - 0x20) & 0x3f) argument 268 ssize_t len, nl; in uudecode_bidder_bid() local 468 ssize_t len, llen, nl, namelen; in uudecode_filter_read() local
|
| H A D | archive_read_support_format_mtree.c | 368 const char **b, ssize_t *avail, ssize_t *ravail, ssize_t *nl) in next_line() 581 bid_entry(const char *p, ssize_t len, ssize_t nl, int *last_is_path) in bid_entry() 695 ssize_t len, nl; in detect_form() local 1523 parse_hex_nibble(char c) in parse_hex_nibble() 1948 char c; in parse_escapes() local 2022 parsedigit(char c) in parsedigit() 2099 void *nl; in readline() local
|
| /freebsd/usr.bin/tip/libacu/ |
| H A D | courier.c | 146 char c; in cour_swallow() local 191 char c; in cour_connect() local 192 int nc, nl, n; in cour_connect() local
|
| H A D | t3000.c | 147 char c; in t3000_swallow() local 206 char c; in t3000_connect() local 207 int nc, nl, n; in t3000_connect() local
|
| /freebsd/usr.bin/ktrdump/ |
| H A D | ktrdump.c | 55 static struct nlist nl[] = { variable 105 int c; in main() local
|
| /freebsd/lib/libkvm/ |
| H A D | kvm_pcpu.c | 240 struct kvm_nlist nl[] = { in _kvm_dpcpu_init() local 368 uint64_t r, c; in kvm_counter_u64_fetch() local
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zap_leaf.c | 256 zap_leaf_array_copy(zap_leaf_t *l, uint16_t chunk, zap_leaf_t *nl) in zap_leaf_array_copy() 294 zap_leaf_chunk_t *c = &ZAP_LEAF_CHUNK(l, chunk); in zap_leaf_array_free() local 750 zap_leaf_transfer_entry(zap_leaf_t *l, uint_t entry, zap_leaf_t *nl) in zap_leaf_transfer_entry() 777 zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort) in zap_leaf_split()
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lobject.c | 83 int luaO_hexavalue (int c) { in luaO_hexavalue() 267 const char *nl = strchr(source, '\n'); /* find first new line (if any) */ in luaO_chunkid() local
|
| /freebsd/usr.bin/stat/ |
| H A D | stat.c | 203 #define addchar(s, c, nl) \ argument 451 int nl, t, i; in output() local 1113 #define hex2nibble(c) (c <= '9' ? c - '0' : toupper(c) - 'A' + 10) argument
|
| /freebsd/contrib/ntp/util/ |
| H A D | tickadj.c | 246 int c; in main() local 654 static struct nlist nl[] = in getoffsets() local
|
| /freebsd/crypto/openssl/test/ |
| H A D | bio_base64_test.c | 65 static int memout(BIO *mem, char c, int llen, int *pos) in memout() 79 static int memoutws(BIO *mem, char c, unsigned wscnt, unsigned llen, int *pos) in memoutws() 99 char nl = '\n'; in encode() local
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | msyslog.c | 58 char c; in format_errmsg() local 150 const char nl[] = "\n"; in addto_syslog() local [all...] |
| /freebsd/stand/common/ |
| H A D | commands.c | 419 int nl, ch; in command_echo() local 463 int c; in command_read() local
|
| H A D | gfx_fb.c | 619 uint32_t c = 0; in gfxfb_blt_video_to_buffer() local 719 uint32_t c; in gfxfb_blt_buffer_to_video() local 1026 gfx_fb_putchar(void *arg, const teken_pos_t *p, teken_char_t c, in gfx_fb_putchar() 1050 const teken_pos_t *c; in gfx_fb_putchar() local 1058 gfx_fb_fill(void *arg, const teken_rect_t *r, teken_char_t c, in gfx_fb_fill() 1088 const teken_pos_t *c; in gfx_fb_fill() local 1137 const teken_pos_t *c; in gfx_fb_param() local 1338 const teken_pos_t *c; in gfx_fb_copy() local 1506 uint32_t c; in gfx_fb_getcolor() local 1527 uint32_t c; in gfx_fb_setpixel() local [all …]
|
| /freebsd/contrib/lua/src/ |
| H A D | lobject.c | 135 int luaO_hexavalue (int c) { in luaO_hexavalue() 495 char c = cast_uchar(va_arg(argp, int)); in luaO_pushvfstring() local 587 const char *nl = strchr(source, '\n'); /* find first new line (if any) */ in luaO_chunkid() local
|
| /freebsd/sys/kern/ |
| H A D | subr_prf.c | 330 int c, error, nl; in log_console() local 417 prf_putchar(int c, int flags, int pri) in prf_putchar() 454 putbuf(int c, struct putchar_arg *ap) in putbuf() 495 putchar(int c, void *arg) in putchar() 618 char *p, c; in ksprintn() local 660 #define PCHAR(c) {int cc=(c); if (func) (*func)(cc,arg); else *d++ = cc; retval++; } in kvprintf() argument 995 msglogchar(int c, int pri) in msglogchar() 1268 unsigned c; in counted_warning() local
|
| H A D | vfs_cache.c | 952 cache_get_hash_iter(char c, uint32_t hash) in cache_get_hash_iter() argument 1380 struct neglist *nl; in cache_neg_promote_locked() local 1400 struct neglist *nl; cache_neg_demote_locked() local 1428 struct neglist *nl; cache_neg_promote_cond() local 1495 struct neglist *nl; cache_neg_promote() local 1506 struct neglist *nl; cache_neg_insert() local 1520 struct neglist *nl; cache_neg_remove() local 1540 struct neglist *nl; cache_neg_evict_select_list() local 1541 u_int c; cache_neg_evict_select_list() local 1553 cache_neg_evict_select_entry(struct neglist * nl) cache_neg_evict_select_entry() argument 1583 struct neglist *nl; cache_neg_evict() local [all...] |
| /freebsd/usr.sbin/config/ |
| H A D | mkmakefile.cc | 188 char c, *dst; in sanitize_envline() local 622 struct files_name *nl, *tnl; in read_files() local
|
| /freebsd/contrib/libedit/ |
| H A D | readline.c | 210 _getc_function(EditLine *el __attribute__((__unused__)), wchar_t *c) in _getc_function() 793 replace(char **tmp, int c) in replace() 1660 HIST_ENTRY **nlp, *nl; in history_list() local 2012 rl_bind_key(int c, rl_command_func_t *func) in rl_bind_key() 2063 rl_insert(int count, int c) in rl_insert() 2096 rl_newline(int count __attribute__((__unused__)), in rl_newline() 2107 rl_bind_wrapper(EditLine *el __attribute__((__unused__)), unsigned char c) in rl_bind_wrapper() 2124 rl_add_defun(const char *name, rl_command_func_t *fun, int c) in rl_add_defun() 2247 rl_stuff_char(int c) in rl_stuff_char() 2413 char **nl; in rl_completion_matches() local [all …]
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_capa.c | 449 u32 c = ciphers[i]; in wiphy_info_cipher_suites() local 1063 struct nlattr *nl; in wiphy_info_handler() local 1145 struct nlattr *nl; in wiphy_info_handler() local 2276 int c; in nl80211_set_ht40_mode() local 2289 int c; in nl80211_set_ht40_mode_sec() local 2309 int c; in nl80211_reg_rule_max_eirp() local 2366 int c; in nl80211_set_vht_mode() local 2417 int c; in nl80211_set_6ghz_mode() local
|
| /freebsd/contrib/diff/src/ |
| H A D | diff.c | 251 int c; in main() local 960 char const *nl; in usage() local
|
| /freebsd/contrib/tcsh/ |
| H A D | tc.func.c | 195 dolist(Char **v, struct command *c) in dolist() 391 dotelltc(Char **v, struct command *c) in dotelltc() 402 doechotc(Char **v, struct command *c) in doechotc() 412 dosettc(Char **v, struct command *c) in dosettc() 473 dowhich(Char **v, struct command *c) in dowhich() 659 char c; in xgetpass() local 1088 time_t cl, nl, sched_dif; in setalarm() local 2093 dotermname(Char **v, struct command *c)
|
| /freebsd/usr.bin/rpcinfo/ |
| H A D | rpcinfo.c | 154 register int c; local 652 struct netidlist *nl; local 676 struct netidlist *nl; local
|