Searched refs:tfp (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_tclass.c103 struct tclass_for_proc *tfp; local
105 TAILQ_FOREACH(tfp, &tfp_head, tfp_link) {
106 if (tfp->tfp_pid == pid)
109 return (tfp);
118 struct tclass_for_proc *tfp; local
120 TAILQ_FOREACH(tfp, &tfp_head, tfp_link) {
121 if (strncmp(pname, tfp->tfp_pname,
122 sizeof (tfp->tfp_pname)) == 0)
125 return (tfp);
131 struct tclass_for_proc *tfp local
161 struct tclass_for_proc *tfp, *tvar; local
190 free_tclass_for_proc(struct tclass_for_proc *tfp) argument
206 struct tclass_for_proc *tfp, *tvar; local
226 struct tclass_for_proc *tfp; local
262 struct tclass_for_proc *tfp; local
335 struct tclass_for_proc *tfp; local
412 struct tclass_for_proc *tfp; local
444 struct tclass_for_proc *tfp; local
467 struct tclass_for_proc *tfp = NULL; local
570 struct tclass_for_proc *tfp; local
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drpcdutil.c141 PRIVATE void tower_to_fields(tower, tfp, status)
143 twr_fields_t *tfp;
159 rpc__tower_ref_inq_protseq_id(tref, &tfp->protseq, status);
162 rpc__tower_flr_to_if_id(tref->floor[0], &tfp->interface, status);
165 rpc__tower_flr_to_drep(tref->floor[1], &tfp->data_rep, status);
169 &tfp->rpc_protocol, &tfp->rpc_protocol_vers_major,
170 &tfp->rpc_protocol_vers_minor, status);
H A Drpcdepdb.c130 twr_fields_p_t tfp,
137 twr_fields_p_t tfp,
152 twr_fields_p_t tfp,
170 twr_fields_p_t tfp,
178 twr_fields_p_t tfp,
463 INTERNAL void epdb_chk_entry(xentry, tfp, addr, status)
465 twr_fields_p_t tfp;
472 if (uuid_is_nil(&tfp->interface.uuid, &tmp_st) ||
473 uuid_is_nil(&tfp->data_rep.id, &tmp_st) ||
487 INTERNAL void epdb_chk_map_entry(tfp, statu
1428 twr_fields_t twr_fields, *tfp; local
[all...]
H A Drpcdutil.h110 twr_fields_t *tfp,
/macosx-10.9.5/system_cmds-597.90.1/chkpasswd.tproj/
H A Dfile_passwd.c135 FILE *tfp, *cfp; local
140 tfp = fopen(fname, "w+");
141 if (tfp == NULL)
179 fprintf(tfp, "%s", line);
187 fprintf(tfp, "%s\n", line);
194 fprintf(tfp, "%s\n", line);
199 fprintf(tfp, "%s:%s:%d:%d:%s:%ld:%ld:%s:%s:%s\n",
224 rewind(tfp);
235 while (NULL != (line = _getline(tfp)))
241 fclose(tfp);
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chkpasswd.tproj/
H A Dfile_passwd.c135 FILE *tfp, *cfp; local
140 tfp = fopen(fname, "w+");
141 if (tfp == NULL)
179 fprintf(tfp, "%s", line);
187 fprintf(tfp, "%s\n", line);
194 fprintf(tfp, "%s\n", line);
199 fprintf(tfp, "%s:%s:%d:%d:%s:%ld:%ld:%s:%s:%s\n",
224 rewind(tfp);
235 while (NULL != (line = _getline(tfp)))
241 fclose(tfp);
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dhtdigest.c63 apr_file_t *tfp = NULL; variable
72 if (tfp) {
73 apr_file_close(tfp);
246 if (apr_file_mktemp(&tfp, dirname, 0, cntxt) != APR_SUCCESS) {
263 putline(tfp, line);
270 putline(tfp, line);
276 add_password(user, realm, tfp);
282 add_password(user, realm, tfp);
293 apr_file_close(tfp);
/macosx-10.9.5/system_cmds-597.90.1/passwd.tproj/
H A Dfile_passwd.c131 FILE *tfp = NULL; local
140 tfp = fdopen(fd, "w+");
141 if (tfp == NULL || fchmod(fd, S_IRUSR | S_IWUSR) != 0) {
154 fwrite(line, sizeof(char), len, tfp);
156 fprintf(tfp, "%s:%s:%d:%d:%s:%ld:%ld:%s:%s:%s\n",
171 if (fclose(tfp) != 0 || rename(tempname, path) != 0) {
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/passwd.tproj/
H A Dfile_passwd.c131 FILE *tfp = NULL; local
140 tfp = fdopen(fd, "w+");
141 if (tfp == NULL || fchmod(fd, S_IRUSR | S_IWUSR) != 0) {
154 fwrite(line, sizeof(char), len, tfp);
156 fprintf(tfp, "%s:%s:%d:%d:%s:%ld:%ld:%s:%s:%s\n",
171 if (fclose(tfp) != 0 || rename(tempname, path) != 0) {
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dmkmakefile.c831 FILE *tfp, *ofp; local
835 tfp = fopen(path(temp), "w+");
836 if (tfp == 0) {
841 (*format)(tfp);
845 fseek(tfp, 0, 0);
846 while ((c = fgetc(tfp)) != EOF)
862 fseek(tfp, 0, 0);
863 while ((c = fgetc(tfp)) != EOF)
867 fclose(tfp);
/macosx-10.9.5/text_cmds-87/sort/
H A Dsort.c1837 FILE *tfp; local
1838 char *temp = create_temp_file (&tfp);
1841 mergefps (&files[in], nt, NMERGE, tfp, temp);
1854 FILE *tfp; local
1855 char *temp = create_temp_file (&tfp);
1858 mergefps (&files[in], nt, nshortmerge, tfp, temp);
1890 FILE *tfp; local
1924 tfp = xfopen (output_file, "w");
1931 temp_output = create_temp_file (&tfp);
1937 write_bytes (line->text, line->length, tfp, temp_outpu
[all...]
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_cc.c1943 FILE *tfp = tmpfile(); local
1959 if (argv == NULL || ofp == NULL || tfp == NULL) {
1989 if (fwrite(cpyln, sizeof(char), len, tfp) != len) {
1995 (void) fflush(tfp);
1996 (void) clearerr(tfp);
1997 (void) fseeko64(tfp, 0, SEEK_SET);
2000 (void) snprintf(ipath, sizeof (ipath), "/dev/fd/%d", fileno(tfp));
2087 (void) fclose(tfp);
2094 (void) fclose(tfp);
/macosx-10.9.5/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c957 SYSCTL_NODE(_kern, KERN_TFP, tfp, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "tfp");

Completed in 218 milliseconds