Home
last modified time | relevance | path

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

12345678910>>...25

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c55 int line; member
117 my_malloc(size_t size, const char *file, int line) in my_malloc()
147 my_free(void *addr, const char *file, int line) in my_free()
173 my_sethostent(int stay, const char *file, int line) in my_sethostent()
183 my_endhostent(const char *file, int line) in my_endhostent()
197 my_setnetconfig(const char *file, int line) in my_setnetconfig()
225 my_setnetpath(const char *file, int line) in my_setnetpath()
258 int line) in my_netdir_getbyname()
287 int line) in my_getipnodebyname()
333 my__rpc_setconf(char *nettype, char *file, int line) in my__rpc_setconf()
[all …]
/illumos-gate/usr/src/cmd/make/bin/
H A Dnse_printdep.cc65 print_dependencies(Name target, Property line) in print_dependencies()
122 Property line; in print_more_deps() local
154 print_deps(Name target, 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
329 Property line; in print_rule() local
/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken_store.c32 struct line { struct
34 struct line *prev; argument
36 struct line *next; argument
H A Dpre-process.c1609 static int handle_define(struct stream *stream, struct token **line, struct token *token) in handle_define()
1655 static int handle_undef(struct stream *stream, struct token **line, struct token *token) in handle_undef()
1676 static int handle_ifdef(struct stream *stream, struct token **line, struct token *token) in handle_ifdef()
1820 static int handle_if(struct stream *stream, struct token **line, struct token *token) in handle_if()
1830 static int handle_elif(struct stream * stream, struct token **line, struct token *token) in handle_elif()
1863 static int handle_else(struct stream *stream, struct token **line, struct token *token) in handle_else()
1888 static int handle_endif(struct stream *stream, struct token **line, struct token *token) in handle_endif()
1910 static int handle_error(struct stream *stream, struct token **line, struct token *token) in handle_error()
2117 static int handle_line(struct stream *stream, struct token **line, struct token *token) in handle_line()
2122 static int handle_ident(struct stream *stream, struct token **line, struct token *token) in handle_ident()
[all …]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.c67 int line in _Malloc()
92 int line in _Realloc()
118 int line in _Calloc()
143 int line in _Strdup()
172 int line in _Free()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfileutil.c66 char line[BUFSIZE]; in fileutil_get_first_column_data() local
132 fileutil_getline(FILE *fp, char *line, int linesz) in fileutil_getline()
199 fileutil_add_string_to_array(char ***string_array, char *line, int *count, in fileutil_add_string_to_array()
236 get_first_column_data(char *line) in get_first_column_data()
242 retrieve_string(FILE *fp, char *line, int buffersize) in retrieve_string()
/illumos-gate/usr/src/cmd/logadm/
H A Derr.c65 err_fileline(const char *file, int line) in err_fileline()
219 char line[MAXLINE]; in err_mailto() local
257 err_malloc(int nbytes, const char *fname, int line) in err_malloc()
273 err_realloc(void *ptr, int nbytes, const char *fname, int line) in err_realloc()
289 err_strdup(const char *ptr, const char *fname, int line) in err_strdup()
312 err_free(void *ptr, const char *fname, int line) in err_free()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dalloc.c68 alloc_malloc(size_t nbytes, const char *fname, int line) in alloc_malloc()
90 alloc_realloc(void *ptr, size_t nbytes, const char *fname, int line) in alloc_realloc()
106 alloc_strdup(const char *ptr, const char *fname, int line) in alloc_strdup()
123 alloc_free(void *ptr, const char *fname, int line) in alloc_free()
/illumos-gate/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()
600 genent_hosts(char *line, int (*cback)()) in genent_hosts()
857 genent_rpc(char *line, int (*cback)()) in genent_rpc()
1754 genent_group(char *line, int (*cback)()) in genent_group()
1959 genent_ethers(char *line, int (*cback)()) in genent_ethers()
2071 genent_aliases(char *line, int (*cback)()) in genent_aliases()
2930 genent_passwd(char *line, int (*cback)()) in genent_passwd()
3168 genent_shadow(char *line, int (*cback)()) in genent_shadow()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc.c85 mdoc_tail_alloc(struct roff_man *mdoc, int line, int pos, enum roff_tok tok) in mdoc_tail_alloc()
95 mdoc_endbody_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_endbody_alloc()
112 mdoc_block_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_block_alloc()
139 mdoc_elem_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_elem_alloc()
165 mdoc_ptext(struct roff_man *mdoc, int line, char *buf, int offs) in mdoc_ptext()
/illumos-gate/usr/src/cmd/ipf/lib/
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
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c88 alloc_malloc(size_t nbytes, const char *fname, int line) in alloc_malloc()
117 alloc_realloc(void *ptr, size_t nbytes, const char *fname, int line) in alloc_realloc()
142 alloc_strdup(const char *ptr, const char *fname, int line) in alloc_strdup()
158 alloc_free(void *ptr, const char *fname, int line) in alloc_free()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutmp.c59 account(char *line) in account()
88 checkut_line(char *line) in checkut_line()
177 getty_account(char *line) in getty_account()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h61 typedef struct line { struct
62 int lineNum; /* Line number in menu.lst */ argument
67 char *line; argument
69 struct line *next; argument
70 struct line *prev; argument
/illumos-gate/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
/illumos-gate/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()
/illumos-gate/usr/src/boot/libsa/
H A Dzalloc_malloc.c106 Free(void *ptr, const char *file, int line) in Free()
147 Calloc(size_t n1, size_t n2, const char *file, int line) in Calloc()
169 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc()
201 Reallocf(void *ptr, size_t size, const char *file, int line) in Reallocf()
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dheap.h44 # define sm_malloc_tagged(size, file, line, grp) sm_malloc(size) argument
45 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size) argument
46 # define sm_free_tagged(ptr, file, line) sm_free(ptr) argument
47 # define sm_heap_register(ptr, size, file, line, grp) (true) argument
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sendmail/util/
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
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c137 GlhHashNode *line; /* The hash-table entry of the history line */ member
401 int _glh_add_history(GlHistory *glh, const char *line, int force) in _glh_add_history()
528 char *_glh_find_backwards(GlHistory *glh, char *line, size_t dim) in _glh_find_backwards()
616 char *_glh_find_forwards(GlHistory *glh, char *line, size_t dim) in _glh_find_forwards()
739 int _glh_search_prefix(GlHistory *glh, const char *line, int prefix_len) in _glh_search_prefix()
790 char *_glh_oldest_line(GlHistory *glh, char *line, size_t dim) in _glh_oldest_line()
863 char *_glh_current_line(GlHistory *glh, char *line, size_t dim) in _glh_current_line()
1154 char *line, size_t dim) in _glh_load_history()
2381 static int _glh_is_line(GlhHashNode *hash, const char *line, size_t n) in _glh_is_line()
2495 static int _glh_prepare_for_recall(GlHistory *glh, char *line) in _glh_prepare_for_recall()
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_metadata.c183 topo_usb_parse_start(topo_mod_t *mod, topo_usb_parse_t *parse, const char *line) in topo_usb_parse_start()
222 topo_usb_parse_port(topo_mod_t *mod, topo_usb_parse_t *parse, const char *line) in topo_usb_parse_port()
253 topo_usb_parse_label(topo_mod_t *mod, topo_usb_parse_t *parse, const char *line) in topo_usb_parse_label()
284 const char *line) in topo_usb_parse_port_type()
307 topo_usb_path_type_t ptype, const char *line) in topo_usb_parse_path()

12345678910>>...25