Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 642) sorted by relevance

12345678910>>...26

/titanic_41/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c57 int line; member
65 add_alloc(char *type, void *addr, size_t size, const char *file, int line) in add_alloc()
91 drop_alloc(const char *type, void *addr, const char *file, int line) in drop_alloc()
119 my_malloc(size_t size, const char *file, int line) in my_malloc()
133 my_realloc(void *addr, size_t size, const char *file, int line) in my_realloc()
149 my_free(void *addr, const char *file, int line) in my_free()
158 my_strdup(const char *straddr, const char *file, int line) in my_strdup()
175 my_sethostent(int stay, const char *file, int line) in my_sethostent()
185 my_endhostent(const char *file, int line) in my_endhostent()
199 my_setnetconfig(const char *file, int line) in my_setnetconfig()
[all …]
/titanic_41/usr/src/cmd/make/bin/
H A Dnse_printdep.cc65 print_dependencies(register Name target, register Property line) in print_dependencies()
122 Property line; in print_more_deps() local
154 print_deps(register Name target, register Property line) in print_deps()
191 is_out_of_date(Property line) in is_out_of_date()
265 should_print_dep(Property line) in should_print_dep()
287 Property line; in print_forest() local
331 register Property line; in print_rule() local
/titanic_41/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.c69 int line in _Malloc()
94 int line in _Realloc()
120 int line in _Calloc()
145 int line in _Strdup()
174 int line in _Free()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mem.c40 int line, in _Free()
67 int line, in _Malloc()
107 int line, in _Zalloc()
134 int line, in _Realloc()
175 int line, in _Calloc()
224 int line, in _Strdup()
/titanic_41/usr/src/tools/ctf/stabs/common/
H A Dgenassym.c90 ga_parse_tokens(char *line, int max, char ***wret) in ga_parse_tokens()
111 ga_parse_common(char *line, int min, int max, char **w1, char **w2, char **w3) in ga_parse_common()
137 ga_parse_name(char *line, char **cnp, char **szdp, char **shdp) in ga_parse_name()
146 ga_parse_member(char *line, char **mnp, char **offp) in ga_parse_member()
156 ga_process_name(char *line) in ga_process_name()
288 ga_process_member(ctf_id_t curtype, char *line) in ga_process_member()
299 ga_process_line(char *line) in ga_process_line()
/titanic_41/usr/src/cmd/mandoc/
H A Dman.c238 man_node_alloc(struct man *man, int line, int pos, in man_node_alloc()
257 man_elem_alloc(struct man *man, int line, int pos, enum mant tok) in man_elem_alloc()
270 man_tail_alloc(struct man *man, int line, int pos, enum mant tok) in man_tail_alloc()
283 man_head_alloc(struct man *man, int line, int pos, enum mant tok) in man_head_alloc()
296 man_body_alloc(struct man *man, int line, int pos, enum mant tok) in man_body_alloc()
309 man_block_alloc(struct man *man, int line, int pos, enum mant tok) in man_block_alloc()
321 man_word_alloc(struct man *man, int line, int pos, const char *word) in man_word_alloc()
396 man_descope(struct man *man, int line, int offs) in man_descope()
420 man_ptext(struct man *man, int line, char *buf, int offs) in man_ptext()
H A Dmdoc.c428 node_alloc(struct mdoc *mdoc, int line, int pos, in node_alloc()
456 mdoc_tail_alloc(struct mdoc *mdoc, int line, int pos, enum mdoct tok) in mdoc_tail_alloc()
469 mdoc_head_alloc(struct mdoc *mdoc, int line, int pos, enum mdoct tok) in mdoc_head_alloc()
485 mdoc_body_alloc(struct mdoc *mdoc, int line, int pos, enum mdoct tok) in mdoc_body_alloc()
498 mdoc_endbody_alloc(struct mdoc *mdoc, int line, int pos, enum mdoct tok, in mdoc_endbody_alloc()
515 mdoc_block_alloc(struct mdoc *mdoc, int line, int pos, in mdoc_block_alloc()
547 mdoc_elem_alloc(struct mdoc *mdoc, int line, int pos, in mdoc_elem_alloc()
572 mdoc_word_alloc(struct mdoc *mdoc, int line, int pos, const char *p) in mdoc_word_alloc()
737 mdoc_ptext(struct mdoc *mdoc, int line, char *buf, int offs) in mdoc_ptext()
/titanic_41/usr/src/lib/libfsmgt/common/
H A Dfileutil.c68 char line[BUFSIZE]; in fileutil_get_first_column_data() local
134 fileutil_getline(FILE *fp, char *line, int linesz) in fileutil_getline()
201 fileutil_add_string_to_array(char ***string_array, char *line, int *count, in fileutil_add_string_to_array()
238 get_first_column_data(char *line) in get_first_column_data()
244 retrieve_string(FILE *fp, char *line, int buffersize) in retrieve_string()
/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dalloc.c70 alloc_malloc(size_t nbytes, const char *fname, int line) in alloc_malloc()
92 alloc_realloc(void *ptr, size_t nbytes, const char *fname, int line) in alloc_realloc()
108 alloc_strdup(const char *ptr, const char *fname, int line) in alloc_strdup()
125 alloc_free(void *ptr, const char *fname, int line) in alloc_free()
H A Dtree.c213 newnode(enum nodetype t, const char *file, int line) in newnode()
550 tree_name(const char *s, enum itertype it, const char *file, int line) in tree_name()
585 tree_iname(const char *s, const char *file, int line) in tree_iname()
619 tree_globid(const char *s, const char *file, int line) in tree_globid()
720 tree_timeval(const char *s, const char *suffix, const char *file, int line) in tree_timeval()
741 tree_num(const char *s, const char *file, int line) in tree_num()
750 tree_quote(const char *s, const char *file, int line) in tree_quote()
759 tree_func(const char *s, struct node *np, const char *file, int line) in tree_func()
1017 dodecl(enum nodetype t, const char *file, int line, in dodecl()
1082 const char *file, int line) in tree_decl()
[all …]
/titanic_41/usr/src/cmd/logadm/
H A Derr.c64 err_fileline(const char *file, int line) in err_fileline()
218 char line[MAXLINE]; in err_mailto() local
256 err_malloc(int nbytes, const char *fname, int line) in err_malloc()
272 err_realloc(void *ptr, int nbytes, const char *fname, int line) in err_realloc()
288 err_strdup(const char *ptr, const char *fname, int line) in err_strdup()
311 err_free(void *ptr, const char *fname, int line) in err_free()
/titanic_41/usr/src/cmd/ipf/lib/common/
H A Drwlock_emul.c5 void eMrwlock_read_enter(rw, file, line) in eMrwlock_read_enter() argument
27 void eMrwlock_write_enter(rw, file, line) in eMrwlock_write_enter() argument
49 void eMrwlock_downgrade(rw, file, line) in eMrwlock_downgrade() argument
/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c67 char *line, /* entry to parse */ in genent_attr()
115 genent_user_attr(char *line, int (*cback)()) in genent_user_attr()
171 genent_prof_attr(char *line, int (*cback)()) in genent_prof_attr()
238 genent_exec_attr(char *line, int (*cback)()) in genent_exec_attr()
321 genent_auth_attr(char *line, int (*cback)()) in genent_auth_attr()
H A Dldapaddent.c196 blankline(char *line) in blankline()
225 line_buf_expand(struct line_buf *line) in line_buf_expand()
238 line_buf_init(struct line_buf *line) in line_buf_init()
598 genent_hosts(char *line, int (*cback)()) in genent_hosts()
855 genent_rpc(char *line, int (*cback)()) in genent_rpc()
1066 genent_protocols(char *line, int (*cback)()) in genent_protocols()
1287 genent_networks(char *line, int (*cback)()) in genent_networks()
1507 genent_services(char *line, int (*cback)()) in genent_services()
1752 genent_group(char *line, int (*cback)()) in genent_group()
1957 genent_ethers(char *line, int (*cback)()) in genent_ethers()
[all …]
/titanic_41/usr/src/cmd/ttymon/
H A Dtmutmp.c63 account(line) in account() argument
93 checkut_line(char *line) in checkut_line()
183 getty_account(line) in getty_account() argument
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c90 alloc_malloc(size_t nbytes, const char *fname, int line) in alloc_malloc()
119 alloc_realloc(void *ptr, size_t nbytes, const char *fname, int line) in alloc_realloc()
144 alloc_strdup(const char *ptr, const char *fname, int line) in alloc_strdup()
160 alloc_free(void *ptr, const char *fname, int line) in alloc_free()
/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm.h52 typedef struct line { struct
53 int lineNum; /* Line number in menu.lst */ argument
58 char *line; argument
60 struct line *next; argument
61 struct line *prev; argument
/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dheap.h46 # define sm_malloc_tagged(size, file, line, grp) sm_malloc(size) argument
47 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size) argument
48 # define sm_free_tagged(ptr, file, line) sm_free(ptr) argument
49 # define sm_heap_register(ptr, size, file, line, grp) (true) argument
/titanic_41/usr/src/lib/nsswitch/files/common/
H A Dgetgrent.c35 hash_grname(nss_XbyY_args_t *argp, int keyhash, const char *line, in hash_grname()
58 hash_grgid(nss_XbyY_args_t *argp, int keyhash, const char *line, in hash_grgid()
98 check_grname(nss_XbyY_args_t *argp, const char *line, int linelen) in check_grname()
125 check_grgid(nss_XbyY_args_t *argp, const char *line, int linelen) in check_grgid()
171 validate_group_ids(char *line, int *linelenp, int buflen, int extra_chars, in validate_group_ids()
H A Dgetpwnam.c36 hash_pwname(nss_XbyY_args_t *argp, int keyhash, const char *line, in hash_pwname()
59 hash_pwuid(nss_XbyY_args_t *argp, int keyhash, const char *line, in hash_pwuid()
100 check_pwname(nss_XbyY_args_t *argp, const char *line, int linelen) in check_pwname()
127 check_pwuid(nss_XbyY_args_t *argp, const char *line, int linelen) in check_pwuid()
173 validate_passwd_ids(char *line, int *linelenp, int buflen, int extra_chars) in validate_passwd_ids()
/titanic_41/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c123 static char line[MAXLINE]; local
153 static char line[MAXLINE]; local
270 char line[MAXLINE]; in AutoInstall() local
326 char line[MAXLINE]; local
/titanic_41/usr/src/cmd/bnu/
H A Dgrades.c139 char line[BUFSIZ]; local
195 char line[BUFSIZ]; in fdgrade() local
249 char line[BUFSIZ]; local
449 char line[BUFSIZ]; local
493 rdfulline(fd, line, lim) in rdfulline() argument
598 char line[BUFSIZ]; local
658 char line[BUFSIZ]; local
/titanic_41/usr/src/tools/onbld/Checks/
H A DCopyright.py36 def is_copyright(line): argument
39 def is_current_copyright(line): argument
/titanic_41/usr/src/cmd/syseventadm/
H A Dsyseventadm.c317 str_t *line; in add_cmd() local
520 str_t *line; in list_file() local
555 str_t *line; in remove_file() local
657 str_t *line; in check_for_removes() local
683 char *line; in matches_serecord() local
737 str_t *line; in print_serecord() local
796 str_t *line; in read_next_line() local
812 parse_line(str_t *line) in parse_line()
1087 fstrgets(str_t *line, FILE *fp) in fstrgets()
/titanic_41/usr/src/lib/libcurses/screen/
H A Dripoffline.c58 int line; member
90 ripoffline(int line, int (*initfunction)(WINDOW *, int)) in ripoffline() argument

12345678910>>...26